Skip to content

Commit 3d94f4b

Browse files
committed
feat: update wasm-utxo to v1.4.0
Ticket: BTC-0 TICKET: BTC-0
1 parent 0357eff commit 3d94f4b

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.23.0",
6969
"@bitgo/utxo-lib": "^11.15.0",
7070
"@bitgo/utxo-ord": "^1.22.13",
71-
"@bitgo/wasm-utxo": "1.3.0",
71+
"@bitgo/wasm-utxo": "1.4.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.8",
3232
"@bitgo/utxo-core": "^1.23.0",
3333
"@bitgo/utxo-lib": "^11.15.0",
34-
"@bitgo/wasm-utxo": "1.3.0",
34+
"@bitgo/wasm-utxo": "1.4.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
@@ -89,7 +89,7 @@
8989
"@bitgo/secp256k1": "^1.7.0",
9090
"@bitgo/unspents": "^0.50.8",
9191
"@bitgo/utxo-lib": "^11.15.0",
92-
"@bitgo/wasm-utxo": "1.3.0",
92+
"@bitgo/wasm-utxo": "1.4.0",
9393
"bip174": "npm:@bitgo-forks/[email protected]",
9494
"bitcoinjs-message": "npm:@bitgo-forks/[email protected]",
9595
"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.1.0",
6464
"@bitgo/utxo-core": "^1.23.0",
6565
"@bitgo/utxo-lib": "^11.15.0",
66-
"@bitgo/wasm-utxo": "1.3.0",
66+
"@bitgo/wasm-utxo": "1.4.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.4.0":
972+
version "1.4.0"
973+
resolved "https://registry.npmjs.org/@bitgo/wasm-utxo/-/wasm-utxo-1.4.0.tgz#34ff78d55157490e25b6e225887cc615de8f8983"
974+
integrity sha512-imyqICjpppZ/y7V6nLdCVKEY8MVW2/+RoN2x97yqROrw6KHepnKTMO9b8LEi57JghfbrEaBFelz7kcyxvJtuWQ==
975975

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

0 commit comments

Comments
 (0)