From 58359cfe116bd1edd473c0d2a9fa0d15db85bd18 Mon Sep 17 00:00:00 2001 From: towanTG <95243956+towanTG@users.noreply.github.com> Date: Tue, 25 Aug 2026 11:29:24 +0000 Subject: [PATCH] chore: update @swapkit/* core dependencies --- .changeset/swapkit-sdk-1hmo9halzbwy3.md | 13 ++++++ bun.lock | 54 ++++++++++++------------- package.json | 6 +-- packages/sdk/package.json | 21 +++------- packages/wallet-extensions/package.json | 13 ++---- packages/wallet-hardware/package.json | 13 ++---- packages/wallet-mobile/package.json | 15 ++----- packages/wallets/package.json | 19 +++------ playgrounds/vite-lite/package.json | 6 +-- 9 files changed, 66 insertions(+), 94 deletions(-) create mode 100644 .changeset/swapkit-sdk-1hmo9halzbwy3.md diff --git a/.changeset/swapkit-sdk-1hmo9halzbwy3.md b/.changeset/swapkit-sdk-1hmo9halzbwy3.md new file mode 100644 index 0000000..faf97ff --- /dev/null +++ b/.changeset/swapkit-sdk-1hmo9halzbwy3.md @@ -0,0 +1,13 @@ +--- +"@swapkit/sdk": patch +"@swapkit/wallet-extensions": patch +"@swapkit/wallet-hardware": patch +"@swapkit/wallet-mobile": patch +"@swapkit/wallets": patch +--- + +Update SwapKit SDK dependencies: + +- @swapkit/core: 5.0.2 → 5.0.3 +- @swapkit/helpers: 5.0.2 → 5.1.0 +- @swapkit/toolboxes: 5.1.1 → 5.1.2 diff --git a/bun.lock b/bun.lock index 117e7ce..e426934 100644 --- a/bun.lock +++ b/bun.lock @@ -15,11 +15,11 @@ "@cosmjs/proto-signing": "0.37.0", "@cosmjs/stargate": "0.37.0", "@scure/bip32": "2.2.0", - "@swapkit/core": "^5.0.2", - "@swapkit/helpers": "^5.0.2", + "@swapkit/core": "^5.0.3", + "@swapkit/helpers": "^5.1.0", "@swapkit/plugins": "^5.0.0", "@swapkit/server": "^5.0.0", - "@swapkit/toolboxes": "^5.1.1", + "@swapkit/toolboxes": "^5.1.2", "@swapkit/wallet-core": "^5.0.0", "@swapkit/wallet-keystore": "^5.0.0", "@types/bun": "1.3.13", @@ -31,14 +31,14 @@ }, "packages/sdk": { "name": "@swapkit/sdk", - "version": "4.6.47", + "version": "4.6.48", "dependencies": { "@stricahq/typhonjs": "~3.0.1", - "@swapkit/core": "^5.0.2", - "@swapkit/helpers": "^5.0.2", + "@swapkit/core": "^5.0.3", + "@swapkit/helpers": "^5.1.0", "@swapkit/plugins": "^5.0.0", "@swapkit/server": "^5.0.0", - "@swapkit/toolboxes": "^5.1.1", + "@swapkit/toolboxes": "^5.1.2", "@swapkit/wallet-core": "^5.0.0", "@swapkit/wallet-keystore": "^5.0.0", "@swapkit/wallets": "workspace:*", @@ -47,7 +47,7 @@ }, "packages/wallet-extensions": { "name": "@swapkit/wallet-extensions", - "version": "4.5.29", + "version": "4.5.30", "dependencies": { "@aptos-labs/ts-sdk": "~1.34.0", "@cosmjs/amino": "~0.37.0", @@ -59,8 +59,8 @@ "@near-js/transactions": "~2.5.0", "@scure/base": "~2.2.0", "@solana/web3.js": "~1.98.4", - "@swapkit/helpers": "^5.0.2", - "@swapkit/toolboxes": "^5.1.1", + "@swapkit/helpers": "^5.1.0", + "@swapkit/toolboxes": "^5.1.2", "@swapkit/utxo-signer": "^3.0.0", "@swapkit/wallet-core": "^5.0.0", "@wallet-standard/app": "^1.1.1", @@ -89,7 +89,7 @@ }, "packages/wallet-hardware": { "name": "@swapkit/wallet-hardware", - "version": "4.9.31", + "version": "4.9.32", "dependencies": { "@cosmjs/amino": "~0.37.0", "@cosmjs/crypto": "0.37.0", @@ -112,8 +112,8 @@ "@near-js/transactions": "~2.5.0", "@scure/base": "2.2.0", "@scure/bip32": "2.2.0", - "@swapkit/helpers": "^5.0.2", - "@swapkit/toolboxes": "^5.1.1", + "@swapkit/helpers": "^5.1.0", + "@swapkit/toolboxes": "^5.1.2", "@swapkit/utxo-signer": "^3.0.0", "@swapkit/wallet-core": "^5.0.0", "@trezor/connect-web": "~9.7.3", @@ -157,16 +157,16 @@ }, "packages/wallet-mobile": { "name": "@swapkit/wallet-mobile", - "version": "4.3.22", + "version": "4.3.23", "dependencies": { - "@swapkit/helpers": "^5.0.2", - "@swapkit/toolboxes": "^5.1.1", + "@swapkit/helpers": "^5.1.0", + "@swapkit/toolboxes": "^5.1.2", "@swapkit/wallet-core": "^5.0.0", }, }, "packages/wallets": { "name": "@swapkit/wallets", - "version": "4.11.0", + "version": "4.11.1", "dependencies": { "@coinbase/wallet-sdk": "~4.3.7", "@cosmjs/amino": "~0.37.0", @@ -184,8 +184,8 @@ "@scure/base": "~2.2.0", "@scure/bip39": "~2.2.0", "@solana/web3.js": "~1.98.4", - "@swapkit/helpers": "^5.0.2", - "@swapkit/toolboxes": "^5.1.1", + "@swapkit/helpers": "^5.1.0", + "@swapkit/toolboxes": "^5.1.2", "@swapkit/utxo-signer": "^3.0.0", "@swapkit/wallet-core": "^5.0.0", "@swapkit/wallet-extensions": "workspace:*", @@ -1131,21 +1131,21 @@ "@swapkit/contracts": ["@swapkit/contracts@5.0.0", "", {}, "sha512-iqHjDIYr5dWiQRld7ks2sh/bxPQfkPrw96UpF135xePZJgcjufYPH4OBCoh6aY9JX0n5mr0QyIoe0PDrcBWWKw=="], - "@swapkit/core": ["@swapkit/core@5.0.2", "", { "dependencies": { "@swapkit/helpers": "5.0.2", "@swapkit/plugins": "5.0.2", "@swapkit/toolboxes": "5.1.1", "@swapkit/wallet-core": "5.0.2" }, "peerDependencies": { "@stricahq/typhonjs": "3.1.0", "@ton/core": "0.63.1", "cosmjs-types": "0.11.0", "ts-pattern": "5.9.0" } }, "sha512-J9cYBxjqOxSaILpNyH2AG4OHu8tMNvdm0NwJFP254Fizlm7Xftvuyx8OXduIZyWwneoUfTzTsmIl7/rIwuReUQ=="], + "@swapkit/core": ["@swapkit/core@5.0.3", "", { "dependencies": { "@swapkit/helpers": "5.1.0", "@swapkit/plugins": "5.0.3", "@swapkit/toolboxes": "5.1.2", "@swapkit/wallet-core": "5.0.3" }, "peerDependencies": { "@stricahq/typhonjs": "3.1.0", "@ton/core": "0.63.1", "cosmjs-types": "0.11.0", "ts-pattern": "5.9.0" } }, "sha512-9XDNdcv6FZkiAyCr5ayH/VDHLzF3Ey/RE0Kwm+uqfqBLWkCZ3wILP8Z9YdNrQCNRPCq2TFgKLeSeSCZO1YV85w=="], "@swapkit/cosmos-signer": ["@swapkit/cosmos-signer@0.2.0", "", { "peerDependencies": { "@noble/curves": "2.2.0", "@noble/hashes": "2.2.0", "@scure/base": "2.2.0", "@scure/bip32": "2.2.0", "@scure/bip39": "2.2.0", "cosmjs-types": "0.11.0" } }, "sha512-++NFJuxvIzD9zZsbr69asbtZOgTsnuXHZm5/iKKup8SGdl0WeNlXk2LMDY8YNtEyNYwzzj3jTcAbVvDZQWzLmQ=="], - "@swapkit/helpers": ["@swapkit/helpers@5.0.2", "", { "dependencies": { "@noble/hashes": "2.2.0", "@swapkit/contracts": "5.0.0", "@swapkit/tokens": "5.0.2", "@swapkit/types": "1.0.1" }, "peerDependencies": { "ts-pattern": "5.9.0", "zod": "4.4.3", "zustand": "5.0.13" } }, "sha512-o4cLjYxoXfnIcxhsO+Pbdj/MqIHRt26/tyiiklpu5VORlQcyB86TCf71NOVRhVFUg5/IFFOp4soMQFvhPu2VQw=="], + "@swapkit/helpers": ["@swapkit/helpers@5.1.0", "", { "dependencies": { "@noble/hashes": "2.2.0", "@swapkit/contracts": "5.0.0", "@swapkit/tokens": "5.0.3", "@swapkit/types": "1.0.1" }, "peerDependencies": { "ts-pattern": "5.9.0", "zod": "4.4.3", "zustand": "5.0.13" } }, "sha512-zdAmjnR58fzF61QV65tgb6xAo/prU6T772y4OSOyswTD1SxO8nYIil8xss+XIDHDj9gD4SEFhyFpgcyhA+rrgg=="], - "@swapkit/plugins": ["@swapkit/plugins@5.0.2", "", { "dependencies": { "@swapkit/helpers": "5.0.2", "@swapkit/toolboxes": "5.1.1", "@swapkit/utxo-signer": "3.0.0" }, "peerDependencies": { "@mysten/sui": "2.17.0", "@near-js/transactions": "2.5.1", "@near-js/utils": "2.5.1", "@noble/hashes": "2.2.0", "@scure/base": "2.2.0", "@solana/web3.js": "1.98.4", "@stellar/stellar-sdk": "16.1.0", "ethers": "6.16.0", "ts-pattern": "5.9.0" } }, "sha512-5Oxsy5QVt5lB/d80J7xnPxpld8DJUQ9V74HGX1GknrRfvJl8FSm2weOa4W1YlsPvJ5/xc9PXBhwC2WD3Vjzf9g=="], + "@swapkit/plugins": ["@swapkit/plugins@5.0.3", "", { "dependencies": { "@swapkit/helpers": "5.1.0", "@swapkit/toolboxes": "5.1.2", "@swapkit/utxo-signer": "3.0.0" }, "peerDependencies": { "@mysten/sui": "2.17.0", "@near-js/transactions": "2.5.1", "@near-js/utils": "2.5.1", "@noble/hashes": "2.2.0", "@scure/base": "2.2.0", "@solana/web3.js": "1.98.4", "@stellar/stellar-sdk": "16.1.0", "ethers": "6.16.0", "ts-pattern": "5.9.0" } }, "sha512-2nrj7aUDccRO2pJTreq5VWGv1cSWVg9a5s9ZDvJC66Vqj7bXMf5YzKuMmc3Ynm1XHQ39fhGbLyzsC+P3FllX5w=="], "@swapkit/sdk": ["@swapkit/sdk@workspace:packages/sdk"], - "@swapkit/server": ["@swapkit/server@5.1.0", "", { "dependencies": { "@swapkit/helpers": "5.0.2", "@swapkit/tokens": "5.0.2", "@swapkit/toolboxes": "5.1.1", "@swapkit/wallet-keystore": "5.0.2" }, "peerDependencies": { "ts-pattern": "5.9.0" } }, "sha512-7zC300r37Bs8urVDEj3aDAdQRXl46wrMDyXdr+Qr0/8TzcusMDx/f8DPDGt2BRz1TY+skjGbpcc/xQfueyT5TA=="], + "@swapkit/server": ["@swapkit/server@5.1.1", "", { "dependencies": { "@swapkit/helpers": "5.1.0", "@swapkit/tokens": "5.0.3", "@swapkit/toolboxes": "5.1.2", "@swapkit/wallet-keystore": "5.0.3" }, "peerDependencies": { "ts-pattern": "5.9.0" } }, "sha512-+maFtVW7VVHDHQe6NkRWQgKFOP9Mtv74Q5pVk9jx0R7MgiRdz6OPbAn/MzXJ3SCxOCDvfeWHlvQWfajqmbiq3A=="], - "@swapkit/tokens": ["@swapkit/tokens@5.0.2", "", { "peerDependencies": { "ts-pattern": "5.9.0" } }, "sha512-32zHRhy560xQ/JSF1KNJrJW6+nLdw6mUPZVSvV4ZcTyS4p8b+rz2bDnlf6p9sSVhuubp3KlXJOHYkTy/D9Vmig=="], + "@swapkit/tokens": ["@swapkit/tokens@5.0.3", "", { "peerDependencies": { "ts-pattern": "5.9.0" } }, "sha512-/5ii1kdxBT2+zU63RU1MsRe7juxfAGR+cNytqFd2JgYG2+BmCGdzz6aoBC22wxdwPFU6cfC9r7xe0qJdAxWpvQ=="], - "@swapkit/toolboxes": ["@swapkit/toolboxes@5.1.1", "", { "dependencies": { "@swapkit/helpers": "5.0.2", "@swapkit/utxo-signer": "3.0.0" }, "peerDependencies": { "@aptos-labs/ts-sdk": "7.0.1", "@mysten/sui": "2.17.0", "@near-js/accounts": "2.5.1", "@near-js/crypto": "2.5.1", "@near-js/providers": "2.5.1", "@near-js/signers": "2.5.1", "@near-js/transactions": "2.5.1", "@near-js/utils": "2.5.1", "@noble/curves": "2.2.0", "@noble/hashes": "2.2.0", "@orbs-network/ton-access": "2.3.3", "@polkadot/api": "16.5.6", "@polkadot/keyring": "14.0.3", "@polkadot/rpc-provider": "16.5.6", "@polkadot/util": "14.0.3", "@polkadot/util-crypto": "14.0.3", "@provablehq/sdk": "0.11.3", "@radixdlt/babylon-gateway-api-sdk": "1.10.1", "@radixdlt/radix-dapp-toolkit": "2.3.0", "@scure/base": "2.2.0", "@scure/bip32": "2.2.0", "@scure/bip39": "2.2.0", "@solana/spl-memo": "0.2.5", "@solana/spl-token": "0.4.14", "@solana/web3.js": "1.98.4", "@stellar/stellar-sdk": "16.1.0", "@stricahq/bip32ed25519": "1.1.2", "@stricahq/cbors": "1.0.4", "@stricahq/typhonjs": "3.1.0", "@swapkit/cosmos-signer": "0.2.0", "@ton/core": "0.63.1", "@ton/crypto": "3.3.0", "@ton/ton": "16.2.4", "bignumber.js": "9.3.1", "cosmjs-types": "0.11.0", "ethers": "6.16.0", "micro-key-producer": "0.8.6", "near-seed-phrase": "0.2.1", "protobufjs": "8.0.3", "ripple-address-codec": "5.0.1", "starknet": "10.0.2", "ts-pattern": "5.9.0", "xrpl": "4.6.0" } }, "sha512-ZopaAv3ZJZ4bBspk/0ElCqJPxAHzhS45gbPeipWXuuigtgGeWFMQaWI6oVcI+vakSqlWldhyqhIoZGF3FgVNOA=="], + "@swapkit/toolboxes": ["@swapkit/toolboxes@5.1.2", "", { "dependencies": { "@swapkit/helpers": "5.1.0", "@swapkit/utxo-signer": "3.0.0" }, "peerDependencies": { "@aptos-labs/ts-sdk": "7.0.1", "@mysten/sui": "2.17.0", "@near-js/accounts": "2.5.1", "@near-js/crypto": "2.5.1", "@near-js/providers": "2.5.1", "@near-js/signers": "2.5.1", "@near-js/transactions": "2.5.1", "@near-js/utils": "2.5.1", "@noble/curves": "2.2.0", "@noble/hashes": "2.2.0", "@orbs-network/ton-access": "2.3.3", "@polkadot/api": "16.5.6", "@polkadot/keyring": "14.0.3", "@polkadot/rpc-provider": "16.5.6", "@polkadot/util": "14.0.3", "@polkadot/util-crypto": "14.0.3", "@provablehq/sdk": "0.11.3", "@radixdlt/babylon-gateway-api-sdk": "1.10.1", "@radixdlt/radix-dapp-toolkit": "2.3.0", "@scure/base": "2.2.0", "@scure/bip32": "2.2.0", "@scure/bip39": "2.2.0", "@solana/spl-memo": "0.2.5", "@solana/spl-token": "0.4.14", "@solana/web3.js": "1.98.4", "@stellar/stellar-sdk": "16.1.0", "@stricahq/bip32ed25519": "1.1.2", "@stricahq/cbors": "1.0.4", "@stricahq/typhonjs": "3.1.0", "@swapkit/cosmos-signer": "0.2.0", "@ton/core": "0.63.1", "@ton/crypto": "3.3.0", "@ton/ton": "16.2.4", "bignumber.js": "9.3.1", "cosmjs-types": "0.11.0", "ethers": "6.16.0", "micro-key-producer": "0.8.6", "near-seed-phrase": "0.2.1", "protobufjs": "8.0.3", "ripple-address-codec": "5.0.1", "starknet": "10.0.2", "ts-pattern": "5.9.0", "xrpl": "4.6.0" } }, "sha512-gNj6sOjuvPMQpHS2TcAsX0UeeQfgbxhgJX1j5q5e/tN3BK+E7wt0mXnWfwhtw3WeWc9oEfBx1XEwd0DLQOFu8w=="], "@swapkit/types": ["@swapkit/types@1.0.1", "", {}, "sha512-LMBtyw20Udf913p8//tiE8gk80Zcnbg0VSkgczctZUMSg/OZ4FuBmaOlacrFJA45FqNR7npYgdusgOzIGiWYVg=="], @@ -1153,13 +1153,13 @@ "@swapkit/utxo-signer": ["@swapkit/utxo-signer@3.0.0", "", { "peerDependencies": { "@noble/curves": "2.2.0", "@noble/hashes": "2.2.0", "@scure/base": "2.2.0", "micro-packed": "0.9.0" } }, "sha512-naPyfACwNmQPtoaa4QNXuIsZQLPYNJKt0eFjWK3LatqIhw3BTAnd6Fxaha66Ec3xebn1wr0v1gbzAIkWPwYSHw=="], - "@swapkit/wallet-core": ["@swapkit/wallet-core@5.0.2", "", { "dependencies": { "@swapkit/helpers": "5.0.2" } }, "sha512-McFuhAKzrarQzA+8QD2mO4H1Ti1zoVt3hmqPohXooofZc0iSZPSGm83jSxW/QelnTe/ZXJSoRHb9ZZDRl2oGrg=="], + "@swapkit/wallet-core": ["@swapkit/wallet-core@5.0.3", "", { "dependencies": { "@swapkit/helpers": "5.1.0" } }, "sha512-VmzgXeovQDW2HFmpcsdbhOJ1P4yxzTRDQ+LxSpf1va5dUSxZZI/wPnvrrfPAOTzEBFsL3FQWRPhbMlXtKAShag=="], "@swapkit/wallet-extensions": ["@swapkit/wallet-extensions@workspace:packages/wallet-extensions"], "@swapkit/wallet-hardware": ["@swapkit/wallet-hardware@workspace:packages/wallet-hardware"], - "@swapkit/wallet-keystore": ["@swapkit/wallet-keystore@5.0.2", "", { "dependencies": { "@swapkit/helpers": "5.0.2", "@swapkit/toolboxes": "5.1.1", "@swapkit/wallet-core": "5.0.2" }, "peerDependencies": { "@noble/hashes": "2.2.0", "@scure/bip39": "2.2.0" } }, "sha512-qeVADbUWYkcEVmamLjGvBgwrDleFWGraNgwt+NLFGLuaeWUboqmrvXcghVoyqZGE1VfnpEDQG7iC93HaNtY7KA=="], + "@swapkit/wallet-keystore": ["@swapkit/wallet-keystore@5.0.3", "", { "dependencies": { "@swapkit/helpers": "5.1.0", "@swapkit/toolboxes": "5.1.2", "@swapkit/wallet-core": "5.0.3" }, "peerDependencies": { "@noble/hashes": "2.2.0", "@scure/bip39": "2.2.0" } }, "sha512-Acyn8QiU4R/btGrCRiNPeiwjgmQOjLFWw8DyJ3859cXbB2HVtV+jIqTxiQF1i1F2YmbNXP//iuAWB2cNwFJ9Cg=="], "@swapkit/wallet-mobile": ["@swapkit/wallet-mobile@workspace:packages/wallet-mobile"], diff --git a/package.json b/package.json index b5ee423..458b386 100644 --- a/package.json +++ b/package.json @@ -8,11 +8,11 @@ "@cosmjs/proto-signing": "0.37.0", "@cosmjs/stargate": "0.37.0", "@scure/bip32": "2.2.0", - "@swapkit/core": "^5.0.2", - "@swapkit/helpers": "^5.0.2", + "@swapkit/core": "^5.0.3", + "@swapkit/helpers": "^5.1.0", "@swapkit/plugins": "^5.0.0", "@swapkit/server": "^5.0.0", - "@swapkit/toolboxes": "^5.1.1", + "@swapkit/toolboxes": "^5.1.2", "@swapkit/wallet-core": "^5.0.0", "@swapkit/wallet-keystore": "^5.0.0", "@types/bun": "1.3.13", diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 47f5556..6d609f1 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -2,11 +2,11 @@ "author": "swapkit-dev", "dependencies": { "@stricahq/typhonjs": "~3.0.1", - "@swapkit/core": "^5.0.2", - "@swapkit/helpers": "^5.0.2", + "@swapkit/core": "^5.0.3", + "@swapkit/helpers": "^5.1.0", "@swapkit/plugins": "^5.0.0", "@swapkit/server": "^5.0.0", - "@swapkit/toolboxes": "^5.1.1", + "@swapkit/toolboxes": "^5.1.2", "@swapkit/wallet-core": "^5.0.0", "@swapkit/wallet-keystore": "^5.0.0", "@swapkit/wallets": "workspace:*", @@ -45,21 +45,12 @@ "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", diff --git a/packages/wallet-extensions/package.json b/packages/wallet-extensions/package.json index 5ce85db..bfce974 100644 --- a/packages/wallet-extensions/package.json +++ b/packages/wallet-extensions/package.json @@ -11,8 +11,8 @@ "@near-js/transactions": "~2.5.0", "@scure/base": "~2.2.0", "@solana/web3.js": "~1.98.4", - "@swapkit/helpers": "^5.0.2", - "@swapkit/toolboxes": "^5.1.1", + "@swapkit/helpers": "^5.1.0", + "@swapkit/toolboxes": "^5.1.2", "@swapkit/utxo-signer": "^3.0.0", "@swapkit/wallet-core": "^5.0.0", "@wallet-standard/app": "^1.1.1", @@ -137,16 +137,11 @@ "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", diff --git a/packages/wallet-hardware/package.json b/packages/wallet-hardware/package.json index 5165073..135ba59 100644 --- a/packages/wallet-hardware/package.json +++ b/packages/wallet-hardware/package.json @@ -22,8 +22,8 @@ "@near-js/transactions": "~2.5.0", "@scure/base": "2.2.0", "@scure/bip32": "2.2.0", - "@swapkit/helpers": "^5.0.2", - "@swapkit/toolboxes": "^5.1.1", + "@swapkit/helpers": "^5.1.0", + "@swapkit/toolboxes": "^5.1.2", "@swapkit/utxo-signer": "^3.0.0", "@swapkit/wallet-core": "^5.0.0", "@trezor/connect-web": "~9.7.3", @@ -91,16 +91,11 @@ "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", diff --git a/packages/wallet-mobile/package.json b/packages/wallet-mobile/package.json index 7a69479..22f2ac0 100644 --- a/packages/wallet-mobile/package.json +++ b/packages/wallet-mobile/package.json @@ -1,10 +1,6 @@ { "author": "swapkit", - "dependencies": { - "@swapkit/helpers": "^5.0.2", - "@swapkit/toolboxes": "^5.1.1", - "@swapkit/wallet-core": "^5.0.0" - }, + "dependencies": { "@swapkit/helpers": "^5.1.0", "@swapkit/toolboxes": "^5.1.2", "@swapkit/wallet-core": "^5.0.0" }, "description": "SwapKit - Wallet Mobile", "exports": { ".": { @@ -14,16 +10,11 @@ "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", diff --git a/packages/wallets/package.json b/packages/wallets/package.json index ed358e0..e6bdab4 100644 --- a/packages/wallets/package.json +++ b/packages/wallets/package.json @@ -16,8 +16,8 @@ "@scure/base": "~2.2.0", "@scure/bip39": "~2.2.0", "@solana/web3.js": "~1.98.4", - "@swapkit/helpers": "^5.0.2", - "@swapkit/toolboxes": "^5.1.1", + "@swapkit/helpers": "^5.1.0", + "@swapkit/toolboxes": "^5.1.2", "@swapkit/utxo-signer": "^3.0.0", "@swapkit/wallet-core": "^5.0.0", "@swapkit/wallet-extensions": "workspace:*", @@ -225,21 +225,12 @@ "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", diff --git a/playgrounds/vite-lite/package.json b/playgrounds/vite-lite/package.json index 254b0f9..251883f 100644 --- a/playgrounds/vite-lite/package.json +++ b/playgrounds/vite-lite/package.json @@ -23,11 +23,7 @@ }, "name": "@internal/playground-vite-lite", "private": true, - "scripts": { - "build": "vite build", - "dev": "vite", - "preview": "vite preview" - }, + "scripts": { "build": "vite build", "dev": "vite", "preview": "vite preview" }, "type": "module", "version": "0.0.9" }