@d13co/use-wallet 4.5.4 → 4.5.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d13co/use-wallet",
3
- "version": "4.5.4",
3
+ "version": "4.5.6",
4
4
  "description": "TypeScript library for integrating Algorand wallets into decentralized applications",
5
5
  "author": "Doug Richar <drichar@gmail.com>",
6
6
  "license": "MIT",
@@ -24,8 +24,7 @@
24
24
  "algosdk",
25
25
  "algokit",
26
26
  "kmd",
27
- "metamask",
28
- "rainbow",
27
+ "rainbowkit",
29
28
  "web3auth"
30
29
  ],
31
30
  "files": [
@@ -40,10 +39,10 @@
40
39
  "@blockshake/defly-connect": "1.2.1",
41
40
  "@magic-ext/algorand": "24.4.2",
42
41
  "@magic-sdk/provider": "29.5.0",
43
- "@metamask/sdk": "0.33.1",
44
42
  "@perawallet/connect": "1.4.1",
45
43
  "@rainbow-me/rainbowkit": "^2.2.0",
46
44
  "@types/node": "20.11.30",
45
+ "@wagmi/core": "^2.16.0",
47
46
  "@walletconnect/modal": "2.7.0",
48
47
  "@walletconnect/modal-core": "2.7.0",
49
48
  "@walletconnect/sign-client": "2.23.4",
@@ -67,8 +66,8 @@
67
66
  "@agoralabs-sh/avm-web-provider": "^1.7.0",
68
67
  "@algorandfoundation/algokit-utils": "^9.2.0",
69
68
  "@blockshake/defly-connect": "^1.2.1",
70
- "@metamask/sdk": "^0.33.1",
71
69
  "@perawallet/connect": "^1.4.1",
70
+ "@wagmi/core": "^2.16.0",
72
71
  "@walletconnect/modal": "^2.7.0",
73
72
  "@walletconnect/sign-client": "^2.23.4",
74
73
  "@web3auth/base": "^9.0.0",
@@ -91,10 +90,10 @@
91
90
  "@blockshake/defly-connect": {
92
91
  "optional": true
93
92
  },
94
- "@metamask/sdk": {
93
+ "@perawallet/connect": {
95
94
  "optional": true
96
95
  },
97
- "@perawallet/connect": {
96
+ "@wagmi/core": {
98
97
  "optional": true
99
98
  },
100
99
  "@rainbow-me/rainbowkit": {