Skip to content

Commit

Permalink
fix: upgrade slip10 to fix esm (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvayngrib committed Aug 16, 2024
1 parent 1971413 commit 5658119
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion features/keychain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@exodus/elliptic": "^6.5.4-precomputed",
"@exodus/key-identifier": "^1.1.2",
"@exodus/key-utils": "^3.5.1",
"@exodus/slip10": "^1.0.0",
"@exodus/slip10": "^2.0.0",
"@exodus/sodium-crypto": "^3.1.0",
"buffer-json": "^2.0.0",
"create-hash": "^1.2.0",
Expand Down
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const untranspiledModulePatterns = [
'@exodus/dependency-preprocessors',
'@exodus/osmosis-*',
'@exodus/key-utils',
'@exodus/slip10',
'@exodus/module',
'@exodus/atoms',
'@exodus/storage-memory',
Expand Down
15 changes: 13 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1959,7 +1959,7 @@ __metadata:
languageName: node
linkType: hard

"@exodus/hd-key-slip-10@npm:~2.0.0":
"@exodus/hd-key-slip-10@npm:^2.0.0, @exodus/hd-key-slip-10@npm:~2.0.0":
version: 2.0.1
resolution: "@exodus/hd-key-slip-10@npm:2.0.1"
dependencies:
Expand Down Expand Up @@ -2077,7 +2077,7 @@ __metadata:
"@exodus/key-identifier": ^1.1.2
"@exodus/key-ids": ^1.0.0
"@exodus/key-utils": ^3.5.1
"@exodus/slip10": ^1.0.0
"@exodus/slip10": ^2.0.0
"@exodus/sodium-crypto": ^3.1.0
"@noble/secp256k1": ^1.7.1
bip39: 2.6.0
Expand Down Expand Up @@ -2160,6 +2160,17 @@ __metadata:
languageName: node
linkType: hard

"@exodus/slip10@npm:^2.0.0":
version: 2.0.1
resolution: "@exodus/slip10@npm:2.0.1"
dependencies:
"@exodus/elliptic": ^6.5.4-precomputed
"@exodus/hd-key-slip-10": ^2.0.0
lodash: ^4.17.11
checksum: b2014da72e93797cb20d18aab830ca37d43afe90728bdd869c4f1cfebd76c9f127882aa9fdcddf994fb9619a64c614652b99cc7ba87bf9299d084208501b6df0
languageName: node
linkType: hard

"@exodus/sodium-crypto@npm:^3.1.0":
version: 3.3.1
resolution: "@exodus/sodium-crypto@npm:3.3.1"
Expand Down

0 comments on commit 5658119

Please sign in to comment.