@xyo-network/react-wallet 9.0.4 → 9.0.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.
- package/package.json +32 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-wallet",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.5",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"README.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@xyo-network/react-network": "~9.0.
|
|
45
|
-
"@xyo-network/react-address-render": "~9.0.
|
|
44
|
+
"@xyo-network/react-network": "~9.0.5",
|
|
45
|
+
"@xyo-network/react-address-render": "~9.0.5"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@bitauth/libauth": "~3.0.0",
|
|
@@ -57,28 +57,28 @@
|
|
|
57
57
|
"@scure/bip39": "~2.2.0",
|
|
58
58
|
"@storybook/react-vite": "~10.4.2",
|
|
59
59
|
"@types/react": "^19.2.16",
|
|
60
|
-
"@xylabs/geo": "^6.0.
|
|
61
|
-
"@xylabs/pixel": "~6.0.
|
|
62
|
-
"@xylabs/react-button": "~9.0.
|
|
63
|
-
"@xylabs/react-crypto": "~9.0.
|
|
64
|
-
"@xylabs/react-flexbox": "~9.0.
|
|
65
|
-
"@xylabs/react-hooks": "~9.0.
|
|
66
|
-
"@xylabs/react-identicon": "~9.0.
|
|
67
|
-
"@xylabs/react-link": "~9.0.
|
|
68
|
-
"@xylabs/react-number-status": "~9.0.
|
|
69
|
-
"@xylabs/react-promise": "~9.0.
|
|
70
|
-
"@xylabs/react-quick-tip-button": "~9.0.
|
|
71
|
-
"@xylabs/react-select": "~9.0.
|
|
72
|
-
"@xylabs/react-shared": "~9.0.
|
|
73
|
-
"@xylabs/react-theme": "~9.0.
|
|
74
|
-
"@xylabs/sdk-js": "^6.0.
|
|
75
|
-
"@xylabs/threads": "^6.0.
|
|
76
|
-
"@xylabs/toolchain": "~8.1.
|
|
77
|
-
"@xylabs/tsconfig": "^8.1.
|
|
78
|
-
"@xylabs/tsconfig-dom": "^8.1.
|
|
79
|
-
"@xylabs/tsconfig-react": "~8.1.
|
|
80
|
-
"@xyo-network/sdk-js": "^6.0.
|
|
81
|
-
"@xyo-network/sdk-protocol-js": "~6.0.
|
|
60
|
+
"@xylabs/geo": "^6.0.8",
|
|
61
|
+
"@xylabs/pixel": "~6.0.8",
|
|
62
|
+
"@xylabs/react-button": "~9.0.3",
|
|
63
|
+
"@xylabs/react-crypto": "~9.0.3",
|
|
64
|
+
"@xylabs/react-flexbox": "~9.0.3",
|
|
65
|
+
"@xylabs/react-hooks": "~9.0.3",
|
|
66
|
+
"@xylabs/react-identicon": "~9.0.3",
|
|
67
|
+
"@xylabs/react-link": "~9.0.3",
|
|
68
|
+
"@xylabs/react-number-status": "~9.0.3",
|
|
69
|
+
"@xylabs/react-promise": "~9.0.3",
|
|
70
|
+
"@xylabs/react-quick-tip-button": "~9.0.3",
|
|
71
|
+
"@xylabs/react-select": "~9.0.3",
|
|
72
|
+
"@xylabs/react-shared": "~9.0.3",
|
|
73
|
+
"@xylabs/react-theme": "~9.0.3",
|
|
74
|
+
"@xylabs/sdk-js": "^6.0.8",
|
|
75
|
+
"@xylabs/threads": "^6.0.8",
|
|
76
|
+
"@xylabs/toolchain": "~8.1.16",
|
|
77
|
+
"@xylabs/tsconfig": "^8.1.16",
|
|
78
|
+
"@xylabs/tsconfig-dom": "^8.1.16",
|
|
79
|
+
"@xylabs/tsconfig-react": "~8.1.16",
|
|
80
|
+
"@xyo-network/sdk-js": "^6.0.4",
|
|
81
|
+
"@xyo-network/sdk-protocol-js": "~6.0.9",
|
|
82
82
|
"ajv": "^8.20.0",
|
|
83
83
|
"async-mutex": "^0.5.0",
|
|
84
84
|
"bn.js": "^5.2.3",
|
|
@@ -94,19 +94,20 @@
|
|
|
94
94
|
"mixpanel-browser": "~2.80.0",
|
|
95
95
|
"numeral": "~2.0.6",
|
|
96
96
|
"observable-fns": "~0.6.1",
|
|
97
|
-
"pako": "^2.1.0",
|
|
98
97
|
"query-string": "~9.4.0",
|
|
99
98
|
"react": "^19.2.7",
|
|
100
99
|
"react-dom": "^19.2.7",
|
|
101
|
-
"react-
|
|
100
|
+
"react-is": "^19.2",
|
|
101
|
+
"react-router-dom": "^7.17.0",
|
|
102
|
+
"recharts": "^3.8",
|
|
102
103
|
"spark-md5": "~3.0.2",
|
|
103
104
|
"storybook": "^10.4.2",
|
|
104
105
|
"typescript": "^6.0.3",
|
|
105
|
-
"viem": "^2.52.
|
|
106
|
+
"viem": "^2.52.2",
|
|
106
107
|
"vite": "^8.0.16",
|
|
107
108
|
"webextension-polyfill": "^0.12.0",
|
|
108
109
|
"zod": "^4.4.3",
|
|
109
|
-
"@xyo-network/react-storybook": "~9.0.
|
|
110
|
+
"@xyo-network/react-storybook": "~9.0.5"
|
|
110
111
|
},
|
|
111
112
|
"peerDependencies": {
|
|
112
113
|
"@bitauth/libauth": "~3.0",
|
|
@@ -150,11 +151,12 @@
|
|
|
150
151
|
"mixpanel-browser": "~2.80",
|
|
151
152
|
"numeral": "~2.0",
|
|
152
153
|
"observable-fns": "~0.6",
|
|
153
|
-
"pako": "^2.1",
|
|
154
154
|
"query-string": "~9.4",
|
|
155
155
|
"react": "^19.2",
|
|
156
156
|
"react-dom": "^19.2",
|
|
157
|
+
"react-is": "^19.2",
|
|
157
158
|
"react-router-dom": "^7.15",
|
|
159
|
+
"recharts": "^3.8",
|
|
158
160
|
"spark-md5": "~3.0",
|
|
159
161
|
"viem": "^2.48",
|
|
160
162
|
"webextension-polyfill": "^0.12",
|