Skip to content

Commit 6c62fc2

Browse files
Merge pull request #7549 from BitGo/CS-6317
feat: bump public types
2 parents 3b715f8 + bab6c62 commit 6c62fc2

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

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.34.0",
42+
"@bitgo/public-types": "5.43.1",
4343
"@bitgo/sdk-core": "^36.20.1",
4444
"@bitgo/statics": "^58.13.0",
4545
"@bitgo/utxo-lib": "^11.15.0",

modules/bitgo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"superagent": "^9.0.1"
138138
},
139139
"devDependencies": {
140-
"@bitgo/public-types": "5.34.0",
140+
"@bitgo/public-types": "5.43.1",
141141
"@bitgo/sdk-opensslbytes": "^2.1.0",
142142
"@bitgo/sdk-test": "^9.1.13",
143143
"@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
@@ -59,7 +59,7 @@
5959
"superagent": "^9.0.1"
6060
},
6161
"devDependencies": {
62-
"@bitgo/public-types": "5.34.0",
62+
"@bitgo/public-types": "5.43.1",
6363
"@bitgo/sdk-lib-mpc": "^10.8.1",
6464
"@bitgo/sdk-test": "^9.1.13",
6565
"@types/argparse": "^1.0.36",

modules/sdk-coin-sol/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.34.0",
43+
"@bitgo/public-types": "5.43.1",
4444
"@bitgo/sdk-core": "^36.20.1",
4545
"@bitgo/sdk-lib-mpc": "^10.8.1",
4646
"@bitgo/statics": "^58.13.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.34.0",
43+
"@bitgo/public-types": "5.43.1",
4444
"@bitgo/sdk-lib-mpc": "^10.8.1",
4545
"@bitgo/secp256k1": "^1.7.0",
4646
"@bitgo/sjcl": "^1.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -957,10 +957,10 @@
957957
"@scure/base" "1.1.5"
958958
micro-eth-signer "0.7.2"
959959

960-
"@bitgo/public-types@5.34.0":
961-
version "5.34.0"
962-
resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-5.34.0.tgz#ffd7b8ac438ca70901ce904583c9a504dc5c5b4b"
963-
integrity sha512-HnCf9Mpoy3BoIDsaZvRQACBYbmLyt3tyWFIuR10T1Q3/LZnUeJYuYLIdprVp8vRAztqKwr9NRn3/V4Gg3gLccw==
960+
"@bitgo/public-types@5.43.1":
961+
version "5.43.1"
962+
resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-5.43.1.tgz#a3ef2160748302ef73811ed9e552cfefc0c1d140"
963+
integrity sha512-HfGTXNpmSCo4TKm6TWcB9fgGunxRrZdO2Tk9tubD2gSVOUzc/EDrlGlXl2ZZ3xy2ZmaFTkRej2iODa9fEZxgMg==
964964
dependencies:
965965
fp-ts "^2.0.0"
966966
io-ts "npm:@bitgo-forks/[email protected]"

0 commit comments

Comments
 (0)