Skip to content

Commit 4e98e81

Browse files
committed
chore(abstract-utxo): bump wasm-utxo version
Ticket: CSHLD-1681
1 parent 8e04e14 commit 4e98e81

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
@@ -66,7 +66,7 @@
6666
"@bitgo/utxo-core": "^1.41.2",
6767
"@bitgo/utxo-descriptors": "^1.5.2",
6868
"@bitgo/utxo-ord": "^1.34.2",
69-
"@bitgo/wasm-utxo": "^5.1.0",
69+
"@bitgo/wasm-utxo": "^5.3.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.10",
3232
"@bitgo/utxo-core": "^1.41.2",
3333
"@bitgo/utxo-lib": "^11.24.4",
34-
"@bitgo/wasm-utxo": "^5.1.0",
34+
"@bitgo/wasm-utxo": "^5.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
@@ -81,7 +81,7 @@
8181
"@bitgo/secp256k1": "^1.11.1",
8282
"@bitgo/unspents": "^0.51.10",
8383
"@bitgo/utxo-lib": "^11.24.4",
84-
"@bitgo/wasm-utxo": "^5.1.0",
84+
"@bitgo/wasm-utxo": "^5.3.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,7 +60,7 @@
6060
},
6161
"dependencies": {
6262
"@bitgo/utxo-core": "^1.41.2",
63-
"@bitgo/wasm-utxo": "^5.1.0"
63+
"@bitgo/wasm-utxo": "^5.3.0"
6464
},
6565
"devDependencies": {
6666
"@stacks/bitcoin-staking": "7.6.0"

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": "^5.1.0"
48+
"@bitgo/wasm-utxo": "^5.3.0"
4949
},
5050
"devDependencies": {
5151
"@bitgo/utxo-lib": "^11.24.4"

modules/utxo-staking/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@bitgo/utxo-core": "^1.41.2",
6565
"@bitgo/utxo-descriptors": "^1.5.2",
6666
"@bitgo/utxo-lib": "^11.24.4",
67-
"@bitgo/wasm-utxo": "^5.1.0",
67+
"@bitgo/wasm-utxo": "^5.3.0",
6868
"bip174": "npm:@bitgo-forks/bip174@3.1.0-master.4",
6969
"bip322-js": "^2.0.0",
7070
"bitcoinjs-lib": "^6.1.7",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,10 +1052,10 @@
10521052
resolved "https://registry.npmjs.org/@bitgo/wasm-ton/-/wasm-ton-1.1.1.tgz"
10531053
integrity sha512-Y4x2V2ZcYWlmx42v7dlrKDtT2DuUt8smk8E98mh7RhpiifJhLk2v5RmXDwBl0A3v9TzUOU6qMOnSS/iZ8Pq52w==
10541054

1055-
"@bitgo/wasm-utxo@^5.1.0":
1056-
version "5.1.0"
1057-
resolved "https://registry.npmjs.org/@bitgo/wasm-utxo/-/wasm-utxo-5.1.0.tgz"
1058-
integrity sha512-0qCAFmiDW6ZthbMG6sPkyL2c+RHU8T2zSRGMzeDEjNz48O9h2wBcATNmFQ5q+QutpKjbdIa/gvYF0UeyQHMs7Q==
1055+
"@bitgo/wasm-utxo@^5.3.0":
1056+
version "5.3.0"
1057+
resolved "https://registry.npmjs.org/@bitgo/wasm-utxo/-/wasm-utxo-5.3.0.tgz#fddd2f4bcabacc3a5c20fad3c169da9d9a67b3d4"
1058+
integrity sha512-JEsVbiTMNvOvhOwAYjRRMXM+fz8O2lduPKjviRetLhXh1ZS+M0c078Yy2xoW2A0KyBis/9HtWuDK2UlgZyui8g==
10591059

10601060
"@brandonblack/musig@^0.0.1-alpha.0":
10611061
version "0.0.1-alpha.1"

0 commit comments

Comments
 (0)