Skip to content

Commit

Permalink
Merge pull request #5082 from BitGo/WP-0000/update-public-types
Browse files Browse the repository at this point in the history
feat: update public-types
  • Loading branch information
zahin-mohammad authored Oct 31, 2024
2 parents d0d85f1 + a5cd56c commit 8ef8b38
Show file tree
Hide file tree
Showing 10 changed files with 3,958 additions and 4,002 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ lab/
.vscode/
.env
.yarn
modules/**/dist/
1 change: 1 addition & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry "https://registry.npmjs.org"
2 changes: 1 addition & 1 deletion modules/abstract-utxo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"bitcoinjs-message": "npm:@bitgo-forks/[email protected]",
"bluebird": "^3.5.3",
"debug": "^3.1.0",
"io-ts": "2.1.3",
"io-ts": "npm:@bitgo-forks/io-ts@2.1.4",
"lodash": "^4.17.14",
"superagent": "^9.0.1"
}
Expand Down
4 changes: 0 additions & 4 deletions modules/account-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@
"paillier-bigint": "3.3.0",
"shx": "^0.3.4"
},
"resolutions": {
"@substrate/txwrapper-core": "7.0.1",
"@substrate/txwrapper-polkadot": "7.0.1"
},
"nyc": {
"extension": [
".ts"
Expand Down
2 changes: 1 addition & 1 deletion modules/bitgo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"superagent": "^9.0.1"
},
"devDependencies": {
"@bitgo/public-types": "2.33.4",
"@bitgo/public-types": "3.6.0",
"@bitgo/sdk-opensslbytes": "^2.0.0",
"@bitgo/sdk-test": "^8.0.47",
"@openpgp/web-stream-tools": "0.0.14",
Expand Down
4 changes: 2 additions & 2 deletions modules/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"debug": "^3.1.0",
"dotenv": "^16.0.0",
"express": "4.17.3",
"io-ts": "2.1.3",
"io-ts": "npm:@bitgo-forks/io-ts@2.1.4",
"lodash": "^4.17.20",
"morgan": "^1.9.1",
"superagent": "^9.0.1"
},
"devDependencies": {
"@bitgo/public-types": "2.33.4",
"@bitgo/public-types": "3.6.0",
"@bitgo/sdk-lib-mpc": "^10.0.1",
"@bitgo/sdk-test": "^8.0.47",
"@types/argparse": "^1.0.36",
Expand Down
4 changes: 2 additions & 2 deletions modules/sdk-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@bitgo/bls-dkg": "^1.3.1",
"@bitgo/public-types": "2.33.4",
"@bitgo/public-types": "3.6.0",
"@bitgo/sdk-lib-mpc": "^10.0.1",
"@bitgo/sjcl": "^1.0.1",
"@bitgo/statics": "^50.4.0",
Expand All @@ -60,7 +60,7 @@
"elliptic": "^6.5.2",
"ethereumjs-util": "7.1.5",
"fp-ts": "^2.12.2",
"io-ts": "2.1.3",
"io-ts": "npm:@bitgo-forks/io-ts@2.1.4",
"io-ts-types": "0.5.16",
"keccak": "3.0.3",
"libsodium-wrappers-sumo": "^0.7.9",
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk-lib-mpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"bigint-mod-arith": "3.1.2",
"cbor-x": "1.5.9",
"fp-ts": "2.16.2",
"io-ts": "2.1.3",
"io-ts": "npm:@bitgo-forks/io-ts@2.1.4",
"libsodium-wrappers-sumo": "^0.7.9",
"openpgp": "5.10.1",
"paillier-bigint": "3.3.0",
Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"degenerator": "5.0.0",
"eventsource": "2.0.2",
"follow-redirects": "1.15.4",
"io-ts": "2.1.3",
"io-ts": "npm:@bitgo-forks/io-ts@2.1.4",
"isbinaryfile": "5.0.0",
"minimist": "1.2.6",
"parse-path": "^5.0.0",
Expand All @@ -81,7 +81,8 @@
"ua-parser-js": ">0.7.30 <0.8.0",
"secp256k1": "5.0.1",
"socks": "2.7.3",
"web3-utils": "4.2.1"
"web3-utils": "4.2.1",
"@polkadot/api": "14.1.1"
},
"workspaces": [
"modules/*"
Expand Down Expand Up @@ -121,5 +122,6 @@
},
"dependencies": {
"terser": "^5.14.2"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 8ef8b38

Please sign in to comment.