Skip to content

Commit

Permalink
Feature/lit 2545 js sdk fix cosmjscrypto (#381)
Browse files Browse the repository at this point in the history
* fix: should add dependencies to related packages

* fix: include cosmos dependencies

* fix: correct version

* fix: correct version
  • Loading branch information
Ansonhkg authored Feb 22, 2024
1 parent f6c0956 commit a39f5b8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,11 @@
},
"private": true,
"dependencies": {
"@cosmjs/proto-signing": "^0.30.1",
"@cosmjs/stargate": "^0.30.1",
"@cosmjs/proto-signing": "0.30.1",
"@cosmjs/stargate": "0.30.1",
"@cosmjs/encoding": "0.30.1",
"@cosmjs/crypto": "0.30.1",
"@cosmjs/amino": "0.30.1",
"@cypress/code-coverage": "^3.10.0",
"@cypress/react": "^6.2.0",
"@cypress/webpack-dev-server": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/src/lib/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '3.2.1';
export const version = "3.2.1";
5 changes: 5 additions & 0 deletions packages/contracts-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
"access": "public",
"directory": "../../dist/packages/contracts-sdk"
},
"dependencies": {
"@cosmjs/encoding": "0.30.1",
"@cosmjs/crypto": "0.30.1",
"@cosmjs/amino": "0.30.1"
},
"peerDependencies": {
"bs58": "^5.0.0",
"date-and-time": "^2.4.1",
Expand Down

0 comments on commit a39f5b8

Please sign in to comment.