Skip to content

Commit a94bd33

Browse files
authored
Merge pull request #5613 from BitGo/BTC-000-update-public-types
chore: update public types to latest
2 parents f431c41 + 0077c54 commit a94bd33

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

modules/bitgo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"superagent": "^9.0.1"
128128
},
129129
"devDependencies": {
130-
"@bitgo/public-types": "4.9.2",
130+
"@bitgo/public-types": "4.17.0",
131131
"@bitgo/sdk-opensslbytes": "^2.0.0",
132132
"@bitgo/sdk-test": "^8.0.72",
133133
"@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
@@ -55,7 +55,7 @@
5555
"superagent": "^9.0.1"
5656
},
5757
"devDependencies": {
58-
"@bitgo/public-types": "4.9.2",
58+
"@bitgo/public-types": "4.17.0",
5959
"@bitgo/sdk-lib-mpc": "^10.1.0",
6060
"@bitgo/sdk-test": "^8.0.72",
6161
"@types/argparse": "^1.0.36",

modules/sdk-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@bitgo/bls-dkg": "^1.3.1",
41-
"@bitgo/public-types": "4.9.2",
41+
"@bitgo/public-types": "4.17.0",
4242
"@bitgo/sdk-lib-mpc": "^10.1.0",
4343
"@bitgo/sjcl": "^1.0.1",
4444
"@bitgo/statics": "^51.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -857,10 +857,10 @@
857857
"@scure/base" "1.1.5"
858858
micro-eth-signer "0.7.2"
859859

860-
"@bitgo/public-types@4.9.2":
861-
version "4.9.2"
862-
resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-4.9.2.tgz#0e0ee6311fbfd4bdc17ee06421e64578d66c9a0f"
863-
integrity sha512-yVP/duh0ION0pfSVMJt24qCQ66Vxjlg7eP9iewlaDpod1q1aGX4m0sP9GNcAWSVBHo1S0+r9YgWZIdcB/DHxTg==
860+
"@bitgo/public-types@4.17.0":
861+
version "4.17.0"
862+
resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-4.17.0.tgz#ea6c0b808f2d43a75f1bc79fd4a8013ff0f66d26"
863+
integrity sha512-BNWHzXIjqpiV05xQSGtJYEXcQhgB1g5955wvNo6N1i5SEP6DhJ9Ng/5Xyl2oWvcX3IBODIHMt8+hYnN+vMWi9A==
864864
dependencies:
865865
fp-ts "^2.0.0"
866866
io-ts "npm:@bitgo-forks/[email protected]"

0 commit comments

Comments
 (0)