Skip to content

Commit

Permalink
Pin @cosmjs/crypto version
Browse files Browse the repository at this point in the history
This fixes a potential mismatch when importing `stringToPath()` in the tests. This also stops the IDE from whining.
  • Loading branch information
assafmo committed Mar 19, 2024
1 parent 2defd1b commit acd8247
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"@confio/relayer": "0.7.0",
"@cosmjs/proto-signing": "^0.29.5",
"@cosmjs/stargate": "0.29.4",
"@cosmjs/crypto": "0.29.4",
"@types/jest": "27.4.0",
"@types/node": "18.11.2",
"@types/pako": "1.0.3",
Expand Down
13 changes: 13 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,19 @@
long "^4.0.0"
pako "^2.0.2"

"@cosmjs/[email protected]":
version "0.29.4"
resolved "https://registry.yarnpkg.com/@cosmjs/crypto/-/crypto-0.29.4.tgz#2198e1d2da9eb310df9ed8b8609dbf1a370e900b"
integrity sha512-PmSxoFl/Won7kHZv3PQUUgdmEiAMqdY7XnEnVh9PbU7Hht6uo7PQ+M0eIGW3NIXYKmn6oVExER+xOfLfq4YNGw==
dependencies:
"@cosmjs/encoding" "^0.29.4"
"@cosmjs/math" "^0.29.4"
"@cosmjs/utils" "^0.29.4"
"@noble/hashes" "^1"
bn.js "^5.2.0"
elliptic "^6.5.4"
libsodium-wrappers "^0.7.6"

"@cosmjs/crypto@^0.29.2", "@cosmjs/crypto@^0.29.5":
version "0.29.5"
resolved "https://registry.yarnpkg.com/@cosmjs/crypto/-/crypto-0.29.5.tgz#ab99fc382b93d8a8db075780cf07487a0f9519fd"
Expand Down

0 comments on commit acd8247

Please sign in to comment.