Skip to content

Commit 3117fa3

Browse files
Merge pull request #6131 from BitGo/COIN-2808
2 parents a38749e + 665fbd7 commit 3117fa3

File tree

5 files changed

+8
-19
lines changed

5 files changed

+8
-19
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": "4.26.0",
42+
"@bitgo/public-types": "5.1.0",
4343
"@bitgo/sdk-core": "^33.2.0",
4444
"@bitgo/statics": "^52.2.0",
4545
"@bitgo/utxo-lib": "^11.3.0",

modules/bitgo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"superagent": "^9.0.1"
134134
},
135135
"devDependencies": {
136-
"@bitgo/public-types": "4.17.0",
136+
"@bitgo/public-types": "5.1.0",
137137
"@bitgo/sdk-opensslbytes": "^2.0.0",
138138
"@bitgo/sdk-test": "^8.0.84",
139139
"@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
@@ -56,7 +56,7 @@
5656
"superagent": "^9.0.1"
5757
},
5858
"devDependencies": {
59-
"@bitgo/public-types": "4.26.0",
59+
"@bitgo/public-types": "5.1.0",
6060
"@bitgo/sdk-lib-mpc": "^10.2.0",
6161
"@bitgo/sdk-test": "^8.0.84",
6262
"@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": "4.17.0",
40+
"@bitgo/public-types": "5.1.0",
4141
"@bitgo/sdk-lib-mpc": "^10.2.0",
4242
"@bitgo/secp256k1": "^1.3.3",
4343
"@bitgo/sjcl": "^1.0.1",

yarn.lock

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -878,21 +878,10 @@
878878
"@scure/base" "1.1.5"
879879
micro-eth-signer "0.7.2"
880880

881-
882-
version "4.17.0"
883-
resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-4.17.0.tgz#ea6c0b808f2d43a75f1bc79fd4a8013ff0f66d26"
884-
integrity sha512-BNWHzXIjqpiV05xQSGtJYEXcQhgB1g5955wvNo6N1i5SEP6DhJ9Ng/5Xyl2oWvcX3IBODIHMt8+hYnN+vMWi9A==
885-
dependencies:
886-
fp-ts "^2.0.0"
887-
io-ts "npm:@bitgo-forks/[email protected]"
888-
io-ts-types "^0.5.16"
889-
monocle-ts "^2.3.13"
890-
newtype-ts "^0.3.5"
891-
892-
893-
version "4.26.0"
894-
resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-4.26.0.tgz#93912722a2ef5c684d8c8257e3e90947c5f338ff"
895-
integrity sha512-wkHVbe5YKPx6uSF4cjwolY3LIlDSwe1V9aMRHGlklxxp0/32NpkfmpE1eshb1+A5cdUVTu+8Tuexbufcrzg1rQ==
881+
882+
version "5.1.0"
883+
resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-5.1.0.tgz#4210ad334a14b9defb911621472246fe4dea173d"
884+
integrity sha512-OC1A/i+4uAMZx6BMDTnuvn1poH01dxJkzaLkhNKz61SxdC2aqbivmWnE4aTbpaTXyBr8WTF6IUkZshXjhmafvQ==
896885
dependencies:
897886
fp-ts "^2.0.0"
898887
io-ts "npm:@bitgo-forks/[email protected]"

0 commit comments

Comments
 (0)