Skip to content

Commit 9227ff6

Browse files
authored
Merge pull request #3 from swapkit/auto/core-dep-update
chore: auto-update core dependencies
2 parents df8ef2b + 7bd67bb commit 9227ff6

25 files changed

Lines changed: 87 additions & 147 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
3+
'@swapkit/sdk': patch
4+
'@swapkit/wallet-extensions': patch
5+
'@swapkit/wallet-hardware': patch
6+
'@swapkit/wallet-mobile': patch
7+
'@swapkit/wallets': patch
8+
---
9+
10+
Update core dependencies: @swapkit/core@4.4.5,@swapkit/helpers@4.12.4,@swapkit/toolboxes@4.13.2

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
22
registry=https://registry.npmjs.org/
33
always-auth=true
4+
//registry.npmjs.org/:_authToken=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

bun.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,4 @@
11
{
2-
"name": "swapkit-wallets",
3-
"private": true,
4-
"packageManager": "bun@1.3.4",
5-
"workspaces": ["packages/*", "tools/*"],
6-
"scripts": {
7-
"build": "bun run --filter './packages/*' build",
8-
"build:clean": "bun run --filter './packages/*' build:clean",
9-
"build:ci": "bun run build && bun run build:dts",
10-
"build:dts": "bun run ./tools/builder/dts.ts",
11-
"lint": "bunx @biomejs/biome check --fix .",
12-
"type-check": "bun run --filter './packages/*' type-check",
13-
"type-check:ci": "bun run --filter './packages/*' type-check",
14-
"test": "bun test",
15-
"changeset": "bunx changeset",
16-
"version-bump": "bunx changeset version",
17-
"publish-packages": "bun run build:ci && bunx changeset publish"
18-
},
192
"devDependencies": {
203
"@biomejs/biome": "2.3.11",
214
"@changesets/changelog-github": "0.6.0",
@@ -27,6 +10,23 @@
2710
"@types/node": "24.10.0",
2811
"typescript": "5.9.3"
2912
},
13+
"name": "swapkit-wallets",
14+
"packageManager": "bun@1.3.4",
15+
"private": true,
16+
"scripts": {
17+
"build": "bun run --filter './packages/*' build",
18+
"build:ci": "bun run build && bun run build:dts",
19+
"build:clean": "bun run --filter './packages/*' build:clean",
20+
"build:dts": "bun run ./tools/builder/dts.ts",
21+
"changeset": "bunx changeset",
22+
"lint": "bunx @biomejs/biome check --fix .",
23+
"publish-packages": "bun run build:ci && bunx changeset publish",
24+
"test": "bun test",
25+
"type-check": "bun run --filter './packages/*' type-check",
26+
"type-check:ci": "bun run --filter './packages/*' type-check",
27+
"version-bump": "bunx changeset version"
28+
},
29+
"workspaces": ["packages/*", "tools/*"]
3030
"dependencies": {
3131
"@swapkit/core": "4.4.5",
3232
"@swapkit/helpers": "4.12.4",

packages/sdk/package.json

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"author": "swapkit-dev",
33
"dependencies": {
44
"@stricahq/typhonjs": "~3.0.1",
5-
"@swapkit/core": "^4.4.4",
6-
"@swapkit/helpers": "^4.12.3",
5+
"@swapkit/core": "^4.4.5",
6+
"@swapkit/helpers": "^4.12.4",
77
"@swapkit/plugins": "^4.6.18",
88
"@swapkit/server": "^4.2.29",
9-
"@swapkit/toolboxes": "^4.13.1",
9+
"@swapkit/toolboxes": "^4.13.2",
1010
"@swapkit/wallet-core": "^4.1.23",
1111
"@swapkit/wallet-keystore": "^4.3.10",
1212
"@swapkit/wallets": "workspace:*",
@@ -45,20 +45,12 @@
4545
"types": "./dist/types/wallets.d.ts"
4646
}
4747
},
48-
"files": [
49-
"dist/"
50-
],
48+
"files": ["dist/"],
5149
"homepage": "https://github.com/swapkit/wallets",
5250
"license": "SEE LICENSE IN LICENSE",
5351
"name": "@swapkit/sdk",
54-
"publishConfig": {
55-
"access": "public"
56-
},
57-
"repository": {
58-
"directory": "packages/sdk",
59-
"type": "git",
60-
"url": "git+https://github.com/swapkit/wallets.git"
61-
},
52+
"publishConfig": { "access": "public" },
53+
"repository": { "directory": "packages/sdk", "type": "git", "url": "git+https://github.com/swapkit/wallets.git" },
6254
"scripts": {
6355
"build": "bun run ./build.ts",
6456
"build:clean": "rm -rf dist && bun run ./build.ts",

packages/wallet-extensions/package.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"@near-js/transactions": "~2.5.0",
1212
"@scure/base": "~2.0.0",
1313
"@solana/web3.js": "~1.98.4",
14-
"@swapkit/helpers": "^4.12.0",
15-
"@swapkit/toolboxes": "^4.11.2",
14+
"@swapkit/helpers": "^4.12.4",
15+
"@swapkit/toolboxes": "^4.13.2",
1616
"@swapkit/utxo-signer": "^2.1.0",
1717
"cosmjs-types": "0.10.1",
1818
"ethers": "^6.14.0",
@@ -134,19 +134,15 @@
134134
"types": "./dist/types/vultisig/index.d.ts"
135135
}
136136
},
137-
"files": [
138-
"dist/"
139-
],
137+
"files": ["dist/"],
140138
"homepage": "https://github.com/swapkit/wallets",
141139
"license": "SEE LICENSE IN LICENSE",
142140
"name": "@swapkit/wallet-extensions",
143-
"publishConfig": {
144-
"access": "public"
145-
},
141+
"publishConfig": { "access": "public" },
146142
"repository": {
143+
"directory": "packages/wallet-extensions",
147144
"type": "git",
148-
"url": "git+https://github.com/swapkit/wallets.git",
149-
"directory": "packages/wallet-extensions"
145+
"url": "git+https://github.com/swapkit/wallets.git"
150146
},
151147
"scripts": {
152148
"build": "bun run ./build.ts",

packages/wallet-extensions/src/cosmostation/index.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
import type { Keplr } from "@keplr-wallet/types";
2-
import {
3-
Chain,
4-
ChainId,
5-
ChainToChainId,
6-
filterSupportedChains,
7-
SwapKitError,
8-
WalletOption,
9-
} from "@swapkit/helpers";
2+
import { Chain, ChainId, ChainToChainId, filterSupportedChains, SwapKitError, WalletOption } from "@swapkit/helpers";
103
import { createWallet, getWalletSupportedChains } from "../core";
114

125
const cosmostationSupportedChainIds = [ChainId.Cosmos, ChainId.Kujira, ChainId.Noble, ChainId.THORChain] as const;

packages/wallet-extensions/src/evm-extensions/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import {
99
switchEVMWalletNetwork,
1010
WalletOption,
1111
} from "@swapkit/helpers";
12-
import { createWallet, getWalletSupportedChains } from "../core";
1312
import type { BrowserProvider, Eip1193Provider } from "ethers";
13+
import { createWallet, getWalletSupportedChains } from "../core";
1414

1515
export type EVMWalletOptions =
1616
| WalletOption.BRAVE

packages/wallet-extensions/src/keepkey-bex/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { AssetValue, Chain, ChainId, filterSupportedChains, SwapKitError, WalletOption } from "@swapkit/helpers";
2-
import { createWallet, getWalletSupportedChains } from "../core";
32
import type { Eip1193Provider } from "ethers";
3+
import { createWallet, getWalletSupportedChains } from "../core";
44
import {
55
getKEEPKEYAddress,
66
getKEEPKEYMethods,

packages/wallet-extensions/src/keplr/index.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
import {
2-
Chain,
3-
ChainId,
4-
ChainToChainId,
5-
filterSupportedChains,
6-
SwapKitError,
7-
WalletOption,
8-
} from "@swapkit/helpers";
1+
import { Chain, ChainId, ChainToChainId, filterSupportedChains, SwapKitError, WalletOption } from "@swapkit/helpers";
92
import { createWallet, getWalletSupportedChains } from "../core";
103
import { chainRegistry } from "./chainRegistry";
114

0 commit comments

Comments
 (0)