Skip to content

Commit bf45441

Browse files
OttoAllmendingerllm-git
andcommitted
feat(abstract-utxo): update @bitgo/wasm-utxo to 1.10.0
Updates wasm-utxo package to the latest version across multiple modules. Issue: BTC-2806 Co-authored-by: llm-git <llm-git@ttll.de>
1 parent 6e44eca commit bf45441

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.10.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.10.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.10.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.10.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.10.0":
972+
version "1.10.0"
973+
resolved "https://registry.npmjs.org/@bitgo/wasm-utxo/-/wasm-utxo-1.10.0.tgz#62bbe0dde9c7b7a6234986378e3a9d74d91b9321"
974+
integrity sha512-YGgvm7avWs8etosJDy6x3BpBZHtRZkLf0S74Pip4EBgVQf/3rzKjC35AF6b7OtPTZKhuWDeAyurkk/kUxtOeZg==
975975

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

0 commit comments

Comments
 (0)