Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .changeset/swapkit-sdk-33e7hf2uo02fx.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
"@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.5 → 5.0.7
- @swapkit/helpers: 5.2.1 → 5.4.0
- @swapkit/toolboxes: 5.2.1 → 5.4.0
- @swapkit/utxo-signer: 3.0.0 → 3.1.0
64 changes: 32 additions & 32 deletions bun.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"@cosmjs/proto-signing": "0.37.0",
"@cosmjs/stargate": "0.37.0",
"@scure/bip32": "2.2.0",
"@swapkit/core": "^5.0.5",
"@swapkit/helpers": "^5.2.1",
"@swapkit/core": "^5.0.7",
"@swapkit/helpers": "^5.4.0",
"@swapkit/plugins": "^5.0.5",
"@swapkit/server": "^5.1.3",
"@swapkit/toolboxes": "^5.2.1",
"@swapkit/toolboxes": "^5.4.0",
"@swapkit/wallet-core": "^5.0.5",
"@swapkit/wallet-keystore": "^5.1.1",
"@types/bun": "1.3.13",
Expand Down
21 changes: 6 additions & 15 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"author": "swapkit-dev",
"dependencies": {
"@stricahq/typhonjs": "~3.0.1",
"@swapkit/core": "^5.0.5",
"@swapkit/helpers": "^5.2.1",
"@swapkit/core": "^5.0.7",
"@swapkit/helpers": "^5.4.0",
"@swapkit/plugins": "^5.0.5",
"@swapkit/server": "^5.1.3",
"@swapkit/toolboxes": "^5.2.1",
"@swapkit/toolboxes": "^5.4.0",
"@swapkit/wallet-core": "^5.0.5",
"@swapkit/wallet-keystore": "^5.1.1",
"@swapkit/wallets": "workspace:*",
Expand Down Expand Up @@ -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",
Expand Down
15 changes: 5 additions & 10 deletions packages/wallet-extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"@near-js/transactions": "~2.5.0",
"@scure/base": "~2.2.0",
"@solana/web3.js": "~1.98.4",
"@swapkit/helpers": "^5.2.1",
"@swapkit/toolboxes": "^5.2.1",
"@swapkit/utxo-signer": "^3.0.0",
"@swapkit/helpers": "^5.4.0",
"@swapkit/toolboxes": "^5.4.0",
"@swapkit/utxo-signer": "^3.1.0",
"@swapkit/wallet-core": "^5.0.5",
"@wallet-standard/app": "^1.1.1",
"cosmjs-types": "0.10.1",
Expand Down Expand Up @@ -149,16 +149,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",
Expand Down
15 changes: 5 additions & 10 deletions packages/wallet-hardware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"@near-js/transactions": "~2.5.0",
"@scure/base": "2.2.0",
"@scure/bip32": "2.2.0",
"@swapkit/helpers": "^5.2.1",
"@swapkit/toolboxes": "^5.2.1",
"@swapkit/utxo-signer": "^3.0.0",
"@swapkit/helpers": "^5.4.0",
"@swapkit/toolboxes": "^5.4.0",
"@swapkit/utxo-signer": "^3.1.0",
"@swapkit/wallet-core": "^5.0.5",
"@trezor/connect-web": "~9.7.3",
"cosmjs-types": "~0.10.1",
Expand Down Expand Up @@ -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",
Expand Down
15 changes: 3 additions & 12 deletions packages/wallet-mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"author": "swapkit",
"dependencies": {
"@swapkit/helpers": "^5.2.1",
"@swapkit/toolboxes": "^5.2.1",
"@swapkit/wallet-core": "^5.0.5"
},
"dependencies": { "@swapkit/helpers": "^5.4.0", "@swapkit/toolboxes": "^5.4.0", "@swapkit/wallet-core": "^5.0.5" },
"description": "SwapKit - Wallet Mobile",
"exports": {
".": {
Expand All @@ -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",
Expand Down
21 changes: 6 additions & 15 deletions packages/wallets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@scure/base": "~2.2.0",
"@scure/bip39": "~2.2.0",
"@solana/web3.js": "~1.98.4",
"@swapkit/helpers": "^5.2.1",
"@swapkit/toolboxes": "^5.2.1",
"@swapkit/utxo-signer": "^3.0.0",
"@swapkit/helpers": "^5.4.0",
"@swapkit/toolboxes": "^5.4.0",
"@swapkit/utxo-signer": "^3.1.0",
"@swapkit/wallet-core": "^5.0.5",
"@swapkit/wallet-extensions": "workspace:*",
"@swapkit/wallet-hardware": "workspace:*",
Expand Down Expand Up @@ -231,21 +231,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",
Expand Down
6 changes: 1 addition & 5 deletions playgrounds/vite-lite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Loading