@gluwa/connect-kit 0.2.1-next.4 → 1.0.0

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.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,46 @@
1
- # @gluwa/wallet-kit
1
+ # @gluwa/connect-kit
2
+
3
+ ## 1.0.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 8b3c876: change package name
8
+
9
+ ### Patch Changes
10
+
11
+ - ee79ef9: 0.2.0
12
+ - ed8effc: add watchAsset
13
+ - ceec77a: expose all wagmi actions via connectKit.actions
14
+ - 343c6ef: change UI wallet name credit wallet -> penguinWallet
15
+ - d44580e: add provider
16
+ - f4de564: refactor
17
+ - fa6fa6f: 0.1.0-next.3
18
+ - fb3f3c4: support connect-kit
19
+ - 998578b: update version
20
+ - e3789b4: emit OnSessionExpired when credit-connect QR session times out
21
+ - a9bbec9: enhance reconnect logic with auto-connect for injected connectors
22
+ - 18e631a: fix bugs
23
+ - d3d52e9: fix: react version paths
24
+ - Updated dependencies [c6abaf1]
25
+ - Updated dependencies [0b7cf10]
26
+ - Updated dependencies [fb3f3c4]
27
+ - Updated dependencies [998578b]
28
+ - Updated dependencies [e3789b4]
29
+ - Updated dependencies [4cba4bb]
30
+ - @gluwa/credit-connect-sdk@1.0.0
31
+ - @gluwa/credit-connect-hub-node-ws@1.0.0
32
+ - @gluwa/credit-connect-e2ee-tweetnacl@1.0.0
33
+ - @gluwa/credit-connect-storage-local@1.0.0
34
+
35
+ ## 1.0.0-next.0
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies [c6abaf1]
40
+ - @gluwa/credit-connect-sdk@1.0.0-next.0
41
+ - @gluwa/credit-connect-e2ee-tweetnacl@1.0.0-next.0
42
+ - @gluwa/credit-connect-hub-node-ws@1.0.0-next.0
43
+ - @gluwa/credit-connect-storage-local@1.0.0-next.0
2
44
 
3
45
  ## 0.2.1-next.4
4
46
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gluwa/connect-kit",
3
- "version": "0.2.1-next.4",
3
+ "version": "1.0.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gluwa/connect-kit",
3
- "version": "0.2.1-next.4",
3
+ "version": "1.0.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -26,10 +26,10 @@
26
26
  "qrcode.react": "^4.2.0",
27
27
  "wagmi": "^2.15.6",
28
28
  "@wagmi/core": "^2.16.7",
29
- "@gluwa/credit-connect-storage-local": "0.2.1-next.7",
30
- "@gluwa/credit-connect-e2ee-tweetnacl": "0.2.1-next.7",
31
- "@gluwa/credit-connect-sdk": "0.2.1-next.7",
32
- "@gluwa/credit-connect-hub-node-ws": "0.1.1-next.1"
29
+ "@gluwa/credit-connect-sdk": "1.0.0",
30
+ "@gluwa/credit-connect-storage-local": "1.0.0",
31
+ "@gluwa/credit-connect-e2ee-tweetnacl": "1.0.0",
32
+ "@gluwa/credit-connect-hub-node-ws": "1.0.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@tanstack/react-query": "^5.62.0",
@@ -43,7 +43,7 @@
43
43
  "typescript-eslint": "^8.18.2",
44
44
  "viem": "^2.31.7",
45
45
  "wagmi": "^2.15.6",
46
- "@gluwa/credit-connect-sdk": "0.2.1-next.7"
46
+ "@gluwa/credit-connect-sdk": "1.0.0"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "@tanstack/react-query": ">=5.0.0",