Skip to content

Commit 266f0d6

Browse files
OttoAllmendingerllm-git
andcommitted
chore(abstract-utxo): bump wasm-utxo package to 1.8.0
Update wasm-utxo dependency across multiple modules to v1.8.0. Issue: BTC-2650 Co-authored-by: llm-git <[email protected]>
1 parent 78e280a commit 266f0d6

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.3.0",
71+
"@bitgo/wasm-utxo": "1.8.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.3.0",
34+
"@bitgo/wasm-utxo": "1.8.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.3.0",
84+
"@bitgo/wasm-utxo": "1.8.0",
8585
"bip174": "npm:@bitgo-forks/[email protected]",
8686
"bitcoinjs-message": "npm:@bitgo-forks/[email protected]",
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.3.0",
66+
"@bitgo/wasm-utxo": "1.8.0",
6767
"bip174": "npm:@bitgo-forks/[email protected]",
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.3.0":
972-
version "1.3.0"
973-
resolved "https://registry.npmjs.org/@bitgo/wasm-utxo/-/wasm-utxo-1.3.0.tgz"
974-
integrity sha512-wDwuU08lR0jD/9uzdLnXnDSN9n3j8edQMsHgqCJt2nem7w0RiuaTSCqBYhrgr8YteegHncNS6ABbxowdjhfPqw==
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==
975975

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

0 commit comments

Comments
 (0)