@xyo-network/react-address-render 9.0.2 → 9.0.4
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 +29 -17
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.4",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -41,19 +41,23 @@
|
|
|
41
41
|
"README.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@xyo-network/react-
|
|
45
|
-
"@xyo-network/react-
|
|
44
|
+
"@xyo-network/react-shared": "~9.0.4",
|
|
45
|
+
"@xyo-network/react-event": "~9.0.4"
|
|
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",
|
|
60
|
+
"@xylabs/geo": "^6.0.7",
|
|
57
61
|
"@xylabs/pixel": "~6.0.7",
|
|
58
62
|
"@xylabs/react-button": "~9.0.2",
|
|
59
63
|
"@xylabs/react-flexbox": "~9.0.2",
|
|
@@ -65,14 +69,13 @@
|
|
|
65
69
|
"@xylabs/react-theme": "~9.0.2",
|
|
66
70
|
"@xylabs/sdk-js": "^6.0.7",
|
|
67
71
|
"@xylabs/threads": "^6.0.7",
|
|
68
|
-
"@xylabs/toolchain": "~8.1.
|
|
69
|
-
"@xylabs/tsconfig": "^8.1.
|
|
70
|
-
"@xylabs/tsconfig-dom": "^8.1.
|
|
71
|
-
"@xylabs/tsconfig-react": "~8.1.
|
|
72
|
-
"@xyo-network/
|
|
73
|
-
"@xyo-network/
|
|
74
|
-
"
|
|
75
|
-
"@xyo-network/payload-model": "^6.0.7",
|
|
72
|
+
"@xylabs/toolchain": "~8.1.15",
|
|
73
|
+
"@xylabs/tsconfig": "^8.1.15",
|
|
74
|
+
"@xylabs/tsconfig-dom": "^8.1.15",
|
|
75
|
+
"@xylabs/tsconfig-react": "~8.1.15",
|
|
76
|
+
"@xyo-network/sdk-js": "^6.0.2",
|
|
77
|
+
"@xyo-network/sdk-protocol-js": "~6.0.7",
|
|
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,6 +84,8 @@
|
|
|
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",
|
|
@@ -90,19 +95,24 @@
|
|
|
90
95
|
"react-dom": "^19.2.7",
|
|
91
96
|
"react-router-dom": "^7.16.0",
|
|
92
97
|
"spark-md5": "~3.0.2",
|
|
93
|
-
"storybook": "^10.4.
|
|
98
|
+
"storybook": "^10.4.2",
|
|
94
99
|
"typescript": "^6.0.3",
|
|
95
100
|
"vite": "^8.0.16",
|
|
101
|
+
"webextension-polyfill": "^0.12.0",
|
|
96
102
|
"zod": "^4.4.3"
|
|
97
103
|
},
|
|
98
104
|
"peerDependencies": {
|
|
99
105
|
"@bitauth/libauth": "~3.0",
|
|
106
|
+
"@metamask/providers": "^22.1",
|
|
100
107
|
"@mui/icons-material": "^9.0",
|
|
101
108
|
"@mui/material": "^9.0",
|
|
109
|
+
"@noble/post-quantum": "~0.6.1",
|
|
102
110
|
"@opentelemetry/api": "^1.9",
|
|
103
111
|
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
104
112
|
"@react-spring/web": "~10.1",
|
|
105
113
|
"@scure/base": "~2.2",
|
|
114
|
+
"@scure/bip39": "~2.2",
|
|
115
|
+
"@xylabs/geo": "^6.0",
|
|
106
116
|
"@xylabs/pixel": "~6.0",
|
|
107
117
|
"@xylabs/react-button": "~9.0",
|
|
108
118
|
"@xylabs/react-flexbox": "~9.0",
|
|
@@ -114,10 +124,9 @@
|
|
|
114
124
|
"@xylabs/react-theme": "~9.0",
|
|
115
125
|
"@xylabs/sdk-js": "^6.0",
|
|
116
126
|
"@xylabs/threads": "^6.0",
|
|
117
|
-
"@xyo-network/
|
|
118
|
-
"@xyo-network/
|
|
119
|
-
"
|
|
120
|
-
"@xyo-network/payload-model": "^6.0",
|
|
127
|
+
"@xyo-network/sdk-js": "^6.0",
|
|
128
|
+
"@xyo-network/sdk-protocol-js": "~6.0",
|
|
129
|
+
"ajv": "^8.20",
|
|
121
130
|
"async-mutex": "^0.5",
|
|
122
131
|
"bn.js": "^5.2",
|
|
123
132
|
"bowser": "^2.14",
|
|
@@ -125,6 +134,8 @@
|
|
|
125
134
|
"debug": "~4.4",
|
|
126
135
|
"ethers": "^6.16",
|
|
127
136
|
"hash-wasm": "~4.12",
|
|
137
|
+
"idb": "^8.0",
|
|
138
|
+
"lru-cache": "^11.3",
|
|
128
139
|
"md5": "~2.3",
|
|
129
140
|
"mixpanel-browser": "~2.80",
|
|
130
141
|
"observable-fns": "~0.6",
|
|
@@ -134,6 +145,7 @@
|
|
|
134
145
|
"react-dom": "^19.2",
|
|
135
146
|
"react-router-dom": "^7.15",
|
|
136
147
|
"spark-md5": "~3.0",
|
|
148
|
+
"webextension-polyfill": "^0.12",
|
|
137
149
|
"zod": "^4.4"
|
|
138
150
|
},
|
|
139
151
|
"publishConfig": {
|