@txnlab/use-wallet 4.0.1 → 4.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@txnlab/use-wallet",
3
- "version": "4.0.1",
3
+ "version": "4.2.0",
4
4
  "description": "TypeScript library for integrating Algorand wallets into decentralized applications",
5
5
  "author": "Doug Richar <drichar@gmail.com>",
6
6
  "license": "MIT",
@@ -29,38 +29,44 @@
29
29
  "dist"
30
30
  ],
31
31
  "dependencies": {
32
- "@tanstack/store": "0.7.0"
32
+ "@tanstack/store": "0.7.1"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@agoralabs-sh/avm-web-provider": "1.7.0",
36
+ "@algorandfoundation/liquid-auth-use-wallet-client": "^1.4.0-canary.1",
36
37
  "@blockshake/defly-connect": "1.2.1",
37
- "@magic-ext/algorand": "23.20.0",
38
- "@magic-sdk/provider": "28.20.0",
38
+ "@magic-ext/algorand": "24.1.0",
39
+ "@magic-sdk/provider": "29.1.0",
39
40
  "@perawallet/connect": "1.4.1",
40
41
  "@types/node": "20.11.30",
41
42
  "@walletconnect/modal": "2.7.0",
42
43
  "@walletconnect/modal-core": "2.7.0",
43
- "@walletconnect/sign-client": "2.19.2",
44
- "@walletconnect/types": "2.19.2",
45
- "algosdk": "3.2.0",
46
- "lute-connect": "1.5.1",
47
- "magic-sdk": "28.21.1",
48
- "tsup": "8.4.0",
49
- "typescript": "5.8.2"
44
+ "@walletconnect/sign-client": "2.21.3",
45
+ "@walletconnect/types": "2.21.3",
46
+ "algosdk": "3.3.1",
47
+ "canonify": "2.1.1",
48
+ "lute-connect": "1.6.1",
49
+ "magic-sdk": "29.1.0",
50
+ "tsup": "8.5.0",
51
+ "typescript": "5.8.3"
50
52
  },
51
53
  "peerDependencies": {
52
54
  "@agoralabs-sh/avm-web-provider": "^1.7.0",
55
+ "@algorandfoundation/liquid-auth-use-wallet-client": "^1.4.0-canary.1",
53
56
  "@blockshake/defly-connect": "^1.2.1",
54
57
  "@perawallet/connect": "^1.4.1",
55
58
  "@walletconnect/modal": "^2.7.0",
56
- "@walletconnect/sign-client": "^2.19.2",
59
+ "@walletconnect/sign-client": "^2.21.3",
57
60
  "algosdk": "^3.0.0",
58
- "lute-connect": "^1.5.1"
61
+ "lute-connect": "^1.6.1"
59
62
  },
60
63
  "peerDependenciesMeta": {
61
64
  "@agoralabs-sh/avm-web-provider": {
62
65
  "optional": true
63
66
  },
67
+ "@algorandfoundation/liquid-auth-use-wallet-client": {
68
+ "optional": true
69
+ },
64
70
  "@blockshake/defly-connect": {
65
71
  "optional": true
66
72
  },