Skip to content

Commit 37e99dd

Browse files
authored
Merge pull request #8555 from BitGo/WCI-175
chore: bump public types
2 parents 8ba67c9 + 9a0558d commit 37e99dd

7 files changed

Lines changed: 10 additions & 10 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.93.0",
42+
"@bitgo/public-types": "5.96.0",
4343
"@bitgo/sdk-core": "^36.40.0",
4444
"@bitgo/statics": "^58.35.0",
4545
"@bitgo/utxo-lib": "^11.22.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.93.0",
141+
"@bitgo/public-types": "5.96.0",
142142
"@bitgo/sdk-opensslbytes": "^2.1.0",
143143
"@bitgo/sdk-test": "^9.1.38",
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.93.0",
63+
"@bitgo/public-types": "5.96.0",
6464
"@bitgo/sdk-lib-mpc": "^10.10.2",
6565
"@bitgo/sdk-test": "^9.1.38",
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.38"
4848
},
4949
"dependencies": {
50-
"@bitgo/public-types": "5.93.0",
50+
"@bitgo/public-types": "5.96.0",
5151
"@bitgo/sdk-core": "^36.40.0",
5252
"@bitgo/secp256k1": "^1.11.0",
5353
"@bitgo/statics": "^58.35.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.4.0",
60-
"@bitgo/public-types": "5.93.0",
60+
"@bitgo/public-types": "5.96.0",
6161
"@bitgo/sdk-core": "^36.40.0",
6262
"@bitgo/sdk-lib-mpc": "^10.10.2",
6363
"@bitgo/statics": "^58.35.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.93.0",
43+
"@bitgo/public-types": "5.96.0",
4444
"@bitgo/sdk-lib-mpc": "^10.10.2",
4545
"@bitgo/secp256k1": "^1.11.0",
4646
"@bitgo/sjcl": "^1.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -999,10 +999,10 @@
999999
"@scure/base" "1.1.5"
10001000
micro-eth-signer "0.7.2"
10011001

1002-
"@bitgo/public-types@5.93.0":
1003-
version "5.93.0"
1004-
resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-5.93.0.tgz#4bb8ef318257ac3e549a778bdc20b77ec37dcf59"
1005-
integrity sha512-hgojojzm+oHE8RI9DFiNMXSIOr3fzoIKxeoo8KfPk9YV7rVSluSpdbyZAgEFqNeADs7loWYEKw7QO4TzZQwA5A==
1002+
"@bitgo/public-types@5.96.0":
1003+
version "5.96.0"
1004+
resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-5.96.0.tgz#d28dc201f4df3c5de287c5c076b3d6648b5f8ae4"
1005+
integrity sha512-BAlLe2ygy/c3rMIwjPp1SYGHDqNWqjJ1fSU39G5I9FBXmzcRwvmtErXevsWztvYRW+ZTsqD0OcxLriNZdsJPSQ==
10061006
dependencies:
10071007
fp-ts "^2.0.0"
10081008
io-ts "npm:@bitgo-forks/io-ts@2.1.4"

0 commit comments

Comments
 (0)