Skip to content

Commit 16e5c6b

Browse files
Merge pull request #7913 from BitGo/BTC-2936.update-wasm-utxo-01-15
feat(abstract-utxo): update wasm-utxo dependency to latest version
2 parents 13d2e09 + f15d0f9 commit 16e5c6b

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

modules/abstract-utxo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@bitgo/utxo-core": "^1.30.0",
6969
"@bitgo/utxo-lib": "^11.19.1",
7070
"@bitgo/utxo-ord": "^1.22.22",
71-
"@bitgo/wasm-utxo": "^1.24.0",
71+
"@bitgo/wasm-utxo": "^1.27.0",
7272
"@types/lodash": "^4.14.121",
7373
"@types/superagent": "4.1.15",
7474
"bignumber.js": "^9.0.2",

modules/utxo-bin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@bitgo/unspents": "^0.50.14",
3232
"@bitgo/utxo-core": "^1.30.0",
3333
"@bitgo/utxo-lib": "^11.19.1",
34-
"@bitgo/wasm-utxo": "^1.24.0",
34+
"@bitgo/wasm-utxo": "^1.27.0",
3535
"@noble/curves": "1.8.1",
3636
"archy": "^1.0.0",
3737
"bech32": "^2.0.0",

modules/utxo-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@bitgo/secp256k1": "^1.9.0",
8282
"@bitgo/unspents": "^0.50.14",
8383
"@bitgo/utxo-lib": "^11.19.1",
84-
"@bitgo/wasm-utxo": "^1.24.0",
84+
"@bitgo/wasm-utxo": "^1.27.0",
8585
"bip174": "npm:@bitgo-forks/bip174@3.1.0-master.4",
8686
"fast-sha256": "^1.3.0"
8787
},

modules/utxo-staking/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@bitgo/babylonlabs-io-btc-staking-ts": "^3.3.0",
6464
"@bitgo/utxo-core": "^1.30.0",
6565
"@bitgo/utxo-lib": "^11.19.1",
66-
"@bitgo/wasm-utxo": "^1.24.0",
66+
"@bitgo/wasm-utxo": "^1.27.0",
6767
"bip174": "npm:@bitgo-forks/bip174@3.1.0-master.4",
6868
"bip322-js": "^2.0.0",
6969
"bitcoinjs-lib": "^6.1.7",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -996,10 +996,10 @@
996996
monocle-ts "^2.3.13"
997997
newtype-ts "^0.3.5"
998998

999-
"@bitgo/wasm-utxo@^1.24.0":
1000-
version "1.24.0"
1001-
resolved "https://registry.npmjs.org/@bitgo/wasm-utxo/-/wasm-utxo-1.24.0.tgz#27c28b496daad594fa0b20d7ced654dbeeb3473f"
1002-
integrity sha512-7AEBQJ03V8JWiH1SEkrf6j4IAjo6Tl/G7QHtmBXwoMs5Bpy0haZMERl0eodmiCIczHYGTmpk6fgGNyvaVflg7A==
999+
"@bitgo/wasm-utxo@^1.27.0":
1000+
version "1.27.0"
1001+
resolved "https://registry.npmjs.org/@bitgo/wasm-utxo/-/wasm-utxo-1.27.0.tgz#c8ebe108ce8b55d3df70cd3968211a6ef3001bef"
1002+
integrity sha512-gX0YemHbSBOKQ/nKaBsZKI3cJzgkrLXFWuMsPJ7t2oDzE3ggfgVF3ulGFsuaQ8WQT4rOsZ7FZz2f+C9mStXAeA==
10031003

10041004
"@brandonblack/musig@^0.0.1-alpha.0":
10051005
version "0.0.1-alpha.1"

0 commit comments

Comments
 (0)