From 49cb5b1f07bf63ae0fab7feb5f55457f641ada9f Mon Sep 17 00:00:00 2001 From: Lokesh Chandra Date: Fri, 10 Oct 2025 19:04:38 +0530 Subject: [PATCH] fix: upgrade public types version Ticket: WP-5422 --- modules/abstract-lightning/package.json | 2 +- modules/bitgo/package.json | 2 +- modules/sdk-coin-sol/package.json | 2 +- yarn.lock | 22 ---------------------- 4 files changed, 3 insertions(+), 25 deletions(-) diff --git a/modules/abstract-lightning/package.json b/modules/abstract-lightning/package.json index ad0aae4398..8221576684 100644 --- a/modules/abstract-lightning/package.json +++ b/modules/abstract-lightning/package.json @@ -39,7 +39,7 @@ ] }, "dependencies": { - "@bitgo/public-types": "5.22.0", + "@bitgo/public-types": "5.29.0", "@bitgo/sdk-core": "^36.12.0", "@bitgo/statics": "^58.4.0", "@bitgo/utxo-lib": "^11.11.0", diff --git a/modules/bitgo/package.json b/modules/bitgo/package.json index 10f1297f94..174731b3ed 100644 --- a/modules/bitgo/package.json +++ b/modules/bitgo/package.json @@ -138,7 +138,7 @@ "superagent": "^9.0.1" }, "devDependencies": { - "@bitgo/public-types": "5.22.0", + "@bitgo/public-types": "5.29.0", "@bitgo/sdk-opensslbytes": "^2.1.0", "@bitgo/sdk-test": "^9.1.4", "@openpgp/web-stream-tools": "0.0.14", diff --git a/modules/sdk-coin-sol/package.json b/modules/sdk-coin-sol/package.json index 8bca3300ff..65939166da 100644 --- a/modules/sdk-coin-sol/package.json +++ b/modules/sdk-coin-sol/package.json @@ -40,7 +40,7 @@ ] }, "dependencies": { - "@bitgo/public-types": "5.18.0", + "@bitgo/public-types": "5.29.0", "@bitgo/sdk-core": "^36.12.0", "@bitgo/sdk-lib-mpc": "^10.8.1", "@bitgo/statics": "^58.4.0", diff --git a/yarn.lock b/yarn.lock index 3f81733a7c..3248be8426 100644 --- a/yarn.lock +++ b/yarn.lock @@ -934,28 +934,6 @@ "@scure/base" "1.1.5" micro-eth-signer "0.7.2" -"@bitgo/public-types@5.18.0": - version "5.18.0" - resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-5.18.0.tgz" - integrity sha512-r1Az80B787kpzZBZ32St6X6vmgXrZRI/9hcDwVw7rX78WhBbDrlO/NaW/0lF99zdllkmEVmRK4gKxBG8H+P6uQ== - dependencies: - fp-ts "^2.0.0" - io-ts "npm:@bitgo-forks/io-ts@2.1.4" - io-ts-types "^0.5.16" - monocle-ts "^2.3.13" - newtype-ts "^0.3.5" - -"@bitgo/public-types@5.22.0": - version "5.22.0" - resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-5.22.0.tgz#eec37aa28b3979c6e9ba2dda8f3bb35472b0eaad" - integrity sha512-1j9c3hYn9SmxV2oAq5NBOOS8Hpm6f9B9eKNUH1qpELrktEA/qkg4YCm4/uILWPb0BN5fluhMk0G0XCkMybt7vA== - dependencies: - fp-ts "^2.0.0" - io-ts "npm:@bitgo-forks/io-ts@2.1.4" - io-ts-types "^0.5.16" - monocle-ts "^2.3.13" - newtype-ts "^0.3.5" - "@bitgo/public-types@5.29.0": version "5.29.0" resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-5.29.0.tgz#4ceae8cf837359b0cb8808f417aef64ae2f52839"