Skip to content

Commit abf474c

Browse files
feat: bump public type
TICKET: CHALO-200
1 parent 476d130 commit abf474c

File tree

7 files changed

+10
-21
lines changed

7 files changed

+10
-21
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.63.0",
42+
"@bitgo/public-types": "5.75.1",
4343
"@bitgo/sdk-core": "^36.31.1",
4444
"@bitgo/statics": "^58.25.0",
4545
"@bitgo/utxo-lib": "^11.21.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.63.0",
141+
"@bitgo/public-types": "5.75.1",
142142
"@bitgo/sdk-opensslbytes": "^2.1.0",
143143
"@bitgo/sdk-test": "^9.1.27",
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
@@ -60,7 +60,7 @@
6060
"superagent": "^9.0.1"
6161
},
6262
"devDependencies": {
63-
"@bitgo/public-types": "5.63.0",
63+
"@bitgo/public-types": "5.75.1",
6464
"@bitgo/sdk-lib-mpc": "^10.9.0",
6565
"@bitgo/sdk-test": "^9.1.27",
6666
"@types/argparse": "^1.0.36",

modules/sdk-coin-flrp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@bitgo/sdk-test": "^9.1.27"
4848
},
4949
"dependencies": {
50-
"@bitgo/public-types": "5.61.0",
50+
"@bitgo/public-types": "5.75.1",
5151
"@bitgo/sdk-core": "^36.31.1",
5252
"@bitgo/secp256k1": "^1.10.0",
5353
"@bitgo/statics": "^58.25.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.1.0",
60-
"@bitgo/public-types": "5.63.0",
60+
"@bitgo/public-types": "5.75.1",
6161
"@bitgo/sdk-core": "^36.31.1",
6262
"@bitgo/sdk-lib-mpc": "^10.9.0",
6363
"@bitgo/statics": "^58.25.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.63.0",
43+
"@bitgo/public-types": "5.75.1",
4444
"@bitgo/sdk-lib-mpc": "^10.9.0",
4545
"@bitgo/secp256k1": "^1.10.0",
4646
"@bitgo/sjcl": "^1.0.1",

yarn.lock

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

977-
"@bitgo/public-types@5.61.0":
978-
version "5.61.0"
979-
resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-5.61.0.tgz#38b4c6f0258a6700683daf698226ed20a22da944"
980-
integrity sha512-IP7NJDhft0Vt+XhrAHOtUAroUfe2yy4i1I4oZgZXwjbYkLIKqKWarQDs/V/toh6vHdRTxtTuqI27TPcnI2IuTw==
981-
dependencies:
982-
fp-ts "^2.0.0"
983-
io-ts "npm:@bitgo-forks/io-ts@2.1.4"
984-
io-ts-types "^0.5.16"
985-
monocle-ts "^2.3.13"
986-
newtype-ts "^0.3.5"
987-
988-
"@bitgo/public-types@5.63.0":
989-
version "5.63.0"
990-
resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-5.63.0.tgz#1f75a376bcd9e340106e2607ff5508280b66f152"
991-
integrity sha512-9UjiUbX1m2HBvFI2mQ9CqOfJl0bujMPUtAf8Lf14vQ5f/IvM7sfPcve0fwf2yFAFmzfLbBxazQ1ZW4g5GtRN6A==
977+
"@bitgo/public-types@5.75.1":
978+
version "5.75.1"
979+
resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-5.75.1.tgz#1c2bf2eb47ff0e9a6b0d942b875b65b4a26ec01e"
980+
integrity sha512-rOtpfTxmcKfsJlBH5i3/oifk09KbzOrt6jEylBFONoHFW/duzJmRV5nnGekKhYd1WmTh/FotITMOkDU+pwuN0w==
992981
dependencies:
993982
fp-ts "^2.0.0"
994983
io-ts "npm:@bitgo-forks/io-ts@2.1.4"

0 commit comments

Comments
 (0)