Skip to content

Commit cf2267f

Browse files
feat: bump public types
TICKET: WCN-1175
1 parent 66df7c8 commit cf2267f

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": "6.22.0",
42+
"@bitgo/public-types": "6.41.0",
4343
"@bitgo/sdk-core": "^38.1.0",
4444
"@bitgo/statics": "^58.55.0",
4545
"@bitgo/utxo-lib": "^11.24.0",

modules/bitgo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"superagent": "^9.0.1"
142142
},
143143
"devDependencies": {
144-
"@bitgo/public-types": "6.22.0",
144+
"@bitgo/public-types": "6.41.0",
145145
"@bitgo/sdk-opensslbytes": "^2.1.0",
146146
"@bitgo/sdk-test": "^9.1.58",
147147
"@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": "6.22.0",
63+
"@bitgo/public-types": "6.41.0",
6464
"@bitgo/sdk-lib-mpc": "^10.15.0",
6565
"@bitgo/sdk-test": "^9.1.58",
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
@@ -48,7 +48,7 @@
4848
"nock": "^13.3.1"
4949
},
5050
"dependencies": {
51-
"@bitgo/public-types": "6.22.0",
51+
"@bitgo/public-types": "6.41.0",
5252
"@bitgo/sdk-core": "^38.1.0",
5353
"@bitgo/secp256k1": "^1.11.0",
5454
"@bitgo/statics": "^58.55.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": "6.22.0",
60+
"@bitgo/public-types": "6.41.0",
6161
"@bitgo/sdk-core": "^38.1.0",
6262
"@bitgo/sdk-lib-mpc": "^10.15.0",
6363
"@bitgo/statics": "^58.55.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": "6.22.0",
43+
"@bitgo/public-types": "6.41.0",
4444
"@bitgo/sdk-lib-mpc": "^10.15.0",
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
@@ -997,10 +997,10 @@
997997
monocle-ts "^2.3.13"
998998
newtype-ts "^0.3.5"
999999

1000-
"@bitgo/public-types@6.22.0":
1001-
version "6.22.0"
1002-
resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-6.22.0.tgz#bbef2866c9b2d35e4a6179f7c400abc4f419d0ec"
1003-
integrity sha512-FueZVrrAKfevkoC9/TtKQLq5S19PzKfsNSj+0uHt1rEoKJ5vS1Icf/M/8pIwYVR11Kn3mjWzqbYJrJUZI/3FHQ==
1000+
"@bitgo/public-types@6.41.0":
1001+
version "6.41.0"
1002+
resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-6.41.0.tgz#853d3f0ab178c6774054f19ebc3fcd49729bef71"
1003+
integrity sha512-ZWVG1C9zC3vHFZ5/ZkVJKejEJhI+80hQCMCrIDbwO4iFI/xMYCzZLogN7+b+1Fd91flASj69Ln64Np+2h8wWmA==
10041004
dependencies:
10051005
fp-ts "^2.0.0"
10061006
io-ts "npm:@bitgo-forks/io-ts@2.1.4"

0 commit comments

Comments
 (0)