Skip to content

Commit fd39aaa

Browse files
committed
chore(abstract-utxo): bump wasm-utxo version
Ticket: CSHLD-1637
1 parent bd94432 commit fd39aaa

15 files changed

Lines changed: 30 additions & 29 deletions

File tree

modules/abstract-lightning/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
]
4040
},
4141
"dependencies": {
42-
"@bitgo/public-types": "6.64.1",
42+
"@bitgo/public-types": "6.66.0",
4343
"@bitgo/sdk-core": "^38.12.1",
4444
"@bitgo/statics": "^59.12.0",
4545
"@bitgo/utxo-lib": "^11.24.4",

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": "^4.39.0",
69+
"@bitgo/wasm-utxo": "^4.40.0",
7070
"@types/lodash": "^4.14.121",
7171
"@types/superagent": "4.1.15",
7272
"bignumber.js": "^9.0.2",

modules/bitgo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"superagent": "^9.0.1"
144144
},
145145
"devDependencies": {
146-
"@bitgo/public-types": "6.64.1",
146+
"@bitgo/public-types": "6.66.0",
147147
"@bitgo/sdk-opensslbytes": "^2.1.0",
148148
"@bitgo/sdk-test": "^9.1.73",
149149
"@openpgp/web-stream-tools": "0.0.14",

modules/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"superagent": "^9.0.1"
6161
},
6262
"devDependencies": {
63-
"@bitgo/public-types": "6.64.1",
63+
"@bitgo/public-types": "6.66.0",
6464
"@bitgo/sdk-lib-mpc": "^10.18.0",
6565
"@bitgo/sdk-test": "^9.1.73",
6666
"@types/argparse": "^1.0.36",

modules/passkey-crypto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"access": "public"
3636
},
3737
"dependencies": {
38-
"@bitgo/public-types": "6.64.1",
38+
"@bitgo/public-types": "6.66.0",
3939
"@bitgo/sdk-core": "^38.12.1"
4040
},
4141
"devDependencies": {

modules/sdk-coin-flrp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"nock": "^13.3.1"
4949
},
5050
"dependencies": {
51-
"@bitgo/public-types": "6.64.1",
51+
"@bitgo/public-types": "6.66.0",
5252
"@bitgo/sdk-core": "^38.12.1",
5353
"@bitgo/secp256k1": "^1.11.1",
5454
"@bitgo/statics": "^59.12.0",

modules/sdk-coin-sol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"dependencies": {
5959
"@bitgo/logger": "^1.4.0",
60-
"@bitgo/public-types": "6.64.1",
60+
"@bitgo/public-types": "6.66.0",
6161
"@bitgo/sdk-core": "^38.12.1",
6262
"@bitgo/sdk-lib-mpc": "^10.18.0",
6363
"@bitgo/statics": "^59.12.0",

modules/sdk-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
]
4141
},
4242
"dependencies": {
43-
"@bitgo/public-types": "6.64.1",
43+
"@bitgo/public-types": "6.66.0",
4444
"@bitgo/sdk-lib-mpc": "^10.18.0",
4545
"@bitgo/secp256k1": "^1.11.1",
4646
"@bitgo/sjcl": "^1.1.0",

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": "^4.39.0",
34+
"@bitgo/wasm-utxo": "^4.40.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": "^4.39.0",
84+
"@bitgo/wasm-utxo": "^4.40.0",
8585
"bip174": "npm:@bitgo-forks/bip174@3.1.0-master.4",
8686
"fast-sha256": "^1.3.0"
8787
},

0 commit comments

Comments
 (0)