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
9 changes: 0 additions & 9 deletions .changeset/bump-swapkit-packages-20260607.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bump-swapkit-ui-0201.md

This file was deleted.

145 changes: 3 additions & 142 deletions bun.lock

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @swapkit/sdk

## 4.6.32

### Patch Changes

- [#89](https://github.com/swapkit/wallets/pull/89) [`30cc7ff`](https://github.com/swapkit/wallets/commit/30cc7ff52de4481159be19a9b9c99d85fce24020) Thanks [@towanTG](https://github.com/towanTG)! - Bump SwapKit runtime dependencies to the latest published versions.

- [#87](https://github.com/swapkit/wallets/pull/87) [`cbfb05d`](https://github.com/swapkit/wallets/commit/cbfb05d49c755a1383cd30514961239ae34732eb) Thanks [@towanTG](https://github.com/towanTG)! - Bump the Vite playground to @swapkit/ui 0.20.1.

- Updated dependencies [[`30cc7ff`](https://github.com/swapkit/wallets/commit/30cc7ff52de4481159be19a9b9c99d85fce24020)]:
- @swapkit/wallets@4.8.24

## 4.6.31

### Patch Changes
Expand Down
17 changes: 13 additions & 4 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -59,5 +68,5 @@
"type-check:go": "tsgo"
},
"type": "module",
"version": "4.6.31"
"version": "4.6.32"
}
6 changes: 6 additions & 0 deletions packages/wallet-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @swapkit-dev/wallet-extensions

## 4.5.18

### Patch Changes

- [#89](https://github.com/swapkit/wallets/pull/89) [`30cc7ff`](https://github.com/swapkit/wallets/commit/30cc7ff52de4481159be19a9b9c99d85fce24020) Thanks [@towanTG](https://github.com/towanTG)! - Bump SwapKit runtime dependencies to the latest published versions.

## 4.5.17

### Patch Changes
Expand Down
11 changes: 8 additions & 3 deletions packages/wallet-extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,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",
Expand All @@ -153,5 +158,5 @@
"type-check:go": "tsgo"
},
"type": "module",
"version": "4.5.17"
"version": "4.5.18"
}
6 changes: 6 additions & 0 deletions packages/wallet-hardware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @swapkit-dev/wallet-hardware

## 4.9.19

### Patch Changes

- [#89](https://github.com/swapkit/wallets/pull/89) [`30cc7ff`](https://github.com/swapkit/wallets/commit/30cc7ff52de4481159be19a9b9c99d85fce24020) Thanks [@towanTG](https://github.com/towanTG)! - Bump SwapKit runtime dependencies to the latest published versions.

## 4.9.18

### Patch Changes
Expand Down
11 changes: 8 additions & 3 deletions packages/wallet-hardware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -109,5 +114,5 @@
"type-check:go": "tsgo"
},
"type": "module",
"version": "4.9.18"
"version": "4.9.19"
}
6 changes: 6 additions & 0 deletions packages/wallet-mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @swapkit-dev/wallet-mobile

## 4.3.12

### Patch Changes

- [#89](https://github.com/swapkit/wallets/pull/89) [`30cc7ff`](https://github.com/swapkit/wallets/commit/30cc7ff52de4481159be19a9b9c99d85fce24020) Thanks [@towanTG](https://github.com/towanTG)! - Bump SwapKit runtime dependencies to the latest published versions.

## 4.3.11

### Patch Changes
Expand Down
17 changes: 13 additions & 4 deletions packages/wallet-mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"author": "swapkit",
"dependencies": { "@swapkit/helpers": "^4.14.0", "@swapkit/toolboxes": "^4.17.2", "@swapkit/wallet-core": "^4.3.5" },
"dependencies": {
"@swapkit/helpers": "^4.14.0",
"@swapkit/toolboxes": "^4.17.2",
"@swapkit/wallet-core": "^4.3.5"
},
"description": "SwapKit - Wallet Mobile",
"exports": {
".": {
Expand All @@ -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",
Expand All @@ -28,5 +37,5 @@
"type-check:go": "tsgo"
},
"type": "module",
"version": "4.3.11"
"version": "4.3.12"
}
10 changes: 10 additions & 0 deletions packages/wallets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @swapkit-dev/wallets

## 4.8.24

### Patch Changes

- [#89](https://github.com/swapkit/wallets/pull/89) [`30cc7ff`](https://github.com/swapkit/wallets/commit/30cc7ff52de4481159be19a9b9c99d85fce24020) Thanks [@towanTG](https://github.com/towanTG)! - Bump SwapKit runtime dependencies to the latest published versions.

- Updated dependencies [[`30cc7ff`](https://github.com/swapkit/wallets/commit/30cc7ff52de4481159be19a9b9c99d85fce24020)]:
- @swapkit/wallet-hardware@4.9.19
- @swapkit/wallet-extensions@4.5.18

## 4.8.23

### Patch Changes
Expand Down
17 changes: 13 additions & 4 deletions packages/wallets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -219,5 +228,5 @@
"type-check:go": "tsgo"
},
"type": "module",
"version": "4.8.23"
"version": "4.8.24"
}
6 changes: 5 additions & 1 deletion playgrounds/vite-lite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@
},
"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"
}