File tree Expand file tree Collapse file tree 20 files changed +96
-96
lines changed
core-magistrate-transactions Expand file tree Collapse file tree 20 files changed +96
-96
lines changed Original file line number Diff line number Diff line change 6
6
" plugins/*"
7
7
],
8
8
"useWorkspaces" : true ,
9
- "version" : " 3.5.0 "
9
+ "version" : " 3.5.2 "
10
10
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @arkecosystem/core-api" ,
3
- "version" : " 3.5.0 " ,
3
+ "version" : " 3.5.2 " ,
4
4
"description" : " Public API for ARK Core" ,
5
5
"license" : " MIT" ,
6
6
"contributors" : [
22
22
"pretest" : " bash ../../scripts/pre-test.sh"
23
23
},
24
24
"dependencies" : {
25
- "@arkecosystem/core-database" : " 3.5.0 " ,
26
- "@arkecosystem/core-kernel" : " 3.5.0 " ,
27
- "@arkecosystem/core-transactions" : " 3.5.0 " ,
28
- "@arkecosystem/crypto" : " 3.5.0 " ,
25
+ "@arkecosystem/core-database" : " 3.5.2 " ,
26
+ "@arkecosystem/core-kernel" : " 3.5.2 " ,
27
+ "@arkecosystem/core-transactions" : " 3.5.2 " ,
28
+ "@arkecosystem/crypto" : " 3.5.2 " ,
29
29
"@hapi/boom" : " 9.1.4" ,
30
30
"@hapi/hapi" : " 20.1.5" ,
31
31
"@hapi/hoek" : " 9.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @arkecosystem/core-blockchain" ,
3
- "version" : " 3.5.0 " ,
3
+ "version" : " 3.5.2 " ,
4
4
"description" : " Blockchain Manager for ARK Core" ,
5
5
"license" : " MIT" ,
6
6
"contributors" : [
23
23
"pretest" : " bash ../../scripts/pre-test.sh"
24
24
},
25
25
"dependencies" : {
26
- "@arkecosystem/core-database" : " 3.5.0 " ,
27
- "@arkecosystem/core-kernel" : " 3.5.0 " ,
28
- "@arkecosystem/core-state" : " 3.5.0 " ,
29
- "@arkecosystem/core-transactions" : " 3.5.0 " ,
30
- "@arkecosystem/crypto" : " 3.5.0 " ,
26
+ "@arkecosystem/core-database" : " 3.5.2 " ,
27
+ "@arkecosystem/core-kernel" : " 3.5.2 " ,
28
+ "@arkecosystem/core-state" : " 3.5.2 " ,
29
+ "@arkecosystem/core-transactions" : " 3.5.2 " ,
30
+ "@arkecosystem/crypto" : " 3.5.2 " ,
31
31
"joi" : " 17.4.2" ,
32
32
"xstate" : " 4.23.4"
33
33
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @arkecosystem/core-cli" ,
3
- "version" : " 3.5.0 " ,
3
+ "version" : " 3.5.2 " ,
4
4
"description" : " Core of the ARK Blockchain" ,
5
5
"license" : " MIT" ,
6
6
"contributors" : [
21
21
"prepublishOnly" : " yarn build"
22
22
},
23
23
"dependencies" : {
24
- "@arkecosystem/core-kernel" : " 3.5.0 " ,
25
- "@arkecosystem/crypto" : " 3.5.0 " ,
24
+ "@arkecosystem/core-kernel" : " 3.5.2 " ,
25
+ "@arkecosystem/crypto" : " 3.5.2 " ,
26
26
"@arkecosystem/utils" : " 1.3.1" ,
27
27
"boxen" : " 4.2.0" ,
28
28
"cli-table3" : " 0.6.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @arkecosystem/core-database" ,
3
- "version" : " 3.5.0 " ,
3
+ "version" : " 3.5.2 " ,
4
4
"description" : " Database Interface for ARK Core" ,
5
5
"license" : " MIT" ,
6
6
"contributors" : [
22
22
"pretest" : " bash ../../scripts/pre-test.sh"
23
23
},
24
24
"dependencies" : {
25
- "@arkecosystem/core-kernel" : " 3.5.0 " ,
26
- "@arkecosystem/crypto" : " 3.5.0 " ,
25
+ "@arkecosystem/core-kernel" : " 3.5.2 " ,
26
+ "@arkecosystem/crypto" : " 3.5.2 " ,
27
27
"@arkecosystem/utils" : " 1.3.1" ,
28
28
"dayjs" : " 1.10.7" ,
29
29
"joi" : " 17.4.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @arkecosystem/core-forger" ,
3
- "version" : " 3.5.0 " ,
3
+ "version" : " 3.5.2 " ,
4
4
"description" : " Forger for ARK Core" ,
5
5
"license" : " MIT" ,
6
6
"contributors" : [
22
22
"pretest" : " bash ../../scripts/pre-test.sh"
23
23
},
24
24
"dependencies" : {
25
- "@arkecosystem/core-kernel" : " 3.5.0 " ,
26
- "@arkecosystem/core-p2p" : " 3.5.0 " ,
27
- "@arkecosystem/core-transactions" : " 3.5.0 " ,
28
- "@arkecosystem/crypto" : " 3.5.0 " ,
25
+ "@arkecosystem/core-kernel" : " 3.5.2 " ,
26
+ "@arkecosystem/core-p2p" : " 3.5.2 " ,
27
+ "@arkecosystem/core-transactions" : " 3.5.2 " ,
28
+ "@arkecosystem/crypto" : " 3.5.2 " ,
29
29
"joi" : " 17.4.2" ,
30
30
"node-forge" : " 1.3.0" ,
31
31
"wif" : " 2.0.6"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @arkecosystem/core-kernel" ,
3
3
"description" : " Kernel of ARK Core" ,
4
- "version" : " 3.5.0 " ,
4
+ "version" : " 3.5.2 " ,
5
5
"contributors" : [
6
6
7
7
],
21
21
"clean" : " rimraf dist"
22
22
},
23
23
"dependencies" : {
24
- "@arkecosystem/crypto" : " 3.5.0 " ,
24
+ "@arkecosystem/crypto" : " 3.5.2 " ,
25
25
"@arkecosystem/utils" : " 1.3.1" ,
26
26
"@pm2/io" : " 5.0.0" ,
27
27
"chalk" : " 4.1.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @arkecosystem/core-logger-pino" ,
3
- "version" : " 3.5.0 " ,
3
+ "version" : " 3.5.2 " ,
4
4
"description" : " Webhooks for ARK Core" ,
5
5
"license" : " MIT" ,
6
6
"contributors" : [
20
20
"pretest" : " bash ../../scripts/pre-test.sh"
21
21
},
22
22
"dependencies" : {
23
- "@arkecosystem/core-kernel" : " 3.5.0 " ,
23
+ "@arkecosystem/core-kernel" : " 3.5.2 " ,
24
24
"chalk" : " 4.1.2" ,
25
25
"joi" : " 17.4.2" ,
26
26
"pino" : " 6.13.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @arkecosystem/core-magistrate-api" ,
3
- "version" : " 3.5.0 " ,
3
+ "version" : " 3.5.2 " ,
4
4
"description" : " Magistrate API for ARK Core" ,
5
5
"license" : " MIT" ,
6
6
"contributors" : [
22
22
"pretest" : " bash ../../scripts/pre-test.sh"
23
23
},
24
24
"dependencies" : {
25
- "@arkecosystem/core-api" : " 3.5.0 " ,
26
- "@arkecosystem/core-kernel" : " 3.5.0 " ,
27
- "@arkecosystem/core-magistrate-crypto" : " 3.5.0 " ,
28
- "@arkecosystem/core-magistrate-transactions" : " 3.5.0 " ,
29
- "@arkecosystem/crypto" : " 3.5.0 " ,
25
+ "@arkecosystem/core-api" : " 3.5.2 " ,
26
+ "@arkecosystem/core-kernel" : " 3.5.2 " ,
27
+ "@arkecosystem/core-magistrate-crypto" : " 3.5.2 " ,
28
+ "@arkecosystem/core-magistrate-transactions" : " 3.5.2 " ,
29
+ "@arkecosystem/crypto" : " 3.5.2 " ,
30
30
"@hapi/boom" : " 9.1.4" ,
31
31
"@hapi/hapi" : " 20.1.5" ,
32
32
"joi" : " 17.4.2"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @arkecosystem/core-magistrate-crypto" ,
3
- "version" : " 3.5.0 " ,
3
+ "version" : " 3.5.2 " ,
4
4
"description" : " ARK transactions for businesses and bridgechains" ,
5
5
"license" : " MIT" ,
6
6
"contributors" : [
21
21
"prepublishOnly" : " yarn build"
22
22
},
23
23
"dependencies" : {
24
- "@arkecosystem/core-kernel" : " 3.5.0 " ,
25
- "@arkecosystem/crypto" : " 3.5.0 "
24
+ "@arkecosystem/core-kernel" : " 3.5.2 " ,
25
+ "@arkecosystem/crypto" : " 3.5.2 "
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments