Skip to content

Commit 4cd2194

Browse files
Merge pull request #8647 from BitGo/BTC-0.bump-wasm-utxo-4.8.0
feat(abstract-utxo): bump wasm-utxo to 4.8.0
2 parents 9742f94 + 5ae22c0 commit 4cd2194

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

modules/abstract-utxo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@bitgo/utxo-core": "^1.36.0",
6767
"@bitgo/utxo-lib": "^11.22.0",
6868
"@bitgo/utxo-ord": "^1.29.0",
69-
"@bitgo/wasm-utxo": "^4.7.0",
69+
"@bitgo/wasm-utxo": "^4.8.0",
7070
"@types/lodash": "^4.14.121",
7171
"@types/superagent": "4.1.15",
7272
"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.3",
3232
"@bitgo/utxo-core": "^1.36.0",
3333
"@bitgo/utxo-lib": "^11.22.0",
34-
"@bitgo/wasm-utxo": "^4.7.0",
34+
"@bitgo/wasm-utxo": "^4.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.11.0",
8282
"@bitgo/unspents": "^0.51.3",
8383
"@bitgo/utxo-lib": "^11.22.0",
84-
"@bitgo/wasm-utxo": "^4.7.0",
84+
"@bitgo/wasm-utxo": "^4.8.0",
8585
"bip174": "npm:@bitgo-forks/bip174@3.1.0-master.4",
8686
"fast-sha256": "^1.3.0"
8787
},

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.7.0"
48+
"@bitgo/wasm-utxo": "^4.8.0"
4949
},
5050
"devDependencies": {
5151
"@bitgo/utxo-lib": "^11.22.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.5.0",
6464
"@bitgo/utxo-core": "^1.36.0",
6565
"@bitgo/utxo-lib": "^11.22.0",
66-
"@bitgo/wasm-utxo": "^4.7.0",
66+
"@bitgo/wasm-utxo": "^4.8.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
@@ -1030,10 +1030,10 @@
10301030
resolved "https://registry.npmjs.org/@bitgo/wasm-ton/-/wasm-ton-1.1.1.tgz"
10311031
integrity sha512-Y4x2V2ZcYWlmx42v7dlrKDtT2DuUt8smk8E98mh7RhpiifJhLk2v5RmXDwBl0A3v9TzUOU6qMOnSS/iZ8Pq52w==
10321032

1033-
"@bitgo/wasm-utxo@^4.7.0":
1034-
version "4.7.0"
1035-
resolved "https://registry.npmjs.org/@bitgo/wasm-utxo/-/wasm-utxo-4.7.0.tgz#2ec1103c840b3be1a2ed29fae4ebc03fd57160a6"
1036-
integrity sha512-7T1vZNxM1dGPi2EqbWAFzHN0A8uWlR05c9Q7UAmZv1dQt6SBTsGc5rPyoEmwvkyPJSdbvcPS3NCoTyWIcbqUUA==
1033+
"@bitgo/wasm-utxo@^4.8.0":
1034+
version "4.8.0"
1035+
resolved "https://registry.npmjs.org/@bitgo/wasm-utxo/-/wasm-utxo-4.8.0.tgz#744b20d239e5430402d61bd4ba7b1fbd77cc9ff3"
1036+
integrity sha512-FV4ll1nAiR8RKtkJAsjauz+bmcllDuo8Cx0aFTbnS+0yKQAGQCjc9AJXW9CvZC65fi1dTj9+hmcLugWrQ0h92A==
10371037

10381038
"@brandonblack/musig@^0.0.1-alpha.0":
10391039
version "0.0.1-alpha.1"

0 commit comments

Comments
 (0)