Skip to content

Commit 074e567

Browse files
feat: update public-types
TICKET: WP-0000
1 parent 1086afc commit 074e567

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

modules/abstract-utxo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"bitcoinjs-message": "npm:@bitgo-forks/[email protected]",
5151
"bluebird": "^3.5.3",
5252
"debug": "^3.1.0",
53-
"io-ts": "2.1.3",
53+
"io-ts": "npm:@bitgo-forks/io-ts@2.1.4",
5454
"lodash": "^4.17.14",
5555
"superagent": "^9.0.1"
5656
}

modules/bitgo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"superagent": "^9.0.1"
118118
},
119119
"devDependencies": {
120-
"@bitgo/public-types": "2.33.4",
120+
"@bitgo/public-types": "3.6.0",
121121
"@bitgo/sdk-opensslbytes": "^2.0.0",
122122
"@bitgo/sdk-test": "^8.0.47",
123123
"@openpgp/web-stream-tools": "0.0.14",

modules/express/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@
4747
"debug": "^3.1.0",
4848
"dotenv": "^16.0.0",
4949
"express": "4.17.3",
50-
"io-ts": "2.1.3",
50+
"io-ts": "npm:@bitgo-forks/io-ts@2.1.4",
5151
"lodash": "^4.17.20",
5252
"morgan": "^1.9.1",
5353
"superagent": "^9.0.1"
5454
},
5555
"devDependencies": {
56-
"@bitgo/public-types": "2.33.4",
56+
"@bitgo/public-types": "3.6.0",
5757
"@bitgo/sdk-lib-mpc": "^10.0.1",
5858
"@bitgo/sdk-test": "^8.0.47",
5959
"@types/argparse": "^1.0.36",

modules/sdk-core/package.json

Lines changed: 2 additions & 2 deletions
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": "2.33.4",
41+
"@bitgo/public-types": "3.6.0",
4242
"@bitgo/sdk-lib-mpc": "^10.0.1",
4343
"@bitgo/sjcl": "^1.0.1",
4444
"@bitgo/statics": "^50.4.0",
@@ -60,7 +60,7 @@
6060
"elliptic": "^6.5.2",
6161
"ethereumjs-util": "7.1.5",
6262
"fp-ts": "^2.12.2",
63-
"io-ts": "2.1.3",
63+
"io-ts": "npm:@bitgo-forks/io-ts@2.1.4",
6464
"io-ts-types": "0.5.16",
6565
"keccak": "3.0.3",
6666
"libsodium-wrappers-sumo": "^0.7.9",

modules/sdk-lib-mpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"bigint-mod-arith": "3.1.2",
4646
"cbor-x": "1.5.9",
4747
"fp-ts": "2.16.2",
48-
"io-ts": "2.1.3",
48+
"io-ts": "npm:@bitgo-forks/io-ts@2.1.4",
4949
"libsodium-wrappers-sumo": "^0.7.9",
5050
"openpgp": "5.10.1",
5151
"paillier-bigint": "3.3.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"degenerator": "5.0.0",
7272
"eventsource": "2.0.2",
7373
"follow-redirects": "1.15.4",
74-
"io-ts": "2.1.3",
74+
"io-ts": "npm:@bitgo-forks/io-ts@2.1.4",
7575
"isbinaryfile": "5.0.0",
7676
"minimist": "1.2.6",
7777
"parse-path": "^5.0.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,14 +1005,14 @@
10051005
"@scure/base" "1.1.5"
10061006
micro-eth-signer "0.7.2"
10071007

1008-
"@bitgo/public-types@2.33.4":
1009-
version "2.33.4"
1010-
resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-2.33.4.tgz"
1011-
integrity sha512-N8Z+dtTDRYpRIRmAyHszhK7Mbfoa1QbdYftpmudcsLx50czcK2iTSaSVV4C8pNWjlf0yJfAOncREkAW/3i8oyQ==
1008+
"@bitgo/public-types@3.6.0":
1009+
version "3.6.0"
1010+
resolved "https://registry.yarnpkg.com/@bitgo/public-types/-/public-types-3.6.0.tgz#8cceba155372dc9e3916fef17091498dcb0a19e5"
1011+
integrity sha512-dvv5WOHFi1E9WnHMkLrPP8FtsVZ+956Gf8VsdFIS6EiVJMiuWVYtN4gaGN+OxqJ0ZZRUDELwkCmNn31LBlpNpw==
10121012
dependencies:
10131013
"@api-ts/io-ts-http" "1.0.0"
10141014
fp-ts "2.16.2"
1015-
io-ts "2.1.3"
1015+
io-ts "npm:@bitgo-forks/io-ts@2.1.4"
10161016
io-ts-types "0.5.16"
10171017
monocle-ts "2.3.13"
10181018
newtype-ts "0.3.5"
@@ -12412,7 +12412,7 @@ [email protected]:
1241212412
resolved "https://registry.npmjs.org/io-ts-types/-/io-ts-types-0.5.16.tgz"
1241312413
integrity sha512-h9noYVfY9rlbmKI902SJdnV/06jgiT2chxG6lYDxaYNp88HscPi+SBCtmcU+m0E7WT5QSwt7sIMj93+qu0FEwQ==
1241412414

12415-
12415+
1241612416
version "2.1.3"
1241712417
resolved "https://registry.npmjs.org/io-ts/-/io-ts-2.1.3.tgz"
1241812418
integrity sha512-QFMR2QEBSP6w1TPmkpfca6xkzBbXO+K7ubdbV26GlCGI7CP9LV59bfty422JYtWgbBITuL/zBb1+mziv9f5Wfg==

0 commit comments

Comments
 (0)