@swapkit/passkey 0.2.4 → 0.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +131 -0
  2. package/package.json +3 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,131 @@
1
+ # @swapkit/passkey
2
+
3
+ ## 0.2.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#278](https://github.com/swapkit/sdk/pull/278) [`02cec19`](https://github.com/swapkit/sdk/commit/02cec190fa5688a75be4ec00d9fdf33f871a7962) Thanks [@towanTG](https://github.com/towanTG)! - Add `localMode` to SKConfig for routing quote and swap requests to locally running API services. When enabled, quote requests go to `http://localhost:3000` and swap requests to `http://localhost:3001` by default (both configurable via `quoteUrl`/`swapUrl`), while all other endpoints keep using the configured `apiUrl`. (via @swapkit/helpers@4.15.0)
8
+ - [#277](https://github.com/swapkit/sdk/pull/277) [`731e9c1`](https://github.com/swapkit/sdk/commit/731e9c18dfa8bb9b289699a9baee8456d4e4ad30) Thanks [@GiMa-SwapKit](https://github.com/GiMa-SwapKit)! - Optimize Sui `createTransaction` by setting gas price, gas budget, and gas payment refs before building transactions, reducing internal Sui SDK RPC round trips for native and token transfers. (via @swapkit/toolboxes@4.17.6)
9
+
10
+ ## 0.2.5
11
+
12
+ ### Patch Changes
13
+
14
+ - [#274](https://github.com/swapkit/sdk/pull/274) [`d0a20af`](https://github.com/swapkit/sdk/commit/d0a20afe503343174c792a74f20102d9d06baa64) Thanks [@towanTG](https://github.com/towanTG)! - Ship `CHANGELOG.md` in the published package. Each package now lists `CHANGELOG.md` in its `files`, so the changelog ships in the npm tarball alongside `dist/`. Consumers (e.g. the wallets release tooling) can read the underlying SDK changes directly from `node_modules` instead of fetching them from the private GitHub repo.
15
+
16
+ - Updated dependencies [[`d0a20af`](https://github.com/swapkit/sdk/commit/d0a20afe503343174c792a74f20102d9d06baa64)]:
17
+ - @swapkit/toolboxes@4.17.5
18
+ - @swapkit/helpers@4.14.1
19
+ - @swapkit/wallet-core@4.3.6
20
+
21
+ ## 0.2.4
22
+
23
+ ### Patch Changes
24
+
25
+ - [#272](https://github.com/swapkit/sdk/pull/272) [`5708090`](https://github.com/swapkit/sdk/commit/57080902b1a377dc5f2dd1c99101da0f5ab63de2) Thanks [@towanTG](https://github.com/towanTG)! - Prefer a user-configured TON RPC URL (via SKConfig) over the Orbs-discovered endpoint. Previously the TON toolbox always used Orbs and only fell back to the configured URL when Orbs failed, so a configured endpoint was ignored. Orbs auto-discovery remains the default when no TON RPC URL is configured (the chain-config default is empty). (via @swapkit/toolboxes@4.17.4)
26
+
27
+ ## 0.2.3
28
+
29
+ ### Patch Changes
30
+
31
+ - [#269](https://github.com/swapkit/sdk/pull/269) [`d62628e`](https://github.com/swapkit/sdk/commit/d62628ec4e3791cfff7844720a87918db6494749) Thanks [@towanTG](https://github.com/towanTG)! - Resolve the Sui client RPC endpoint via getRPCUrl(Chain.Sui) so SKConfig-configured URLs are respected, instead of hardcoding the @mysten/sui public fullnode. (via @swapkit/toolboxes@4.17.3)
32
+ - [#271](https://github.com/swapkit/sdk/pull/271) [`fe7a345`](https://github.com/swapkit/sdk/commit/fe7a3455b1e5d3123aeb59705f85f66220899960) Thanks [@towanTG](https://github.com/towanTG)! - Resolve the Sui client RPC endpoint with getRPCUrlSync (configured URL, no network health-check) instead of getRPCUrl, which could throw helpers_chain_rpc_connection_failed when the health-check failed. (via @swapkit/toolboxes@4.17.3)
33
+
34
+ ## 0.2.2
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies [[`92a0d2f`](https://github.com/swapkit/sdk/commit/92a0d2fc96c1815c2c098d357a5ff633afb5d5d9)]:
39
+ - @swapkit/toolboxes@4.17.2
40
+ - @swapkit/helpers@4.14.0
41
+
42
+ ## 0.2.1
43
+
44
+ ### Patch Changes
45
+
46
+ - Updated dependencies [[`de87335`](https://github.com/swapkit/sdk/commit/de87335a63018b10180dbaecf7ed9e090073b788)]:
47
+ - @swapkit/toolboxes@4.17.1
48
+ - @swapkit/helpers@4.14.0
49
+
50
+ ## 0.2.0
51
+
52
+ ### Minor Changes
53
+
54
+ - [#262](https://github.com/swapkit/sdk/pull/262) [`9e84c7a`](https://github.com/swapkit/sdk/commit/9e84c7a0cce9ecd662c1b8cee49f1781271bc49f) Thanks [@towanTG](https://github.com/towanTG)! - Rename the HyperCore chain identifier to HYPE. Adds Chain.Hype and ChainId.Hype as the canonical enum members, keeps deprecated Chain.HyperCore aliases, and updates Hype asset identifiers to use the HYPE chain prefix.
55
+
56
+ ### Patch Changes
57
+
58
+ - Updated dependencies [[`9e84c7a`](https://github.com/swapkit/sdk/commit/9e84c7a0cce9ecd662c1b8cee49f1781271bc49f), [`2136f71`](https://github.com/swapkit/sdk/commit/2136f7181a9a097eee4f584a4f16b677d38f0dd3)]:
59
+ - @swapkit/helpers@4.14.0
60
+ - @swapkit/toolboxes@4.17.0
61
+ - @swapkit/wallet-core@4.3.5
62
+
63
+ ## 0.1.8
64
+
65
+ ### Patch Changes
66
+
67
+ - Updated dependencies [[`3623906`](https://github.com/swapkit/sdk/commit/3623906834927abfe6265fa91c21568da6adb852)]:
68
+ - @swapkit/helpers@4.13.13
69
+ - @swapkit/toolboxes@4.16.2
70
+ - @swapkit/wallet-core@4.3.4
71
+
72
+ ## 0.1.7
73
+
74
+ ### Patch Changes
75
+
76
+ - Updated dependencies [[`8d33750`](https://github.com/swapkit/sdk/commit/8d33750f2c3e7c1cb6353c2a4dcfffe7936207c1)]:
77
+ - @swapkit/helpers@4.13.12
78
+ - @swapkit/toolboxes@4.16.1
79
+ - @swapkit/wallet-core@4.3.3
80
+
81
+ ## 0.1.6
82
+
83
+ ### Patch Changes
84
+
85
+ - Updated dependencies [[`6c76854`](https://github.com/swapkit/sdk/commit/6c768542d9488f112735be960b375ab8bb52fb76)]:
86
+ - @swapkit/toolboxes@4.16.0
87
+ - @swapkit/helpers@4.13.11
88
+
89
+ ## 0.1.5
90
+
91
+ ### Patch Changes
92
+
93
+ - Updated dependencies [[`53882f1`](https://github.com/swapkit/sdk/commit/53882f116feff4eabf7bb714dddf4261f6f640d9), [`53882f1`](https://github.com/swapkit/sdk/commit/53882f116feff4eabf7bb714dddf4261f6f640d9)]:
94
+ - @swapkit/helpers@4.13.11
95
+ - @swapkit/toolboxes@4.15.15
96
+ - @swapkit/wallet-core@4.3.2
97
+
98
+ ## 0.1.4
99
+
100
+ ### Patch Changes
101
+
102
+ - Updated dependencies [[`fe496eb`](https://github.com/swapkit/sdk/commit/fe496ebc69e24fb8679e13f0a9ff4ee10ce54699), [`0fc9c45`](https://github.com/swapkit/sdk/commit/0fc9c459da1005a017757eb21c80a36634b3c021)]:
103
+ - @swapkit/helpers@4.13.10
104
+ - @swapkit/toolboxes@4.15.14
105
+ - @swapkit/wallet-core@4.3.1
106
+
107
+ ## 0.1.3
108
+
109
+ ### Patch Changes
110
+
111
+ - Updated dependencies [[`dfdd850`](https://github.com/swapkit/sdk/commit/dfdd850f10d010f14187983f2082486333df4cd7), [`70f3f4a`](https://github.com/swapkit/sdk/commit/70f3f4a037feb0e5fd2482e3b0ab964d9e1c8523)]:
112
+ - @swapkit/helpers@4.13.9
113
+ - @swapkit/wallet-core@4.3.0
114
+ - @swapkit/toolboxes@4.15.13
115
+
116
+ ## 0.1.2
117
+
118
+ ### Patch Changes
119
+
120
+ - Updated dependencies [[`f4ba6d5`](https://github.com/swapkit/sdk/commit/f4ba6d564ea2c6352e021e00845f67b2190c3765)]:
121
+ - @swapkit/toolboxes@4.15.12
122
+ - @swapkit/helpers@4.13.8
123
+
124
+ ## 0.1.1
125
+
126
+ ### Patch Changes
127
+
128
+ - Updated dependencies [[`8cac8c3`](https://github.com/swapkit/sdk/commit/8cac8c34153c3620f186d614cf412700b8a1f44b), [`2174a5d`](https://github.com/swapkit/sdk/commit/2174a5d9fe27ddc02ef9ad8eebdf372aa66bf8ee)]:
129
+ - @swapkit/toolboxes@4.15.11
130
+ - @swapkit/helpers@4.13.8
131
+ - @swapkit/wallet-core@4.2.8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "author": "swapkit-dev",
3
- "dependencies": { "@swapkit/helpers": "4.14.0", "@swapkit/toolboxes": "4.17.4", "@swapkit/wallet-core": "4.3.5" },
3
+ "dependencies": { "@swapkit/helpers": "4.15.0", "@swapkit/toolboxes": "4.17.6", "@swapkit/wallet-core": "4.3.7" },
4
4
  "description": "SwapKit - Passkey Wallet",
5
5
  "exports": {
6
6
  ".": {
@@ -10,7 +10,7 @@
10
10
  "types": "./dist/types/index.d.ts"
11
11
  }
12
12
  },
13
- "files": ["dist/"],
13
+ "files": ["dist/", "CHANGELOG.md"],
14
14
  "homepage": "https://github.com/swapkit/SwapKit",
15
15
  "license": "SEE LICENSE IN LICENSE",
16
16
  "name": "@swapkit/passkey",
@@ -25,5 +25,5 @@
25
25
  "type-check:go": "tsgo"
26
26
  },
27
27
  "type": "module",
28
- "version": "0.2.4"
28
+ "version": "0.2.6"
29
29
  }