Skip to content

Commit 77ee197

Browse files
Merge pull request #7682 from BitGo/BTC-2806.bump-wasm-utxo
feat(abstract-utxo): update @bitgo/wasm-utxo to 1.11.0
2 parents e738438 + 11225f6 commit 77ee197

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

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.25.0",
6969
"@bitgo/utxo-lib": "^11.16.1",
7070
"@bitgo/utxo-ord": "^1.22.15",
71-
"@bitgo/wasm-utxo": "1.8.0",
71+
"@bitgo/wasm-utxo": "1.11.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.10",
3232
"@bitgo/utxo-core": "^1.25.0",
3333
"@bitgo/utxo-lib": "^11.16.1",
34-
"@bitgo/wasm-utxo": "1.8.0",
34+
"@bitgo/wasm-utxo": "1.11.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.7.0",
8282
"@bitgo/unspents": "^0.50.10",
8383
"@bitgo/utxo-lib": "^11.16.1",
84-
"@bitgo/wasm-utxo": "1.8.0",
84+
"@bitgo/wasm-utxo": "1.11.0",
8585
"bip174": "npm:@bitgo-forks/bip174@3.1.0-master.4",
8686
"bitcoinjs-message": "npm:@bitgo-forks/bitcoinjs-message@1.0.0-master.3",
8787
"fast-sha256": "^1.3.0"

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.2.1",
6464
"@bitgo/utxo-core": "^1.25.0",
6565
"@bitgo/utxo-lib": "^11.16.1",
66-
"@bitgo/wasm-utxo": "1.8.0",
66+
"@bitgo/wasm-utxo": "1.11.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
@@ -968,10 +968,10 @@
968968
monocle-ts "^2.3.13"
969969
newtype-ts "^0.3.5"
970970

971-
"@bitgo/wasm-utxo@1.8.0":
972-
version "1.8.0"
973-
resolved "https://registry.npmjs.org/@bitgo/wasm-utxo/-/wasm-utxo-1.8.0.tgz#aad0099a271f61f2d6c78092650eb5ecb56b41ae"
974-
integrity sha512-tDUbCo6IdpkfOgcJo41C3q4HQ8HaNSdriklHflvRKy0PhRSOvCXjyeseYHXVkL9aMhQ1k0YemdogVyjIbO05TA==
971+
"@bitgo/wasm-utxo@1.11.0":
972+
version "1.11.0"
973+
resolved "https://registry.npmjs.org/@bitgo/wasm-utxo/-/wasm-utxo-1.11.0.tgz#e6b90de37c8afac17b51d20403ba1fa102198e39"
974+
integrity sha512-yLORJZR8iD96WowF9lvBIFq4su6LUlIooOuG7awX6dNaTgHStPiRUEJbbKW1cSXAzTOSscl6wNHzgTaKkxYM5A==
975975

976976
"@brandonblack/musig@^0.0.1-alpha.0":
977977
version "0.0.1-alpha.1"

0 commit comments

Comments
 (0)