Skip to content

Commit 10b7ff0

Browse files
Merge pull request #8933 from BitGo/BTC-0.bump-wasm-utxo-4.16.0
chore: bump @bitgo/wasm-utxo to 4.16.0
2 parents f9604a0 + 715cafe commit 10b7ff0

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

modules/abstract-utxo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@bitgo/utxo-descriptors": "^1.3.0",
6868
"@bitgo/utxo-lib": "^11.22.1",
6969
"@bitgo/utxo-ord": "^1.32.0",
70-
"@bitgo/wasm-utxo": "^4.14.1",
70+
"@bitgo/wasm-utxo": "^4.16.0",
7171
"@types/lodash": "^4.14.121",
7272
"@types/superagent": "4.1.15",
7373
"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.51.4",
3232
"@bitgo/utxo-core": "^1.39.0",
3333
"@bitgo/utxo-lib": "^11.22.1",
34-
"@bitgo/wasm-utxo": "^4.14.1",
34+
"@bitgo/wasm-utxo": "^4.16.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.11.0",
8282
"@bitgo/unspents": "^0.51.4",
8383
"@bitgo/utxo-lib": "^11.22.1",
84-
"@bitgo/wasm-utxo": "^4.14.1",
84+
"@bitgo/wasm-utxo": "^4.16.0",
8585
"bip174": "npm:@bitgo-forks/bip174@3.1.0-master.4",
8686
"fast-sha256": "^1.3.0"
8787
},

modules/utxo-descriptors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
},
6161
"dependencies": {
6262
"@bitgo/utxo-core": "^1.39.0",
63-
"@bitgo/wasm-utxo": "^4.14.1"
63+
"@bitgo/wasm-utxo": "^4.16.0"
6464
}
6565
}

modules/utxo-ord/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"directory": "modules/utxo-ord"
4646
},
4747
"dependencies": {
48-
"@bitgo/wasm-utxo": "^4.14.1"
48+
"@bitgo/wasm-utxo": "^4.16.0"
4949
},
5050
"devDependencies": {
5151
"@bitgo/utxo-lib": "^11.22.1"

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.5.0",
6464
"@bitgo/utxo-core": "^1.39.0",
6565
"@bitgo/utxo-lib": "^11.22.1",
66-
"@bitgo/wasm-utxo": "^4.14.1",
66+
"@bitgo/wasm-utxo": "^4.16.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
@@ -1094,10 +1094,10 @@
10941094
resolved "https://registry.npmjs.org/@bitgo/wasm-ton/-/wasm-ton-1.1.1.tgz"
10951095
integrity sha512-Y4x2V2ZcYWlmx42v7dlrKDtT2DuUt8smk8E98mh7RhpiifJhLk2v5RmXDwBl0A3v9TzUOU6qMOnSS/iZ8Pq52w==
10961096

1097-
"@bitgo/wasm-utxo@^4.14.1":
1098-
version "4.14.1"
1099-
resolved "https://registry.npmjs.org/@bitgo/wasm-utxo/-/wasm-utxo-4.14.1.tgz#bf709a98078f10f9c52900bcba24a6c6a9d0256e"
1100-
integrity sha512-cHGJzCNlPMpVXp/ydFIHQ0/GSRJLYG+cqzVYa6u7x2bbnKDzIqgn34hpWX1w/FfZ626U0S47HGo8ujmoWoUn2Q==
1097+
"@bitgo/wasm-utxo@^4.16.0":
1098+
version "4.16.0"
1099+
resolved "https://registry.npmjs.org/@bitgo/wasm-utxo/-/wasm-utxo-4.16.0.tgz#6dc23f288b4abf52b5e34599e7488da8d8693c53"
1100+
integrity sha512-2hg8J1pkaPyf/baS8LQ4aarwbEBHuVuHeaSQpRzkBuCWezJAhqZsoTlx9WrDd4TQC/0oPcl34phg+Ny5c8wZUg==
11011101

11021102
"@brandonblack/musig@^0.0.1-alpha.0":
11031103
version "0.0.1-alpha.1"

0 commit comments

Comments
 (0)