@xyo-network/react-error 9.0.6 → 9.1.0
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/README.md +2 -2
- package/package.json +23 -33
package/README.md
CHANGED
|
@@ -8,6 +8,6 @@ Part of [@xyo-network/sdk-xyo-react](https://www.npmjs.com/package/@xyo-network/
|
|
|
8
8
|
|
|
9
9
|
## Credits
|
|
10
10
|
|
|
11
|
-
[Made with 🔥 and ❄️ by XYO](https://xyo.network)
|
|
11
|
+
[Made with 🔥 and ❄️ by XYO Foundation](https://xyo.network)
|
|
12
12
|
|
|
13
|
-
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
|
13
|
+
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-error",
|
|
3
|
-
"version": "9.0
|
|
3
|
+
"version": "9.1.0",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -43,41 +43,37 @@
|
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@bitauth/libauth": "~3.0.0",
|
|
45
45
|
"@metamask/providers": "^22.1.1",
|
|
46
|
-
"@mui/icons-material": "^9.0
|
|
47
|
-
"@mui/material": "^9.0
|
|
46
|
+
"@mui/icons-material": "^9.1.0",
|
|
47
|
+
"@mui/material": "^9.1.0",
|
|
48
48
|
"@noble/post-quantum": "~0.6.1",
|
|
49
49
|
"@opentelemetry/api": "^1.9.1",
|
|
50
50
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
51
51
|
"@rollbar/react": "~1.0.0",
|
|
52
52
|
"@scure/base": "~2.2.0",
|
|
53
53
|
"@scure/bip39": "~2.2.0",
|
|
54
|
-
"@storybook/react-vite": "~10.4.
|
|
54
|
+
"@storybook/react-vite": "~10.4.3",
|
|
55
55
|
"@types/react": "^19.2.17",
|
|
56
|
-
"@xylabs/geo": "^6.
|
|
57
|
-
"@xylabs/pixel": "
|
|
58
|
-
"@xylabs/react-button": "
|
|
59
|
-
"@xylabs/react-error": "
|
|
60
|
-
"@xylabs/react-flexbox": "
|
|
61
|
-
"@xylabs/sdk-js": "^6.
|
|
62
|
-
"@xylabs/threads": "^6.
|
|
63
|
-
"@xylabs/toolchain": "~8.1.
|
|
64
|
-
"@xylabs/tsconfig": "^8.1.
|
|
65
|
-
"@xylabs/tsconfig-dom": "^8.1.
|
|
66
|
-
"@xylabs/tsconfig-react": "~8.1.
|
|
67
|
-
"@xyo-network/sdk-js": "^6.0
|
|
68
|
-
"@xyo-network/sdk-protocol-js": "
|
|
56
|
+
"@xylabs/geo": "^6.1.1",
|
|
57
|
+
"@xylabs/pixel": "^6.1.1",
|
|
58
|
+
"@xylabs/react-button": "^9.1.0",
|
|
59
|
+
"@xylabs/react-error": "^9.1.0",
|
|
60
|
+
"@xylabs/react-flexbox": "^9.1.0",
|
|
61
|
+
"@xylabs/sdk-js": "^6.1.1",
|
|
62
|
+
"@xylabs/threads": "^6.1.1",
|
|
63
|
+
"@xylabs/toolchain": "~8.1.20",
|
|
64
|
+
"@xylabs/tsconfig": "^8.1.20",
|
|
65
|
+
"@xylabs/tsconfig-dom": "^8.1.20",
|
|
66
|
+
"@xylabs/tsconfig-react": "~8.1.20",
|
|
67
|
+
"@xyo-network/sdk-js": "^6.1.0",
|
|
68
|
+
"@xyo-network/sdk-protocol-js": "^6.1.0",
|
|
69
69
|
"ajv": "^8.20.0",
|
|
70
70
|
"async-mutex": "^0.5.0",
|
|
71
|
-
"bn.js": "^5.2.3",
|
|
72
|
-
"bowser": "^2.14.1",
|
|
73
|
-
"buffer": "^6.0.3",
|
|
74
71
|
"debug": "~4.4.3",
|
|
75
72
|
"eslint": "^10.4.1",
|
|
76
73
|
"ethers": "^6.16.0",
|
|
77
74
|
"hash-wasm": "~4.12.0",
|
|
78
75
|
"idb": "^8.0.3",
|
|
79
76
|
"lru-cache": "^11.5.1",
|
|
80
|
-
"mixpanel-browser": "~2.80.0",
|
|
81
77
|
"observable-fns": "~0.6.1",
|
|
82
78
|
"prop-types": "^15.8.1",
|
|
83
79
|
"query-string": "~9.4.0",
|
|
@@ -85,8 +81,7 @@
|
|
|
85
81
|
"react-dom": "^19.2.7",
|
|
86
82
|
"react-router-dom": "^7.17.0",
|
|
87
83
|
"rollbar": "~3.1.0",
|
|
88
|
-
"
|
|
89
|
-
"storybook": "^10.4.2",
|
|
84
|
+
"storybook": "^10.4.3",
|
|
90
85
|
"typescript": "^6.0.3",
|
|
91
86
|
"vite": "^8.0.16",
|
|
92
87
|
"webextension-polyfill": "^0.12.0",
|
|
@@ -104,25 +99,21 @@
|
|
|
104
99
|
"@scure/base": "~2.2",
|
|
105
100
|
"@scure/bip39": "~2.2",
|
|
106
101
|
"@xylabs/geo": "^6.0",
|
|
107
|
-
"@xylabs/pixel": "
|
|
108
|
-
"@xylabs/react-button": "
|
|
109
|
-
"@xylabs/react-error": "
|
|
110
|
-
"@xylabs/react-flexbox": "
|
|
102
|
+
"@xylabs/pixel": "^6.1",
|
|
103
|
+
"@xylabs/react-button": "^9.1",
|
|
104
|
+
"@xylabs/react-error": "^9.1",
|
|
105
|
+
"@xylabs/react-flexbox": "^9.1",
|
|
111
106
|
"@xylabs/sdk-js": "^6.0",
|
|
112
107
|
"@xylabs/threads": "^6.0",
|
|
113
108
|
"@xyo-network/sdk-js": "^6.0",
|
|
114
|
-
"@xyo-network/sdk-protocol-js": "
|
|
109
|
+
"@xyo-network/sdk-protocol-js": "^6.1",
|
|
115
110
|
"ajv": "^8.20",
|
|
116
111
|
"async-mutex": "^0.5",
|
|
117
|
-
"bn.js": "^5.2",
|
|
118
|
-
"bowser": "^2.14",
|
|
119
|
-
"buffer": "^6.0",
|
|
120
112
|
"debug": "~4.4",
|
|
121
113
|
"ethers": "^6.16",
|
|
122
114
|
"hash-wasm": "~4.12",
|
|
123
115
|
"idb": "^8.0",
|
|
124
116
|
"lru-cache": "^11.3",
|
|
125
|
-
"mixpanel-browser": "~2.80",
|
|
126
117
|
"observable-fns": "~0.6",
|
|
127
118
|
"prop-types": "^15.8",
|
|
128
119
|
"query-string": "~9.4",
|
|
@@ -130,7 +121,6 @@
|
|
|
130
121
|
"react-dom": "^19.2",
|
|
131
122
|
"react-router-dom": "^7.15",
|
|
132
123
|
"rollbar": "~3.1",
|
|
133
|
-
"spark-md5": "~3.0",
|
|
134
124
|
"webextension-polyfill": "^0.12",
|
|
135
125
|
"zod": "^4.4"
|
|
136
126
|
},
|