Skip to content

Commit 3218e9d

Browse files
Merge pull request #8181 from BitGo/CHALO-200
feat: bump public type
2 parents 8194466 + 131dbb7 commit 3218e9d

8 files changed

Lines changed: 11 additions & 21 deletions

File tree

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.76.1",
4343
"@bitgo/sdk-core": "^36.32.0",
4444
"@bitgo/statics": "^58.26.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.76.1",
142142
"@bitgo/sdk-opensslbytes": "^2.1.0",
143143
"@bitgo/sdk-test": "^9.1.28",
144144
"@openpgp/web-stream-tools": "0.0.14",

modules/express/openapi-generator.rc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module.exports = (E) => {
1515
DateFromISOString: () => E.right({ type: 'string', format: 'date-time' }),
1616
BigIntFromString: () => E.right({ type: 'string' }),
1717
BooleanFromString: () => E.right({ type: 'boolean' }),
18+
NumberFromString: () => E.right({ type: 'string' }),
1819
},
1920
'io-ts-bigint': {
2021
BigIntFromString: () => E.right({ type: 'string' }),

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.76.1",
6464
"@bitgo/sdk-lib-mpc": "^10.9.0",
6565
"@bitgo/sdk-test": "^9.1.28",
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.28"
4848
},
4949
"dependencies": {
50-
"@bitgo/public-types": "5.61.0",
50+
"@bitgo/public-types": "5.76.1",
5151
"@bitgo/sdk-core": "^36.32.0",
5252
"@bitgo/secp256k1": "^1.10.0",
5353
"@bitgo/statics": "^58.26.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.2.0",
60-
"@bitgo/public-types": "5.63.0",
60+
"@bitgo/public-types": "5.76.1",
6161
"@bitgo/sdk-core": "^36.32.0",
6262
"@bitgo/sdk-lib-mpc": "^10.9.0",
6363
"@bitgo/statics": "^58.26.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.76.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.76.1":
978+
version "5.76.1"
979+
resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-5.76.1.tgz#c36b245fccc4a90068fced8a4e2985d57f561bc1"
980+
integrity sha512-S3dKa1to6xQj/cmtKrip6ytG1/4qBkRhZ117cOERlRcHHJFY8/h+1zCKazlRU+FRc8JUWcLlAoFnAcqifHw3Eg==
992981
dependencies:
993982
fp-ts "^2.0.0"
994983
io-ts "npm:@bitgo-forks/io-ts@2.1.4"

0 commit comments

Comments
 (0)