Skip to content

Commit cbbc3a1

Browse files
Merge pull request #7862 from BitGo/BTC-2854.bump-public-types
chore(root): bump public types
2 parents b85cd65 + 749f1ef commit cbbc3a1

File tree

7 files changed

+10
-9
lines changed

7 files changed

+10
-9
lines changed

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": "5.43.1",
42+
"@bitgo/public-types": "5.63.0",
4343
"@bitgo/sdk-core": "^36.25.0",
4444
"@bitgo/statics": "^58.19.0",
4545
"@bitgo/utxo-lib": "^11.19.0",

modules/bitgo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"superagent": "^9.0.1"
138138
},
139139
"devDependencies": {
140-
"@bitgo/public-types": "5.43.1",
140+
"@bitgo/public-types": "5.63.0",
141141
"@bitgo/sdk-opensslbytes": "^2.1.0",
142142
"@bitgo/sdk-test": "^9.1.20",
143143
"@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
@@ -59,7 +59,7 @@
5959
"superagent": "^9.0.1"
6060
},
6161
"devDependencies": {
62-
"@bitgo/public-types": "5.43.1",
62+
"@bitgo/public-types": "5.63.0",
6363
"@bitgo/sdk-lib-mpc": "^10.8.1",
6464
"@bitgo/sdk-test": "^9.1.20",
6565
"@types/argparse": "^1.0.36",

modules/sdk-coin-sol/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": "5.43.1",
43+
"@bitgo/public-types": "5.63.0",
4444
"@bitgo/sdk-core": "^36.25.0",
4545
"@bitgo/sdk-lib-mpc": "^10.8.1",
4646
"@bitgo/statics": "^58.19.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": "5.43.1",
43+
"@bitgo/public-types": "5.63.0",
4444
"@bitgo/sdk-lib-mpc": "^10.8.1",
4545
"@bitgo/secp256k1": "^1.8.0",
4646
"@bitgo/sjcl": "^1.0.1",

modules/sdk-core/src/bitgo/wallet/iWallet.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ export interface WalletSignBaseOptions {
260260
cosignerPub?: string;
261261
isLastSignature?: boolean;
262262
customSigningFunction?: CustomSigningFunction;
263+
bulk?: boolean;
263264
}
264265

265266
export interface WalletSignTransactionOptions extends WalletSignBaseOptions {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -974,10 +974,10 @@
974974
"@scure/base" "1.1.5"
975975
micro-eth-signer "0.7.2"
976976

977-
"@bitgo/public-types@5.43.1":
978-
version "5.43.1"
979-
resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-5.43.1.tgz"
980-
integrity sha512-HfGTXNpmSCo4TKm6TWcB9fgGunxRrZdO2Tk9tubD2gSVOUzc/EDrlGlXl2ZZ3xy2ZmaFTkRej2iODa9fEZxgMg==
977+
"@bitgo/public-types@5.63.0":
978+
version "5.63.0"
979+
resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-5.63.0.tgz#1f75a376bcd9e340106e2607ff5508280b66f152"
980+
integrity sha512-9UjiUbX1m2HBvFI2mQ9CqOfJl0bujMPUtAf8Lf14vQ5f/IvM7sfPcve0fwf2yFAFmzfLbBxazQ1ZW4g5GtRN6A==
981981
dependencies:
982982
fp-ts "^2.0.0"
983983
io-ts "npm:@bitgo-forks/io-ts@2.1.4"

0 commit comments

Comments
 (0)