This repository was archived by the owner on May 26, 2023. It is now read-only.
File tree 10 files changed +39
-34
lines changed
10 files changed +39
-34
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "packages" : [" packages/*" ],
3
- "version" : " 3.0.0" ,
2
+ "packages" : [
3
+ " packages/*"
4
+ ],
5
+ "version" : " 3.1.0" ,
4
6
"npmClient" : " yarn" ,
5
7
"useWorkspaces" : true ,
6
8
"command" : {
7
9
"publish" : {
8
- "allowBranch" : [" master" , " dev" ],
10
+ "allowBranch" : [
11
+ " master" ,
12
+ " dev"
13
+ ],
9
14
"message" : " chore(release): publish %v"
10
15
}
11
16
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @zilliqa-js/account" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.1 .0" ,
4
4
"author" : " Ian Tan (https://github.com/iantanwx)" ,
5
5
"maintainers" : [
6
6
" Zilliqa Usability Team <[email protected] > (https://github.com/zilliqa/)"
27
27
"dependencies" : {
28
28
"@types/bip39" : " ^2.4.0" ,
29
29
"@types/hdkey" : " ^0.7.0" ,
30
- "@zilliqa-js/core" : " 3.0 .0" ,
31
- "@zilliqa-js/crypto" : " 3.0 .0" ,
32
- "@zilliqa-js/proto" : " 3.0 .0" ,
33
- "@zilliqa-js/util" : " 3.0 .0" ,
30
+ "@zilliqa-js/core" : " 3.1 .0" ,
31
+ "@zilliqa-js/crypto" : " 3.1 .0" ,
32
+ "@zilliqa-js/proto" : " 3.1 .0" ,
33
+ "@zilliqa-js/util" : " 3.1 .0" ,
34
34
"bip39" : " ^2.5.0" ,
35
35
"hdkey" : " ^1.1.0"
36
36
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @zilliqa-js/blockchain" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.1 .0" ,
4
4
"description" : " Class(es) for interacting with the Zilliqa blockchain." ,
5
5
"main" : " dist/index.js" ,
6
6
"node" : " dist/index.js" ,
25
25
"clean" : " rimraf ./dist"
26
26
},
27
27
"dependencies" : {
28
- "@zilliqa-js/account" : " 3.0 .0" ,
29
- "@zilliqa-js/contract" : " 3.0 .0" ,
30
- "@zilliqa-js/core" : " 3.0 .0" ,
31
- "@zilliqa-js/crypto" : " 3.0 .0" ,
32
- "@zilliqa-js/util" : " 3.0 .0" ,
28
+ "@zilliqa-js/account" : " 3.1 .0" ,
29
+ "@zilliqa-js/contract" : " 3.1 .0" ,
30
+ "@zilliqa-js/core" : " 3.1 .0" ,
31
+ "@zilliqa-js/crypto" : " 3.1 .0" ,
32
+ "@zilliqa-js/util" : " 3.1 .0" ,
33
33
"utility-types" : " ^3.4.1"
34
34
},
35
35
"files" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @zilliqa-js/contract" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.1 .0" ,
4
4
"description" : " Contract-related functionality." ,
5
5
"main" : " dist/index.js" ,
6
6
"node" : " dist/index.js" ,
25
25
"clean" : " rimraf ./dist"
26
26
},
27
27
"dependencies" : {
28
- "@zilliqa-js/account" : " 3.0 .0" ,
29
- "@zilliqa-js/blockchain" : " 3.0 .0" ,
30
- "@zilliqa-js/core" : " 3.0 .0" ,
31
- "@zilliqa-js/crypto" : " 3.0 .0" ,
32
- "@zilliqa-js/util" : " 3.0 .0" ,
28
+ "@zilliqa-js/account" : " 3.1 .0" ,
29
+ "@zilliqa-js/blockchain" : " 3.1 .0" ,
30
+ "@zilliqa-js/core" : " 3.1 .0" ,
31
+ "@zilliqa-js/crypto" : " 3.1 .0" ,
32
+ "@zilliqa-js/util" : " 3.1 .0" ,
33
33
"hash.js" : " ^1.1.5" ,
34
34
"utility-types" : " ^2.1.0"
35
35
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @zilliqa-js/core" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.1 .0" ,
4
4
"description" : " Core abstractions that power the zilliqa JS client." ,
5
5
"main" : " dist/index.js" ,
6
6
"node" : " dist/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @zilliqa-js/crypto" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.1 .0" ,
4
4
"description" : " Core crypto utilities for signing/verification/hashing Zilliqa transactions." ,
5
5
"author" : " Ian Tan (https://github.com/iantanwx)" ,
6
6
"maintainers" : [
25
25
"clean" : " rimraf ./dist"
26
26
},
27
27
"dependencies" : {
28
- "@zilliqa-js/util" : " 3.0 .0" ,
28
+ "@zilliqa-js/util" : " 3.1 .0" ,
29
29
"aes-js" : " ^3.1.1" ,
30
30
"bsert" : " ^0.0.4" ,
31
31
"elliptic" : " ^6.5.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @zilliqa-js/proto" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.1 .0" ,
4
4
"description" : " Protobuf dependencies for message serialization" ,
5
5
"author" : " Ian Tan (https://github.com/iantanwx)" ,
6
6
"maintainers" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @zilliqa-js/subscriptions" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.1 .0" ,
4
4
"description" : " Class(es) for interactiong with websocket API of Zilliqa node" ,
5
5
"main" : " dist/index.js" ,
6
6
"node" : " dist/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @zilliqa-js/util" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.1 .0" ,
4
4
"description" : " Utilities for working with Zilliqa." ,
5
5
"author" : " Ian Tan (https://github.com/iantanwx)" ,
6
6
"maintainers" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @zilliqa-js/zilliqa" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.1 .0" ,
4
4
"description" : " Main entry point to the Zilliqa JS client." ,
5
5
"author" : " Ian Tan (https://github.com/iantanwx)" ,
6
6
"maintainers" : [
22
22
"clean" : " rimraf ./dist"
23
23
},
24
24
"dependencies" : {
25
- "@zilliqa-js/account" : " 3.0 .0" ,
26
- "@zilliqa-js/blockchain" : " 3.0 .0" ,
27
- "@zilliqa-js/contract" : " 3.0 .0" ,
28
- "@zilliqa-js/core" : " 3.0 .0" ,
29
- "@zilliqa-js/crypto" : " 3.0 .0" ,
30
- "@zilliqa-js/subscriptions" : " 3.0 .0" ,
31
- "@zilliqa-js/util" : " 3.0 .0"
25
+ "@zilliqa-js/account" : " 3.1 .0" ,
26
+ "@zilliqa-js/blockchain" : " 3.1 .0" ,
27
+ "@zilliqa-js/contract" : " 3.1 .0" ,
28
+ "@zilliqa-js/core" : " 3.1 .0" ,
29
+ "@zilliqa-js/crypto" : " 3.1 .0" ,
30
+ "@zilliqa-js/subscriptions" : " 3.1 .0" ,
31
+ "@zilliqa-js/util" : " 3.1 .0"
32
32
},
33
33
"files" : [
34
34
" dist" ,
You can’t perform that action at this time.
0 commit comments