@xyo-network/react-property 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 +28 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-property",
|
|
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,18 +41,22 @@
|
|
|
41
41
|
"README.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@xyo-network/react-shared": "~9.0.
|
|
44
|
+
"@xyo-network/react-shared": "~9.0.4"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@bitauth/libauth": "~3.0.0",
|
|
48
|
+
"@metamask/providers": "^22.1.1",
|
|
48
49
|
"@mui/icons-material": "^9.0.1",
|
|
49
50
|
"@mui/material": "^9.0.1",
|
|
51
|
+
"@noble/post-quantum": "~0.6.1",
|
|
50
52
|
"@opentelemetry/api": "^1.9.1",
|
|
51
53
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
52
54
|
"@react-spring/web": "~10.1.0",
|
|
53
55
|
"@scure/base": "~2.2.0",
|
|
54
|
-
"@
|
|
56
|
+
"@scure/bip39": "~2.2.0",
|
|
57
|
+
"@storybook/react-vite": "~10.4.2",
|
|
55
58
|
"@types/react": "^19.2.16",
|
|
59
|
+
"@xylabs/geo": "^6.0.7",
|
|
56
60
|
"@xylabs/pixel": "~6.0.7",
|
|
57
61
|
"@xylabs/react-button": "~9.0.2",
|
|
58
62
|
"@xylabs/react-flexbox": "~9.0.2",
|
|
@@ -65,15 +69,14 @@
|
|
|
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
|
-
"@xyo-network/payload-builder": "^6.0.7",
|
|
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",
|
|
76
78
|
"@xyo-network/typeof": "~5.3.30",
|
|
79
|
+
"ajv": "^8.20.0",
|
|
77
80
|
"async-mutex": "^0.5.0",
|
|
78
81
|
"bn.js": "^5.2.3",
|
|
79
82
|
"bowser": "^2.14.1",
|
|
@@ -82,6 +85,8 @@
|
|
|
82
85
|
"eslint": "^10.4.1",
|
|
83
86
|
"ethers": "^6.16.0",
|
|
84
87
|
"hash-wasm": "~4.12.0",
|
|
88
|
+
"idb": "^8.0.3",
|
|
89
|
+
"lru-cache": "^11.5.1",
|
|
85
90
|
"md5": "~2.3.0",
|
|
86
91
|
"mixpanel-browser": "~2.80.0",
|
|
87
92
|
"observable-fns": "~0.6.1",
|
|
@@ -91,19 +96,24 @@
|
|
|
91
96
|
"react-dom": "^19.2.7",
|
|
92
97
|
"react-router-dom": "^7.16.0",
|
|
93
98
|
"spark-md5": "~3.0.2",
|
|
94
|
-
"storybook": "^10.4.
|
|
99
|
+
"storybook": "^10.4.2",
|
|
95
100
|
"typescript": "^6.0.3",
|
|
96
101
|
"vite": "^8.0.16",
|
|
102
|
+
"webextension-polyfill": "^0.12.0",
|
|
97
103
|
"zod": "^4.4.3"
|
|
98
104
|
},
|
|
99
105
|
"peerDependencies": {
|
|
100
106
|
"@bitauth/libauth": "~3.0",
|
|
107
|
+
"@metamask/providers": "^22.1",
|
|
101
108
|
"@mui/icons-material": "^9.0",
|
|
102
109
|
"@mui/material": "^9.0",
|
|
110
|
+
"@noble/post-quantum": "~0.6.1",
|
|
103
111
|
"@opentelemetry/api": "^1.9",
|
|
104
112
|
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
105
113
|
"@react-spring/web": "~10.1",
|
|
106
114
|
"@scure/base": "~2.2",
|
|
115
|
+
"@scure/bip39": "~2.2",
|
|
116
|
+
"@xylabs/geo": "^6.0",
|
|
107
117
|
"@xylabs/pixel": "~6.0",
|
|
108
118
|
"@xylabs/react-button": "~9.0",
|
|
109
119
|
"@xylabs/react-flexbox": "~9.0",
|
|
@@ -116,11 +126,10 @@
|
|
|
116
126
|
"@xylabs/react-theme": "~9.0",
|
|
117
127
|
"@xylabs/sdk-js": "^6.0",
|
|
118
128
|
"@xylabs/threads": "^6.0",
|
|
119
|
-
"@xyo-network/
|
|
120
|
-
"@xyo-network/
|
|
121
|
-
"@xyo-network/payload-builder": "^6.0",
|
|
122
|
-
"@xyo-network/payload-model": "^6.0",
|
|
129
|
+
"@xyo-network/sdk-js": "^6.0",
|
|
130
|
+
"@xyo-network/sdk-protocol-js": "~6.0",
|
|
123
131
|
"@xyo-network/typeof": "~5.3",
|
|
132
|
+
"ajv": "^8.20",
|
|
124
133
|
"async-mutex": "^0.5",
|
|
125
134
|
"bn.js": "^5.2",
|
|
126
135
|
"bowser": "^2.14",
|
|
@@ -128,6 +137,8 @@
|
|
|
128
137
|
"debug": "~4.4",
|
|
129
138
|
"ethers": "^6.16",
|
|
130
139
|
"hash-wasm": "~4.12",
|
|
140
|
+
"idb": "^8.0",
|
|
141
|
+
"lru-cache": "^11.3",
|
|
131
142
|
"md5": "~2.3",
|
|
132
143
|
"mixpanel-browser": "~2.80",
|
|
133
144
|
"observable-fns": "~0.6",
|
|
@@ -137,6 +148,7 @@
|
|
|
137
148
|
"react-dom": "^19.2",
|
|
138
149
|
"react-router-dom": "^7.15",
|
|
139
150
|
"spark-md5": "~3.0",
|
|
151
|
+
"webextension-polyfill": "^0.12",
|
|
140
152
|
"zod": "^4.4"
|
|
141
153
|
},
|
|
142
154
|
"publishConfig": {
|