Skip to content

Commit 8ef8b38

Browse files
Merge pull request #5082 from BitGo/WP-0000/update-public-types
feat: update public-types
2 parents d0d85f1 + a5cd56c commit 8ef8b38

File tree

10 files changed

+3958
-4002
lines changed

10 files changed

+3958
-4002
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ lab/
1111
.vscode/
1212
.env
1313
.yarn
14+
modules/**/dist/

.yarnrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry "https://registry.npmjs.org"

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/account-lib/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@
7575
"paillier-bigint": "3.3.0",
7676
"shx": "^0.3.4"
7777
},
78-
"resolutions": {
79-
"@substrate/txwrapper-core": "7.0.1",
80-
"@substrate/txwrapper-polkadot": "7.0.1"
81-
},
8278
"nyc": {
8379
"extension": [
8480
".ts"

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: 5 additions & 3 deletions
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",
@@ -81,7 +81,8 @@
8181
"ua-parser-js": ">0.7.30 <0.8.0",
8282
"secp256k1": "5.0.1",
8383
"socks": "2.7.3",
84-
"web3-utils": "4.2.1"
84+
"web3-utils": "4.2.1",
85+
"@polkadot/api": "14.1.1"
8586
},
8687
"workspaces": [
8788
"modules/*"
@@ -121,5 +122,6 @@
121122
},
122123
"dependencies": {
123124
"terser": "^5.14.2"
124-
}
125+
},
126+
"packageManager": "[email protected]"
125127
}

0 commit comments

Comments
 (0)