Skip to content

Commit

Permalink
chore: reverted the version update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sarvalabs-gokul committed Aug 28, 2023
1 parent b1ff7e7 commit 095d91f
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 28 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.2",
"js-moi-signer": "^0.1.2",
"js-moi-constants": "^0.1.2",
"js-moi-utils": "^0.1.2",
"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.2",
"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.2",
"js-moi-utils": "^0.1.2",
"js-moi-providers": "^0.1.2",
"js-moi-signer": "^0.1.2",
"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.2",
"js-moi-utils": "^0.1.1",
"js-polo": "^0.1.2"
}
}
4 changes: 2 additions & 2 deletions packages/js-moi-providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"author": "Sarva Labs Inc. & MOI Protocol Developers",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"js-moi-utils": "^0.1.2",
"js-moi-manifest": "^0.1.2",
"js-moi-utils": "^0.1.1",
"js-moi-manifest": "^0.1.1",
"cross-fetch": "^4.0.0",
"websocket": "^1.0.34"
}
Expand Down
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.2",
"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.2",
"js-moi-signer": "^0.1.2",
"js-moi-providers": "^0.1.2",
"js-moi-constants": "^0.1.2",
"js-moi-utils": "^0.1.2",
"js-moi-bip39": "^0.1.2",
"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.2",
"js-moi-manifest": "^0.1.2",
"js-moi-logic": "^0.1.2",
"js-moi-hdnode": "^0.1.2",
"js-moi-wallet": "^0.1.2",
"js-moi-signer": "^0.1.2",
"js-moi-bip39": "^0.1.2",
"js-moi-constants": "^0.1.2",
"js-moi-utils": "^0.1.2"
"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 095d91f

Please sign in to comment.