Skip to content

Commit 681fe46

Browse files
committed
chore: bump public types
TICKET: WCI-230
1 parent 1e32098 commit 681fe46

8 files changed

Lines changed: 11 additions & 11 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.96.0",
42+
"@bitgo/public-types": "5.96.2",
4343
"@bitgo/sdk-core": "^36.41.0",
4444
"@bitgo/statics": "^58.36.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.96.0",
141+
"@bitgo/public-types": "5.96.2",
142142
"@bitgo/sdk-opensslbytes": "^2.1.0",
143143
"@bitgo/sdk-test": "^9.1.39",
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.96.0",
63+
"@bitgo/public-types": "5.96.2",
6464
"@bitgo/sdk-lib-mpc": "^10.11.0",
6565
"@bitgo/sdk-test": "^9.1.39",
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.39"
4848
},
4949
"dependencies": {
50-
"@bitgo/public-types": "5.96.0",
50+
"@bitgo/public-types": "5.96.2",
5151
"@bitgo/sdk-core": "^36.41.0",
5252
"@bitgo/secp256k1": "^1.11.0",
5353
"@bitgo/statics": "^58.36.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.96.0",
60+
"@bitgo/public-types": "5.96.2",
6161
"@bitgo/sdk-core": "^36.41.0",
6262
"@bitgo/sdk-lib-mpc": "^10.11.0",
6363
"@bitgo/statics": "^58.36.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.96.0",
43+
"@bitgo/public-types": "5.96.2",
4444
"@bitgo/sdk-lib-mpc": "^10.11.0",
4545
"@bitgo/secp256k1": "^1.11.0",
4646
"@bitgo/sjcl": "^1.1.0",

modules/sdk-core/src/bitgo/utils/tss/eddsa/eddsaMPCv2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export class EddsaMPCv2Utils extends BaseEddsaUtils {
9797

9898
const {
9999
sessionId: sessionIdRound2,
100-
commonPublicKey,
100+
commonPublicKeychain: commonPublicKey,
101101
bitgoMsg2,
102102
} = await this.sendKeyGenerationRound2(params.enterprise, {
103103
sessionId,

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.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==
1002+
"@bitgo/public-types@5.96.2":
1003+
version "5.96.2"
1004+
resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-5.96.2.tgz#ae5ffe68a94742e72def3cec15bf236adaed50f5"
1005+
integrity sha512-fUwUXP0MLitOyg2blaAxCC04aplrj7XqsTEMFENxJg21ovHyO2mB4vz3IGOnwNipgx6jaCgplZAnPxcKu7N/nw==
10061006
dependencies:
10071007
fp-ts "^2.0.0"
10081008
io-ts "npm:@bitgo-forks/io-ts@2.1.4"

0 commit comments

Comments
 (0)