This repository was archived by the owner on May 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +35
-37
lines changed Expand file tree Collapse file tree 10 files changed +35
-37
lines changed Original file line number Diff line number Diff line change 11{
22 "packages" : [" packages/*" ],
3- "version" : " 2.1 .0" ,
3+ "version" : " 2.2 .0" ,
44 "npmClient" : " yarn" ,
55 "useWorkspaces" : true ,
66 "command" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @zilliqa-js/account" ,
3- "version" : " 2.1 .0" ,
3+ "version" : " 2.2 .0" ,
44 "author" : " Ian Tan (https://github.com/iantanwx)" ,
55 "maintainers" : [
66 " Zilliqa Usability Team <[email protected] > (https://github.com/zilliqa/)" 2727 "dependencies" : {
2828 "@types/bip39" : " ^2.4.0" ,
2929 "@types/hdkey" : " ^0.7.0" ,
30- "@zilliqa-js/core" : " 2.1 .0" ,
31- "@zilliqa-js/crypto" : " 2.1 .0" ,
32- "@zilliqa-js/proto" : " 0.11.1 " ,
33- "@zilliqa-js/util" : " 0.11.1 " ,
30+ "@zilliqa-js/core" : " 2.2 .0" ,
31+ "@zilliqa-js/crypto" : " 2.2 .0" ,
32+ "@zilliqa-js/proto" : " 2.2.0 " ,
33+ "@zilliqa-js/util" : " 2.2.0 " ,
3434 "bip39" : " ^2.5.0" ,
3535 "hdkey" : " ^1.1.0"
3636 },
37- "devDependencies" : {},
3837 "engines" : {
3938 "node" : " >=10.0.0 <15"
4039 }
Original file line number Diff line number Diff line change 11{
22 "name" : " @zilliqa-js/blockchain" ,
3- "version" : " 2.1 .0" ,
3+ "version" : " 2.2 .0" ,
44 "description" : " Class(es) for interacting with the Zilliqa blockchain." ,
55 "main" : " dist/index.js" ,
66 "node" : " dist/index.js" ,
2525 "clean" : " rimraf ./dist"
2626 },
2727 "dependencies" : {
28- "@zilliqa-js/account" : " 2.1 .0" ,
29- "@zilliqa-js/contract" : " 2.1 .0" ,
30- "@zilliqa-js/core" : " 2.1 .0" ,
31- "@zilliqa-js/crypto" : " 2.1 .0" ,
32- "@zilliqa-js/util" : " 0.11.1 " ,
28+ "@zilliqa-js/account" : " 2.2 .0" ,
29+ "@zilliqa-js/contract" : " 2.2 .0" ,
30+ "@zilliqa-js/core" : " 2.2 .0" ,
31+ "@zilliqa-js/crypto" : " 2.2 .0" ,
32+ "@zilliqa-js/util" : " 2.2.0 " ,
3333 "utility-types" : " ^3.4.1"
3434 },
3535 "engines" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @zilliqa-js/contract" ,
3- "version" : " 2.1 .0" ,
3+ "version" : " 2.2 .0" ,
44 "description" : " Contract-related functionality." ,
55 "main" : " dist/index.js" ,
66 "node" : " dist/index.js" ,
2525 "clean" : " rimraf ./dist"
2626 },
2727 "dependencies" : {
28- "@zilliqa-js/account" : " 2.1 .0" ,
29- "@zilliqa-js/blockchain" : " 2.1 .0" ,
30- "@zilliqa-js/core" : " 2.1 .0" ,
31- "@zilliqa-js/crypto" : " 2.1 .0" ,
32- "@zilliqa-js/util" : " 0.11.1 " ,
28+ "@zilliqa-js/account" : " 2.2 .0" ,
29+ "@zilliqa-js/blockchain" : " 2.2 .0" ,
30+ "@zilliqa-js/core" : " 2.2 .0" ,
31+ "@zilliqa-js/crypto" : " 2.2 .0" ,
32+ "@zilliqa-js/util" : " 2.2.0 " ,
3333 "hash.js" : " ^1.1.5" ,
3434 "utility-types" : " ^2.1.0"
3535 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @zilliqa-js/core" ,
3- "version" : " 2.1 .0" ,
3+ "version" : " 2.2 .0" ,
44 "description" : " Core abstractions that power the zilliqa JS client." ,
55 "main" : " dist/index.js" ,
66 "node" : " dist/index.js" ,
2525 "clean" : " rimraf ./dist"
2626 },
2727 "dependencies" : {
28- "@zilliqa-js/crypto" : " 2.1 .0" ,
29- "@zilliqa-js/util" : " 0.11.1 " ,
28+ "@zilliqa-js/crypto" : " 2.2 .0" ,
29+ "@zilliqa-js/util" : " 2.2.0 " ,
3030 "cross-fetch" : " ^2.2.2" ,
3131 "mitt" : " ^1.1.3"
3232 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @zilliqa-js/crypto" ,
3- "version" : " 2.1 .0" ,
3+ "version" : " 2.2 .0" ,
44 "description" : " Core crypto utilities for signing/verification/hashing Zilliqa transactions." ,
55 "author" : " Ian Tan (https://github.com/iantanwx)" ,
66 "maintainers" : [
2424 "scripts" : {
2525 "clean" : " rimraf ./dist"
2626 },
27- "optionalDependencies" : {},
2827 "dependencies" : {
29- "@zilliqa-js/util" : " 0.11.1 " ,
28+ "@zilliqa-js/util" : " 2.2.0 " ,
3029 "aes-js" : " ^3.1.1" ,
3130 "bsert" : " ^0.0.4" ,
3231 "elliptic" : " ^6.5.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @zilliqa-js/proto" ,
3- "version" : " 0.11.1 " ,
3+ "version" : " 2.2.0 " ,
44 "description" : " Protobuf dependencies for message serialization" ,
55 "author" : " Ian Tan (https://github.com/iantanwx)" ,
66 "maintainers" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @zilliqa-js/subscriptions" ,
3- "version" : " 2.1 .0" ,
3+ "version" : " 2.2 .0" ,
44 "description" : " Class(es) for interactiong with websocket API of Zilliqa node" ,
55 "main" : " dist/index.js" ,
66 "node" : " dist/index.js" ,
2626 },
2727 "homepage" : " https://github.com/Zilliqa/Zilliqa-Javascript-Library#readme" ,
2828 "dependencies" : {
29- "@zilliqa-js/core" : " 2.1 .0" ,
29+ "@zilliqa-js/core" : " 2.2 .0" ,
3030 "mock-socket" : " ^9.0.2" ,
3131 "websocket" : " ^1.0.28"
3232 }
Original file line number Diff line number Diff line change 11{
22 "name" : " @zilliqa-js/util" ,
3- "version" : " 0.11.1 " ,
3+ "version" : " 2.2.0 " ,
44 "description" : " Utilities for working with Zilliqa." ,
55 "author" : " Ian Tan (https://github.com/iantanwx)" ,
66 "maintainers" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @zilliqa-js/zilliqa" ,
3- "version" : " 2.1 .0" ,
3+ "version" : " 2.2 .0" ,
44 "description" : " Main entry point to the Zilliqa JS client." ,
55 "author" : " Ian Tan (https://github.com/iantanwx)" ,
66 "maintainers" : [
2222 "clean" : " rimraf ./dist"
2323 },
2424 "dependencies" : {
25- "@zilliqa-js/account" : " 2.1 .0" ,
26- "@zilliqa-js/blockchain" : " 2.1 .0" ,
27- "@zilliqa-js/contract" : " 2.1 .0" ,
28- "@zilliqa-js/core" : " 2.1 .0" ,
29- "@zilliqa-js/crypto" : " 2.1 .0" ,
30- "@zilliqa-js/subscriptions" : " 2.1 .0" ,
31- "@zilliqa-js/util" : " 0.11.1 "
25+ "@zilliqa-js/account" : " 2.2 .0" ,
26+ "@zilliqa-js/blockchain" : " 2.2 .0" ,
27+ "@zilliqa-js/contract" : " 2.2 .0" ,
28+ "@zilliqa-js/core" : " 2.2 .0" ,
29+ "@zilliqa-js/crypto" : " 2.2 .0" ,
30+ "@zilliqa-js/subscriptions" : " 2.2 .0" ,
31+ "@zilliqa-js/util" : " 2.2.0 "
3232 },
3333 "engines" : {
3434 "node" : " >=10.0.0 <15"
You can’t perform that action at this time.
0 commit comments