@xyo-network/react-address-render 9.0.2 → 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 +45 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-address-render",
|
|
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,38 +41,41 @@
|
|
|
41
41
|
"README.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@xyo-network/react-event": "~9.0.
|
|
45
|
-
"@xyo-network/react-shared": "~9.0.
|
|
44
|
+
"@xyo-network/react-event": "~9.0.5",
|
|
45
|
+
"@xyo-network/react-shared": "~9.0.5"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@bitauth/libauth": "~3.0.0",
|
|
49
|
+
"@metamask/providers": "^22.1.1",
|
|
49
50
|
"@mui/icons-material": "^9.0.1",
|
|
50
51
|
"@mui/material": "^9.0.1",
|
|
52
|
+
"@noble/post-quantum": "~0.6.1",
|
|
51
53
|
"@opentelemetry/api": "^1.9.1",
|
|
52
54
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
53
55
|
"@react-spring/web": "~10.1.0",
|
|
54
56
|
"@scure/base": "~2.2.0",
|
|
55
|
-
"@
|
|
57
|
+
"@scure/bip39": "~2.2.0",
|
|
58
|
+
"@storybook/react-vite": "~10.4.2",
|
|
56
59
|
"@types/react": "^19.2.16",
|
|
57
|
-
"@xylabs/
|
|
58
|
-
"@xylabs/
|
|
59
|
-
"@xylabs/react-
|
|
60
|
-
"@xylabs/react-
|
|
61
|
-
"@xylabs/react-
|
|
62
|
-
"@xylabs/react-
|
|
63
|
-
"@xylabs/react-
|
|
64
|
-
"@xylabs/react-
|
|
65
|
-
"@xylabs/react-
|
|
66
|
-
"@xylabs/
|
|
67
|
-
"@xylabs/
|
|
68
|
-
"@xylabs/
|
|
69
|
-
"@xylabs/
|
|
70
|
-
"@xylabs/tsconfig
|
|
71
|
-
"@xylabs/tsconfig-
|
|
72
|
-
"@
|
|
73
|
-
"@xyo-network/
|
|
74
|
-
"@xyo-network/
|
|
75
|
-
"
|
|
60
|
+
"@xylabs/geo": "^6.0.8",
|
|
61
|
+
"@xylabs/pixel": "~6.0.8",
|
|
62
|
+
"@xylabs/react-button": "~9.0.3",
|
|
63
|
+
"@xylabs/react-flexbox": "~9.0.3",
|
|
64
|
+
"@xylabs/react-hooks": "~9.0.3",
|
|
65
|
+
"@xylabs/react-identicon": "~9.0.3",
|
|
66
|
+
"@xylabs/react-link": "~9.0.3",
|
|
67
|
+
"@xylabs/react-promise": "~9.0.3",
|
|
68
|
+
"@xylabs/react-shared": "~9.0.3",
|
|
69
|
+
"@xylabs/react-theme": "~9.0.3",
|
|
70
|
+
"@xylabs/sdk-js": "^6.0.8",
|
|
71
|
+
"@xylabs/threads": "^6.0.8",
|
|
72
|
+
"@xylabs/toolchain": "~8.1.16",
|
|
73
|
+
"@xylabs/tsconfig": "^8.1.16",
|
|
74
|
+
"@xylabs/tsconfig-dom": "^8.1.16",
|
|
75
|
+
"@xylabs/tsconfig-react": "~8.1.16",
|
|
76
|
+
"@xyo-network/sdk-js": "^6.0.4",
|
|
77
|
+
"@xyo-network/sdk-protocol-js": "~6.0.9",
|
|
78
|
+
"ajv": "^8.20.0",
|
|
76
79
|
"async-mutex": "^0.5.0",
|
|
77
80
|
"bn.js": "^5.2.3",
|
|
78
81
|
"bowser": "^2.14.1",
|
|
@@ -81,28 +84,36 @@
|
|
|
81
84
|
"eslint": "^10.4.1",
|
|
82
85
|
"ethers": "^6.16.0",
|
|
83
86
|
"hash-wasm": "~4.12.0",
|
|
87
|
+
"idb": "^8.0.3",
|
|
88
|
+
"lru-cache": "^11.5.1",
|
|
84
89
|
"md5": "~2.3.0",
|
|
85
90
|
"mixpanel-browser": "~2.80.0",
|
|
86
91
|
"observable-fns": "~0.6.1",
|
|
87
|
-
"pako": "^2.1.0",
|
|
88
92
|
"query-string": "~9.4.0",
|
|
89
93
|
"react": "^19.2.7",
|
|
90
94
|
"react-dom": "^19.2.7",
|
|
91
|
-
"react-
|
|
95
|
+
"react-is": "^19.2",
|
|
96
|
+
"react-router-dom": "^7.17.0",
|
|
97
|
+
"recharts": "^3.8",
|
|
92
98
|
"spark-md5": "~3.0.2",
|
|
93
|
-
"storybook": "^10.4.
|
|
99
|
+
"storybook": "^10.4.2",
|
|
94
100
|
"typescript": "^6.0.3",
|
|
95
101
|
"vite": "^8.0.16",
|
|
102
|
+
"webextension-polyfill": "^0.12.0",
|
|
96
103
|
"zod": "^4.4.3"
|
|
97
104
|
},
|
|
98
105
|
"peerDependencies": {
|
|
99
106
|
"@bitauth/libauth": "~3.0",
|
|
107
|
+
"@metamask/providers": "^22.1",
|
|
100
108
|
"@mui/icons-material": "^9.0",
|
|
101
109
|
"@mui/material": "^9.0",
|
|
110
|
+
"@noble/post-quantum": "~0.6.1",
|
|
102
111
|
"@opentelemetry/api": "^1.9",
|
|
103
112
|
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
104
113
|
"@react-spring/web": "~10.1",
|
|
105
114
|
"@scure/base": "~2.2",
|
|
115
|
+
"@scure/bip39": "~2.2",
|
|
116
|
+
"@xylabs/geo": "^6.0",
|
|
106
117
|
"@xylabs/pixel": "~6.0",
|
|
107
118
|
"@xylabs/react-button": "~9.0",
|
|
108
119
|
"@xylabs/react-flexbox": "~9.0",
|
|
@@ -114,10 +125,9 @@
|
|
|
114
125
|
"@xylabs/react-theme": "~9.0",
|
|
115
126
|
"@xylabs/sdk-js": "^6.0",
|
|
116
127
|
"@xylabs/threads": "^6.0",
|
|
117
|
-
"@xyo-network/
|
|
118
|
-
"@xyo-network/
|
|
119
|
-
"
|
|
120
|
-
"@xyo-network/payload-model": "^6.0",
|
|
128
|
+
"@xyo-network/sdk-js": "^6.0",
|
|
129
|
+
"@xyo-network/sdk-protocol-js": "~6.0",
|
|
130
|
+
"ajv": "^8.20",
|
|
121
131
|
"async-mutex": "^0.5",
|
|
122
132
|
"bn.js": "^5.2",
|
|
123
133
|
"bowser": "^2.14",
|
|
@@ -125,15 +135,19 @@
|
|
|
125
135
|
"debug": "~4.4",
|
|
126
136
|
"ethers": "^6.16",
|
|
127
137
|
"hash-wasm": "~4.12",
|
|
138
|
+
"idb": "^8.0",
|
|
139
|
+
"lru-cache": "^11.3",
|
|
128
140
|
"md5": "~2.3",
|
|
129
141
|
"mixpanel-browser": "~2.80",
|
|
130
142
|
"observable-fns": "~0.6",
|
|
131
|
-
"pako": "^2.1",
|
|
132
143
|
"query-string": "~9.4",
|
|
133
144
|
"react": "^19.2",
|
|
134
145
|
"react-dom": "^19.2",
|
|
146
|
+
"react-is": "^19.2",
|
|
135
147
|
"react-router-dom": "^7.15",
|
|
148
|
+
"recharts": "^3.8",
|
|
136
149
|
"spark-md5": "~3.0",
|
|
150
|
+
"webextension-polyfill": "^0.12",
|
|
137
151
|
"zod": "^4.4"
|
|
138
152
|
},
|
|
139
153
|
"publishConfig": {
|