diff --git a/.changeset/swapkit-sdk-2zu3049yu0a5n.md b/.changeset/swapkit-sdk-2zu3049yu0a5n.md deleted file mode 100644 index cb6b480..0000000 --- a/.changeset/swapkit-sdk-2zu3049yu0a5n.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -"@swapkit/sdk": patch -"@swapkit/wallet-extensions": patch -"@swapkit/wallet-hardware": patch -"@swapkit/wallet-mobile": patch -"@swapkit/wallets": patch ---- - -Update SwapKit SDK dependencies: - -- @swapkit/core: 4.4.40 → 4.4.42 -- @swapkit/helpers: 4.15.1 → 4.15.3 -- @swapkit/plugins: 4.6.54 → 4.6.56 -- @swapkit/server: 4.3.8 → 4.3.10 -- @swapkit/toolboxes: 4.19.0 → 4.20.1 -- @swapkit/wallet-core: 4.3.8 → 4.3.10 -- @swapkit/wallet-keystore: 4.4.8 → 4.4.10 diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index fb54c4d..f0668d8 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,19 @@ # @swapkit/sdk +## 4.6.36 + +### Patch Changes + +- [#106](https://github.com/swapkit/wallets/pull/106) [`dbd9bd4`](https://github.com/swapkit/wallets/commit/dbd9bd48b205d06f5d679fe133d44b397d88cbe9) Thanks [@towanTG](https://github.com/towanTG)! - Update SwapKit SDK dependencies: + + - Accept base-10 and hex integer EVM-compatible transaction values, expose shared value parsing helpers, and add TRON/TON quote tx types. + - [#294](https://github.com/swapkit/sdk/pull/294) [`01a1d86`](https://github.com/swapkit/sdk/commit/01a1d869ec879ee80f4118719d7746c1b4f8e9bf) Thanks [@ice-chillios](https://github.com/ice-chillios)! - Leaner published bundles: externalize sibling `@swapkit/*` workspace packages and enable ESM code-splitting for every package (builder change in `@swapkit/tools-builder`). + - [#299](https://github.com/swapkit/sdk/pull/299) [`78d430d`](https://github.com/swapkit/sdk/commit/78d430df03f86dfe2cea5dd4bdc5884de5ba1529) Thanks [@towanTG](https://github.com/towanTG)! - Fail TRC-20 transaction creation when both Tron energy probes fail instead of falling back to a hardcoded 65k energy estimate. (via @swapkit/toolboxes@4.20.0) + - Accept base-10 and hex integer EVM-compatible transaction values, expose shared value parsing helpers, and add TRON/TON quote tx types. (via @swapkit/helpers@4.15.3) + +- Updated dependencies [[`dbd9bd4`](https://github.com/swapkit/wallets/commit/dbd9bd48b205d06f5d679fe133d44b397d88cbe9)]: + - @swapkit/wallets@4.8.28 + ## 4.6.35 ### Patch Changes diff --git a/packages/sdk/package.json b/packages/sdk/package.json index db9060e..a8685bf 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -45,12 +45,21 @@ "types": "./dist/types/wallets.d.ts" } }, - "files": ["dist/", "src/"], + "files": [ + "dist/", + "src/" + ], "homepage": "https://github.com/swapkit/wallets", "license": "SEE LICENSE IN LICENSE", "name": "@swapkit/sdk", - "publishConfig": { "access": "public" }, - "repository": { "directory": "packages/sdk", "type": "git", "url": "git+https://github.com/swapkit/wallets.git" }, + "publishConfig": { + "access": "public" + }, + "repository": { + "directory": "packages/sdk", + "type": "git", + "url": "git+https://github.com/swapkit/wallets.git" + }, "scripts": { "build": "bun run ./build.ts", "build:clean": "rm -rf dist && bun run ./build.ts", @@ -59,5 +68,5 @@ "type-check:go": "tsgo" }, "type": "module", - "version": "4.6.35" + "version": "4.6.36" } diff --git a/packages/wallet-extensions/CHANGELOG.md b/packages/wallet-extensions/CHANGELOG.md index 38b148a..e8a2fe0 100644 --- a/packages/wallet-extensions/CHANGELOG.md +++ b/packages/wallet-extensions/CHANGELOG.md @@ -1,5 +1,16 @@ # @swapkit-dev/wallet-extensions +## 4.5.22 + +### Patch Changes + +- [#106](https://github.com/swapkit/wallets/pull/106) [`dbd9bd4`](https://github.com/swapkit/wallets/commit/dbd9bd48b205d06f5d679fe133d44b397d88cbe9) Thanks [@towanTG](https://github.com/towanTG)! - Update SwapKit SDK dependencies: + + - Accept base-10 and hex integer EVM-compatible transaction values, expose shared value parsing helpers, and add TRON/TON quote tx types. + - [#294](https://github.com/swapkit/sdk/pull/294) [`01a1d86`](https://github.com/swapkit/sdk/commit/01a1d869ec879ee80f4118719d7746c1b4f8e9bf) Thanks [@ice-chillios](https://github.com/ice-chillios)! - Leaner published bundles: externalize sibling `@swapkit/*` workspace packages and enable ESM code-splitting for every package (builder change in `@swapkit/tools-builder`). + - [#299](https://github.com/swapkit/sdk/pull/299) [`78d430d`](https://github.com/swapkit/sdk/commit/78d430df03f86dfe2cea5dd4bdc5884de5ba1529) Thanks [@towanTG](https://github.com/towanTG)! - Fail TRC-20 transaction creation when both Tron energy probes fail instead of falling back to a hardcoded 65k energy estimate. (via @swapkit/toolboxes@4.20.0) + - Accept base-10 and hex integer EVM-compatible transaction values, expose shared value parsing helpers, and add TRON/TON quote tx types. (via @swapkit/helpers@4.15.3) + ## 4.5.21 ### Patch Changes diff --git a/packages/wallet-extensions/package.json b/packages/wallet-extensions/package.json index 0605dae..25aa1e4 100644 --- a/packages/wallet-extensions/package.json +++ b/packages/wallet-extensions/package.json @@ -137,11 +137,16 @@ "types": "./dist/types/vultisig/index.d.ts" } }, - "files": ["dist/", "src/"], + "files": [ + "dist/", + "src/" + ], "homepage": "https://github.com/swapkit/wallets", "license": "SEE LICENSE IN LICENSE", "name": "@swapkit/wallet-extensions", - "publishConfig": { "access": "public" }, + "publishConfig": { + "access": "public" + }, "repository": { "directory": "packages/wallet-extensions", "type": "git", @@ -155,5 +160,5 @@ "type-check:go": "tsgo" }, "type": "module", - "version": "4.5.21" + "version": "4.5.22" } diff --git a/packages/wallet-hardware/CHANGELOG.md b/packages/wallet-hardware/CHANGELOG.md index d5a67f5..e78df1a 100644 --- a/packages/wallet-hardware/CHANGELOG.md +++ b/packages/wallet-hardware/CHANGELOG.md @@ -1,5 +1,16 @@ # @swapkit-dev/wallet-hardware +## 4.9.23 + +### Patch Changes + +- [#106](https://github.com/swapkit/wallets/pull/106) [`dbd9bd4`](https://github.com/swapkit/wallets/commit/dbd9bd48b205d06f5d679fe133d44b397d88cbe9) Thanks [@towanTG](https://github.com/towanTG)! - Update SwapKit SDK dependencies: + + - Accept base-10 and hex integer EVM-compatible transaction values, expose shared value parsing helpers, and add TRON/TON quote tx types. + - [#294](https://github.com/swapkit/sdk/pull/294) [`01a1d86`](https://github.com/swapkit/sdk/commit/01a1d869ec879ee80f4118719d7746c1b4f8e9bf) Thanks [@ice-chillios](https://github.com/ice-chillios)! - Leaner published bundles: externalize sibling `@swapkit/*` workspace packages and enable ESM code-splitting for every package (builder change in `@swapkit/tools-builder`). + - [#299](https://github.com/swapkit/sdk/pull/299) [`78d430d`](https://github.com/swapkit/sdk/commit/78d430df03f86dfe2cea5dd4bdc5884de5ba1529) Thanks [@towanTG](https://github.com/towanTG)! - Fail TRC-20 transaction creation when both Tron energy probes fail instead of falling back to a hardcoded 65k energy estimate. (via @swapkit/toolboxes@4.20.0) + - Accept base-10 and hex integer EVM-compatible transaction values, expose shared value parsing helpers, and add TRON/TON quote tx types. (via @swapkit/helpers@4.15.3) + ## 4.9.22 ### Patch Changes diff --git a/packages/wallet-hardware/package.json b/packages/wallet-hardware/package.json index ab7d71b..5999cf2 100644 --- a/packages/wallet-hardware/package.json +++ b/packages/wallet-hardware/package.json @@ -91,11 +91,16 @@ "types": "./dist/types/trezor/index.d.ts" } }, - "files": ["dist/", "src/"], + "files": [ + "dist/", + "src/" + ], "homepage": "https://github.com/swapkit/wallets", "license": "SEE LICENSE IN LICENSE", "name": "@swapkit/wallet-hardware", - "publishConfig": { "access": "public" }, + "publishConfig": { + "access": "public" + }, "repository": { "directory": "packages/wallet-hardware", "type": "git", @@ -109,5 +114,5 @@ "type-check:go": "tsgo" }, "type": "module", - "version": "4.9.22" + "version": "4.9.23" } diff --git a/packages/wallet-mobile/CHANGELOG.md b/packages/wallet-mobile/CHANGELOG.md index 9344d36..90172c7 100644 --- a/packages/wallet-mobile/CHANGELOG.md +++ b/packages/wallet-mobile/CHANGELOG.md @@ -1,5 +1,16 @@ # @swapkit-dev/wallet-mobile +## 4.3.15 + +### Patch Changes + +- [#106](https://github.com/swapkit/wallets/pull/106) [`dbd9bd4`](https://github.com/swapkit/wallets/commit/dbd9bd48b205d06f5d679fe133d44b397d88cbe9) Thanks [@towanTG](https://github.com/towanTG)! - Update SwapKit SDK dependencies: + + - Accept base-10 and hex integer EVM-compatible transaction values, expose shared value parsing helpers, and add TRON/TON quote tx types. + - [#294](https://github.com/swapkit/sdk/pull/294) [`01a1d86`](https://github.com/swapkit/sdk/commit/01a1d869ec879ee80f4118719d7746c1b4f8e9bf) Thanks [@ice-chillios](https://github.com/ice-chillios)! - Leaner published bundles: externalize sibling `@swapkit/*` workspace packages and enable ESM code-splitting for every package (builder change in `@swapkit/tools-builder`). + - [#299](https://github.com/swapkit/sdk/pull/299) [`78d430d`](https://github.com/swapkit/sdk/commit/78d430df03f86dfe2cea5dd4bdc5884de5ba1529) Thanks [@towanTG](https://github.com/towanTG)! - Fail TRC-20 transaction creation when both Tron energy probes fail instead of falling back to a hardcoded 65k energy estimate. (via @swapkit/toolboxes@4.20.0) + - Accept base-10 and hex integer EVM-compatible transaction values, expose shared value parsing helpers, and add TRON/TON quote tx types. (via @swapkit/helpers@4.15.3) + ## 4.3.14 ### Patch Changes diff --git a/packages/wallet-mobile/package.json b/packages/wallet-mobile/package.json index d946f2e..65d71cd 100644 --- a/packages/wallet-mobile/package.json +++ b/packages/wallet-mobile/package.json @@ -1,6 +1,10 @@ { "author": "swapkit", - "dependencies": { "@swapkit/helpers": "^4.15.3", "@swapkit/toolboxes": "^4.20.1", "@swapkit/wallet-core": "^4.3.10" }, + "dependencies": { + "@swapkit/helpers": "^4.15.3", + "@swapkit/toolboxes": "^4.20.1", + "@swapkit/wallet-core": "^4.3.10" + }, "description": "SwapKit - Wallet Mobile", "exports": { ".": { @@ -10,11 +14,16 @@ "types": "./dist/types/index.d.ts" } }, - "files": ["dist/", "src/"], + "files": [ + "dist/", + "src/" + ], "homepage": "https://github.com/swapkit/wallets", "license": "SEE LICENSE IN LICENSE", "name": "@swapkit/wallet-mobile", - "publishConfig": { "access": "public" }, + "publishConfig": { + "access": "public" + }, "repository": { "directory": "packages/wallet-mobile", "type": "git", @@ -28,5 +37,5 @@ "type-check:go": "tsgo" }, "type": "module", - "version": "4.3.14" + "version": "4.3.15" } diff --git a/packages/wallets/CHANGELOG.md b/packages/wallets/CHANGELOG.md index 346510c..b2da152 100644 --- a/packages/wallets/CHANGELOG.md +++ b/packages/wallets/CHANGELOG.md @@ -1,5 +1,20 @@ # @swapkit-dev/wallets +## 4.8.28 + +### Patch Changes + +- [#106](https://github.com/swapkit/wallets/pull/106) [`dbd9bd4`](https://github.com/swapkit/wallets/commit/dbd9bd48b205d06f5d679fe133d44b397d88cbe9) Thanks [@towanTG](https://github.com/towanTG)! - Update SwapKit SDK dependencies: + + - Accept base-10 and hex integer EVM-compatible transaction values, expose shared value parsing helpers, and add TRON/TON quote tx types. + - [#294](https://github.com/swapkit/sdk/pull/294) [`01a1d86`](https://github.com/swapkit/sdk/commit/01a1d869ec879ee80f4118719d7746c1b4f8e9bf) Thanks [@ice-chillios](https://github.com/ice-chillios)! - Leaner published bundles: externalize sibling `@swapkit/*` workspace packages and enable ESM code-splitting for every package (builder change in `@swapkit/tools-builder`). + - [#299](https://github.com/swapkit/sdk/pull/299) [`78d430d`](https://github.com/swapkit/sdk/commit/78d430df03f86dfe2cea5dd4bdc5884de5ba1529) Thanks [@towanTG](https://github.com/towanTG)! - Fail TRC-20 transaction creation when both Tron energy probes fail instead of falling back to a hardcoded 65k energy estimate. (via @swapkit/toolboxes@4.20.0) + - Accept base-10 and hex integer EVM-compatible transaction values, expose shared value parsing helpers, and add TRON/TON quote tx types. (via @swapkit/helpers@4.15.3) + +- Updated dependencies [[`dbd9bd4`](https://github.com/swapkit/wallets/commit/dbd9bd48b205d06f5d679fe133d44b397d88cbe9)]: + - @swapkit/wallet-extensions@4.5.22 + - @swapkit/wallet-hardware@4.9.23 + ## 4.8.27 ### Patch Changes diff --git a/packages/wallets/package.json b/packages/wallets/package.json index 31b19a4..0e2182a 100644 --- a/packages/wallets/package.json +++ b/packages/wallets/package.json @@ -205,12 +205,21 @@ "types": "./dist/types/xaman/index.d.ts" } }, - "files": ["dist/", "src/"], + "files": [ + "dist/", + "src/" + ], "homepage": "https://github.com/swapkit/wallets", "license": "SEE LICENSE IN LICENSE", "name": "@swapkit/wallets", - "publishConfig": { "access": "public" }, - "repository": { "directory": "packages/wallets", "type": "git", "url": "git+https://github.com/swapkit/wallets.git" }, + "publishConfig": { + "access": "public" + }, + "repository": { + "directory": "packages/wallets", + "type": "git", + "url": "git+https://github.com/swapkit/wallets.git" + }, "scripts": { "build": "bun run ./build.ts", "build:clean": "rm -rf dist && bun run ./build.ts", @@ -219,5 +228,5 @@ "type-check:go": "tsgo" }, "type": "module", - "version": "4.8.27" + "version": "4.8.28" }