@swapkit/passkey 0.2.4 → 0.2.5

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 +124 -0
  2. package/package.json +3 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,124 @@
1
+ # @swapkit/passkey
2
+
3
+ ## 0.2.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#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.
8
+
9
+ - Updated dependencies [[`d0a20af`](https://github.com/swapkit/sdk/commit/d0a20afe503343174c792a74f20102d9d06baa64)]:
10
+ - @swapkit/toolboxes@4.17.5
11
+ - @swapkit/helpers@4.14.1
12
+ - @swapkit/wallet-core@4.3.6
13
+
14
+ ## 0.2.4
15
+
16
+ ### Patch Changes
17
+
18
+ - [#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)
19
+
20
+ ## 0.2.3
21
+
22
+ ### Patch Changes
23
+
24
+ - [#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)
25
+ - [#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)
26
+
27
+ ## 0.2.2
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [[`92a0d2f`](https://github.com/swapkit/sdk/commit/92a0d2fc96c1815c2c098d357a5ff633afb5d5d9)]:
32
+ - @swapkit/toolboxes@4.17.2
33
+ - @swapkit/helpers@4.14.0
34
+
35
+ ## 0.2.1
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies [[`de87335`](https://github.com/swapkit/sdk/commit/de87335a63018b10180dbaecf7ed9e090073b788)]:
40
+ - @swapkit/toolboxes@4.17.1
41
+ - @swapkit/helpers@4.14.0
42
+
43
+ ## 0.2.0
44
+
45
+ ### Minor Changes
46
+
47
+ - [#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.
48
+
49
+ ### Patch Changes
50
+
51
+ - Updated dependencies [[`9e84c7a`](https://github.com/swapkit/sdk/commit/9e84c7a0cce9ecd662c1b8cee49f1781271bc49f), [`2136f71`](https://github.com/swapkit/sdk/commit/2136f7181a9a097eee4f584a4f16b677d38f0dd3)]:
52
+ - @swapkit/helpers@4.14.0
53
+ - @swapkit/toolboxes@4.17.0
54
+ - @swapkit/wallet-core@4.3.5
55
+
56
+ ## 0.1.8
57
+
58
+ ### Patch Changes
59
+
60
+ - Updated dependencies [[`3623906`](https://github.com/swapkit/sdk/commit/3623906834927abfe6265fa91c21568da6adb852)]:
61
+ - @swapkit/helpers@4.13.13
62
+ - @swapkit/toolboxes@4.16.2
63
+ - @swapkit/wallet-core@4.3.4
64
+
65
+ ## 0.1.7
66
+
67
+ ### Patch Changes
68
+
69
+ - Updated dependencies [[`8d33750`](https://github.com/swapkit/sdk/commit/8d33750f2c3e7c1cb6353c2a4dcfffe7936207c1)]:
70
+ - @swapkit/helpers@4.13.12
71
+ - @swapkit/toolboxes@4.16.1
72
+ - @swapkit/wallet-core@4.3.3
73
+
74
+ ## 0.1.6
75
+
76
+ ### Patch Changes
77
+
78
+ - Updated dependencies [[`6c76854`](https://github.com/swapkit/sdk/commit/6c768542d9488f112735be960b375ab8bb52fb76)]:
79
+ - @swapkit/toolboxes@4.16.0
80
+ - @swapkit/helpers@4.13.11
81
+
82
+ ## 0.1.5
83
+
84
+ ### Patch Changes
85
+
86
+ - Updated dependencies [[`53882f1`](https://github.com/swapkit/sdk/commit/53882f116feff4eabf7bb714dddf4261f6f640d9), [`53882f1`](https://github.com/swapkit/sdk/commit/53882f116feff4eabf7bb714dddf4261f6f640d9)]:
87
+ - @swapkit/helpers@4.13.11
88
+ - @swapkit/toolboxes@4.15.15
89
+ - @swapkit/wallet-core@4.3.2
90
+
91
+ ## 0.1.4
92
+
93
+ ### Patch Changes
94
+
95
+ - Updated dependencies [[`fe496eb`](https://github.com/swapkit/sdk/commit/fe496ebc69e24fb8679e13f0a9ff4ee10ce54699), [`0fc9c45`](https://github.com/swapkit/sdk/commit/0fc9c459da1005a017757eb21c80a36634b3c021)]:
96
+ - @swapkit/helpers@4.13.10
97
+ - @swapkit/toolboxes@4.15.14
98
+ - @swapkit/wallet-core@4.3.1
99
+
100
+ ## 0.1.3
101
+
102
+ ### Patch Changes
103
+
104
+ - Updated dependencies [[`dfdd850`](https://github.com/swapkit/sdk/commit/dfdd850f10d010f14187983f2082486333df4cd7), [`70f3f4a`](https://github.com/swapkit/sdk/commit/70f3f4a037feb0e5fd2482e3b0ab964d9e1c8523)]:
105
+ - @swapkit/helpers@4.13.9
106
+ - @swapkit/wallet-core@4.3.0
107
+ - @swapkit/toolboxes@4.15.13
108
+
109
+ ## 0.1.2
110
+
111
+ ### Patch Changes
112
+
113
+ - Updated dependencies [[`f4ba6d5`](https://github.com/swapkit/sdk/commit/f4ba6d564ea2c6352e021e00845f67b2190c3765)]:
114
+ - @swapkit/toolboxes@4.15.12
115
+ - @swapkit/helpers@4.13.8
116
+
117
+ ## 0.1.1
118
+
119
+ ### Patch Changes
120
+
121
+ - Updated dependencies [[`8cac8c3`](https://github.com/swapkit/sdk/commit/8cac8c34153c3620f186d614cf412700b8a1f44b), [`2174a5d`](https://github.com/swapkit/sdk/commit/2174a5d9fe27ddc02ef9ad8eebdf372aa66bf8ee)]:
122
+ - @swapkit/toolboxes@4.15.11
123
+ - @swapkit/helpers@4.13.8
124
+ - @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.14.1", "@swapkit/toolboxes": "4.17.5", "@swapkit/wallet-core": "4.3.6" },
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.5"
29
29
  }