Skip to content

Commit a9071de

Browse files
committed
feat: bump wasm-utxo to 1.3.0
Ticket: BTC-0 TICKET: BTC-0
1 parent 61daef3 commit a9071de

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

modules/abstract-utxo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@bitgo/utxo-core": "^1.21.3",
5252
"@bitgo/utxo-lib": "^11.14.0",
5353
"@bitgo/utxo-ord": "^1.22.11",
54-
"@bitgo/wasm-utxo": "1.1.0",
54+
"@bitgo/wasm-utxo": "1.3.0",
5555
"@types/lodash": "^4.14.121",
5656
"@types/superagent": "4.1.15",
5757
"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.7",
3232
"@bitgo/utxo-core": "^1.21.3",
3333
"@bitgo/utxo-lib": "^11.14.0",
34-
"@bitgo/wasm-utxo": "1.1.0",
34+
"@bitgo/wasm-utxo": "1.3.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
@@ -55,7 +55,7 @@
5555
"@bitgo/secp256k1": "^1.7.0",
5656
"@bitgo/unspents": "^0.50.7",
5757
"@bitgo/utxo-lib": "^11.14.0",
58-
"@bitgo/wasm-utxo": "1.1.0",
58+
"@bitgo/wasm-utxo": "1.3.0",
5959
"bip174": "npm:@bitgo-forks/[email protected]",
6060
"bitcoinjs-message": "npm:@bitgo-forks/[email protected]",
6161
"fast-sha256": "^1.3.0"

modules/utxo-lib/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848
"dependencies": {
4949
"@bitgo/blake2b": "^3.2.4",
5050
"@bitgo/secp256k1": "^1.7.0",
51+
<<<<<<< Updated upstream
52+
=======
53+
"@bitgo/wasm-utxo": "1.3.0",
54+
>>>>>>> Stashed changes
5155
"@brandonblack/musig": "^0.0.1-alpha.0",
5256
"bech32": "^2.0.0",
5357
"bip174": "npm:@bitgo-forks/[email protected]",

modules/utxo-staking/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@bitgo/babylonlabs-io-btc-staking-ts": "^3.1.0",
4848
"@bitgo/utxo-core": "^1.21.3",
4949
"@bitgo/utxo-lib": "^11.14.0",
50-
"@bitgo/wasm-utxo": "1.1.0",
50+
"@bitgo/wasm-utxo": "1.3.0",
5151
"bip174": "npm:@bitgo-forks/[email protected]",
5252
"bip322-js": "^2.0.0",
5353
"bitcoinjs-lib": "^6.1.7",

0 commit comments

Comments
 (0)