Skip to content

Commit e52e59f

Browse files
Merge pull request #6820 from BitGo/BTC-2417.bump-public-types
feat: bump public types
2 parents 2c56848 + 15c4c39 commit e52e59f

File tree

6 files changed

+17
-52
lines changed

6 files changed

+17
-52
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.1.0",
42+
"@bitgo/public-types": "5.20.0",
4343
"@bitgo/sdk-core": "^36.5.0",
4444
"@bitgo/statics": "^57.5.0",
4545
"@bitgo/utxo-lib": "^11.10.0",

modules/bitgo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"superagent": "^9.0.1"
139139
},
140140
"devDependencies": {
141-
"@bitgo/public-types": "5.1.0",
141+
"@bitgo/public-types": "5.20.0",
142142
"@bitgo/sdk-opensslbytes": "^2.0.0",
143143
"@bitgo/sdk-test": "^9.0.5",
144144
"@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
@@ -58,7 +58,7 @@
5858
"superagent": "^9.0.1"
5959
},
6060
"devDependencies": {
61-
"@bitgo/public-types": "5.1.0",
61+
"@bitgo/public-types": "5.20.0",
6262
"@bitgo/sdk-lib-mpc": "^10.7.0",
6363
"@bitgo/sdk-test": "^9.0.5",
6464
"@types/argparse": "^1.0.36",

modules/sdk-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
]
3838
},
3939
"dependencies": {
40-
"@bitgo/public-types": "5.1.0",
40+
"@bitgo/public-types": "5.20.0",
4141
"@bitgo/sdk-lib-mpc": "^10.7.0",
4242
"@bitgo/secp256k1": "^1.5.0",
4343
"@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
@@ -121,6 +121,7 @@ export interface PrebuildTransactionOptions {
121121
* */
122122
senderWalletId?: string;
123123

124+
messages?: { address: string; message: string }[];
124125
changeAddress?: string;
125126
allowExternalChangeAddress?: boolean;
126127
type?: string;

yarn.lock

Lines changed: 12 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,21 +1017,21 @@
10171017
"@scure/base" "1.1.5"
10181018
micro-eth-signer "0.7.2"
10191019

1020-
"@bitgo/public-types@5.1.0":
1021-
version "5.1.0"
1022-
resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-5.1.0.tgz#4210ad334a14b9defb911621472246fe4dea173d"
1023-
integrity sha512-OC1A/i+4uAMZx6BMDTnuvn1poH01dxJkzaLkhNKz61SxdC2aqbivmWnE4aTbpaTXyBr8WTF6IUkZshXjhmafvQ==
1020+
"@bitgo/public-types@5.18.0":
1021+
version "5.18.0"
1022+
resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-5.18.0.tgz#287afacbcf4faa79a48691cafdd05a6e7dece75e"
1023+
integrity sha512-r1Az80B787kpzZBZ32St6X6vmgXrZRI/9hcDwVw7rX78WhBbDrlO/NaW/0lF99zdllkmEVmRK4gKxBG8H+P6uQ==
10241024
dependencies:
10251025
fp-ts "^2.0.0"
10261026
io-ts "npm:@bitgo-forks/[email protected]"
10271027
io-ts-types "^0.5.16"
10281028
monocle-ts "^2.3.13"
10291029
newtype-ts "^0.3.5"
10301030

1031-
"@bitgo/public-types@5.18.0":
1032-
version "5.18.0"
1033-
resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-5.18.0.tgz#287afacbcf4faa79a48691cafdd05a6e7dece75e"
1034-
integrity sha512-r1Az80B787kpzZBZ32St6X6vmgXrZRI/9hcDwVw7rX78WhBbDrlO/NaW/0lF99zdllkmEVmRK4gKxBG8H+P6uQ==
1031+
"@bitgo/public-types@5.20.0":
1032+
version "5.20.0"
1033+
resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-5.20.0.tgz#a228bc5c227ad2f5451bd62f4a29c5f4649e1443"
1034+
integrity sha512-OOVs9eGviJtSdpWvWb9uPUezM9Qyy/ERAQFifZZ8NB8Sq8RxAjMlXinzazEHveRtHi9aaEd6jxzEnatnFLCE0w==
10351035
dependencies:
10361036
fp-ts "^2.0.0"
10371037
io-ts "npm:@bitgo-forks/[email protected]"
@@ -12892,18 +12892,7 @@ html-minifier-terser@^6.0.2:
1289212892
tapable "^1.1.3"
1289312893
util.promisify "1.0.0"
1289412894

12895-
"html-webpack-plugin-5@npm:html-webpack-plugin@^5":
12896-
version "5.6.3"
12897-
resolved "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.3.tgz#a31145f0fee4184d53a794f9513147df1e653685"
12898-
integrity sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==
12899-
dependencies:
12900-
"@types/html-minifier-terser" "^6.0.0"
12901-
html-minifier-terser "^6.0.2"
12902-
lodash "^4.17.21"
12903-
pretty-error "^4.0.0"
12904-
tapable "^2.0.0"
12905-
12906-
html-webpack-plugin@^5.5.0:
12895+
"html-webpack-plugin-5@npm:html-webpack-plugin@^5", html-webpack-plugin@^5.5.0:
1290712896
version "5.6.3"
1290812897
resolved "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.3.tgz#a31145f0fee4184d53a794f9513147df1e653685"
1290912898
integrity sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==
@@ -19700,16 +19689,7 @@ string-argv@^0.3.1:
1970019689
resolved "https://registry.npmjs.org/string-argv/-/string-argv-0.3.2.tgz#2b6d0ef24b656274d957d54e0a4bbf6153dc02b6"
1970119690
integrity sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==
1970219691

19703-
"string-width-cjs@npm:string-width@^4.2.0":
19704-
version "4.2.3"
19705-
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
19706-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
19707-
dependencies:
19708-
emoji-regex "^8.0.0"
19709-
is-fullwidth-code-point "^3.0.0"
19710-
strip-ansi "^6.0.1"
19711-
19712-
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
19692+
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1971319693
version "4.2.3"
1971419694
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1971519695
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -19785,7 +19765,7 @@ string_decoder@~1.1.1:
1978519765
dependencies:
1978619766
safe-buffer "~5.1.0"
1978719767

19788-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
19768+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1978919769
version "6.0.1"
1979019770
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1979119771
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -19799,13 +19779,6 @@ strip-ansi@^3.0.1:
1979919779
dependencies:
1980019780
ansi-regex "^2.0.0"
1980119781

19802-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
19803-
version "6.0.1"
19804-
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
19805-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
19806-
dependencies:
19807-
ansi-regex "^5.0.1"
19808-
1980919782
strip-ansi@^7.0.1:
1981019783
version "7.1.0"
1981119784
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -21690,7 +21663,7 @@ [email protected]:
2169021663
resolved "https://registry.npmjs.org/workerpool/-/workerpool-6.2.0.tgz#827d93c9ba23ee2019c3ffaff5c27fccea289e8b"
2169121664
integrity sha512-Rsk5qQHJ9eowMH28Jwhe8HEbmdYDX4lwoMWshiCXugjtHqMD9ZbiqSDLxcsfdqsETPzVUtX5s1Z5kStiIM6l4A==
2169221665

21693-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
21666+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
2169421667
version "7.0.0"
2169521668
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
2169621669
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -21708,15 +21681,6 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
2170821681
string-width "^4.1.0"
2170921682
strip-ansi "^6.0.0"
2171021683

21711-
wrap-ansi@^7.0.0:
21712-
version "7.0.0"
21713-
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
21714-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
21715-
dependencies:
21716-
ansi-styles "^4.0.0"
21717-
string-width "^4.1.0"
21718-
strip-ansi "^6.0.0"
21719-
2172021684
wrap-ansi@^8.1.0:
2172121685
version "8.1.0"
2172221686
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)