Skip to content

Commit

Permalink
chore: updated versions of dependent sub-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sarvalabs-gokul committed Aug 11, 2023
1 parent 106d516 commit 89e4310
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
8 changes: 4 additions & 4 deletions packages/js-moi-bip39/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"author": "Sarva Labs Inc. & MOI Protocol Developers",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"js-moi-hdnode": "^0.1.0",
"js-moi-signer": "^0.1.0",
"js-moi-constants": "^0.1.0",
"js-moi-utils": "^0.1.0",
"js-moi-hdnode": "^0.1.1",
"js-moi-signer": "^0.1.1",
"js-moi-constants": "^0.1.1",
"js-moi-utils": "^0.1.1",
"buffer": "^6.0.3",
"@noble/hashes": "^1.1.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/js-moi-hdnode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"author": "Sarva Labs Inc. & MOI Protocol Developers",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"js-moi-utils": "^0.1.0",
"js-moi-utils": "^0.1.1",
"buffer": "^6.0.3",
"hdkey": "^2.1.0",
"assert": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/js-moi-logic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"author": "Sarva Labs Inc. & MOI Protocol Developers",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"js-moi-manifest": "^0.1.0",
"js-moi-utils": "^0.1.0",
"js-moi-providers": "^0.1.0",
"js-moi-signer": "^0.1.0",
"js-moi-manifest": "^0.1.1",
"js-moi-utils": "^0.1.1",
"js-moi-providers": "^0.1.1",
"js-moi-signer": "^0.1.1",
"blakejs": "^1.2.1",
"buffer": "^6.0.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/js-moi-manifest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"author": "Sarva Labs Inc. & MOI Protocol Developers",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"js-moi-utils": "^0.1.0",
"js-moi-utils": "^0.1.1",
"js-polo": "^0.1.2"
}
}
2 changes: 1 addition & 1 deletion packages/js-moi-signer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"author": "Sarva Labs Inc. & MOI Protocol Developers",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"js-moi-utils": "^0.1.0",
"js-moi-utils": "^0.1.1",
"blake2b": "^2.1.4",
"buffer": "^6.0.3",
"@noble/hashes": "^1.1.5",
Expand Down
12 changes: 6 additions & 6 deletions packages/js-moi-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"author": "Sarva Labs Inc. & MOI Protocol Developers",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"js-moi-hdnode": "^0.1.0",
"js-moi-signer": "^0.1.0",
"js-moi-providers": "^0.1.0",
"js-moi-constants": "^0.1.0",
"js-moi-utils": "^0.1.0",
"js-moi-bip39": "^0.1.0",
"js-moi-hdnode": "^0.1.1",
"js-moi-signer": "^0.1.1",
"js-moi-providers": "^0.1.1",
"js-moi-constants": "^0.1.1",
"js-moi-utils": "^0.1.1",
"js-moi-bip39": "^0.1.1",
"buffer": "^6.0.3",
"crypto": "npm:crypto-browserify",
"elliptic": "^6.5.4",
Expand Down
18 changes: 9 additions & 9 deletions packages/js-moi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"author": "Sarva Labs Inc. & MOI Protocol Developers",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"js-moi-providers": "^0.1.0",
"js-moi-manifest": "^0.1.0",
"js-moi-logic": "^0.1.0",
"js-moi-hdnode": "^0.1.0",
"js-moi-wallet": "^0.1.0",
"js-moi-signer": "^0.1.0",
"js-moi-bip39": "^0.1.0",
"js-moi-constants": "^0.1.0",
"js-moi-utils": "^0.1.0"
"js-moi-providers": "^0.1.1",
"js-moi-manifest": "^0.1.1",
"js-moi-logic": "^0.1.1",
"js-moi-hdnode": "^0.1.1",
"js-moi-wallet": "^0.1.1",
"js-moi-signer": "^0.1.1",
"js-moi-bip39": "^0.1.1",
"js-moi-constants": "^0.1.1",
"js-moi-utils": "^0.1.1"
}
}

0 comments on commit 89e4310

Please sign in to comment.