@xyo-network/react-payload-diviner 9.0.1 → 9.0.2
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 +21 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-payload-diviner",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.2",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"README.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@xyo-network/react-payload-huri": "~9.0.
|
|
44
|
+
"@xyo-network/react-payload-huri": "~9.0.2"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@bitauth/libauth": "~3.0.0",
|
|
@@ -53,27 +53,27 @@
|
|
|
53
53
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
54
54
|
"@scure/base": "~2.2.0",
|
|
55
55
|
"@scure/bip39": "~2.2.0",
|
|
56
|
-
"@types/react": "^19.2.
|
|
57
|
-
"@xylabs/geo": "^6.0.
|
|
58
|
-
"@xylabs/pixel": "~6.0.
|
|
56
|
+
"@types/react": "^19.2.16",
|
|
57
|
+
"@xylabs/geo": "^6.0.7",
|
|
58
|
+
"@xylabs/pixel": "~6.0.7",
|
|
59
59
|
"@xylabs/react-async-effect": "~9.0.2",
|
|
60
60
|
"@xylabs/react-error": "~9.0.2",
|
|
61
61
|
"@xylabs/react-hooks": "~9.0.2",
|
|
62
62
|
"@xylabs/react-promise": "~9.0.2",
|
|
63
63
|
"@xylabs/react-select": "~9.0.2",
|
|
64
64
|
"@xylabs/react-shared": "~9.0.2",
|
|
65
|
-
"@xylabs/sdk-js": "^6.0.
|
|
66
|
-
"@xylabs/threads": "^6.0.
|
|
67
|
-
"@xylabs/toolchain": "~8.1.
|
|
68
|
-
"@xylabs/tsconfig": "^8.1.
|
|
69
|
-
"@xylabs/tsconfig-dom": "^8.1.
|
|
70
|
-
"@xylabs/tsconfig-react": "~8.1.
|
|
71
|
-
"@xyo-network/diviner-huri": "~6.0.
|
|
72
|
-
"@xyo-network/diviner-model": "^6.0.
|
|
73
|
-
"@xyo-network/diviner-payload-abstract": "~6.0.
|
|
74
|
-
"@xyo-network/network": "~6.0.
|
|
75
|
-
"@xyo-network/payload-model": "^6.0.
|
|
76
|
-
"@xyo-network/sdk-protocol-js": "~6.0.
|
|
65
|
+
"@xylabs/sdk-js": "^6.0.7",
|
|
66
|
+
"@xylabs/threads": "^6.0.7",
|
|
67
|
+
"@xylabs/toolchain": "~8.1.12",
|
|
68
|
+
"@xylabs/tsconfig": "^8.1.12",
|
|
69
|
+
"@xylabs/tsconfig-dom": "^8.1.12",
|
|
70
|
+
"@xylabs/tsconfig-react": "~8.1.12",
|
|
71
|
+
"@xyo-network/diviner-huri": "~6.0.2",
|
|
72
|
+
"@xyo-network/diviner-model": "^6.0.2",
|
|
73
|
+
"@xyo-network/diviner-payload-abstract": "~6.0.2",
|
|
74
|
+
"@xyo-network/network": "~6.0.7",
|
|
75
|
+
"@xyo-network/payload-model": "^6.0.7",
|
|
76
|
+
"@xyo-network/sdk-protocol-js": "~6.0.7",
|
|
77
77
|
"ajv": "^8.20.0",
|
|
78
78
|
"async-mutex": "^0.5.0",
|
|
79
79
|
"bn.js": "^5.2.3",
|
|
@@ -84,19 +84,16 @@
|
|
|
84
84
|
"ethers": "^6.16.0",
|
|
85
85
|
"hash-wasm": "~4.12.0",
|
|
86
86
|
"idb": "^8.0.3",
|
|
87
|
-
"lru-cache": "^11.
|
|
88
|
-
"
|
|
89
|
-
"mixpanel-browser": "~2.80",
|
|
87
|
+
"lru-cache": "^11.5.1",
|
|
88
|
+
"mixpanel-browser": "~2.80.0",
|
|
90
89
|
"observable-fns": "~0.6.1",
|
|
91
90
|
"pako": "^2.1.0",
|
|
92
91
|
"query-string": "~9.4.0",
|
|
93
|
-
"react": "^19.2.
|
|
94
|
-
"react-dom": "^19.2.
|
|
92
|
+
"react": "^19.2.7",
|
|
93
|
+
"react-dom": "^19.2.7",
|
|
95
94
|
"react-router-dom": "^7.16.0",
|
|
96
95
|
"spark-md5": "~3.0.2",
|
|
97
|
-
"store2": "~2.14.4",
|
|
98
96
|
"typescript": "^6.0.3",
|
|
99
|
-
"wasm-feature-detect": "~1.8.0",
|
|
100
97
|
"webextension-polyfill": "^0.12.0",
|
|
101
98
|
"zod": "^4.4.3"
|
|
102
99
|
},
|
|
@@ -136,7 +133,6 @@
|
|
|
136
133
|
"hash-wasm": "~4.12",
|
|
137
134
|
"idb": "^8.0",
|
|
138
135
|
"lru-cache": "^11.3",
|
|
139
|
-
"mapbox-gl": "^3.23",
|
|
140
136
|
"mixpanel-browser": "~2.80",
|
|
141
137
|
"observable-fns": "~0.6",
|
|
142
138
|
"pako": "^2.1",
|
|
@@ -145,8 +141,6 @@
|
|
|
145
141
|
"react-dom": "^19.2",
|
|
146
142
|
"react-router-dom": "^7.15",
|
|
147
143
|
"spark-md5": "~3.0",
|
|
148
|
-
"store2": "~2.14",
|
|
149
|
-
"wasm-feature-detect": "~1.8",
|
|
150
144
|
"webextension-polyfill": "^0.12",
|
|
151
145
|
"zod": "^4.4"
|
|
152
146
|
},
|