@xyo-network/react-chain-blockies 2.0.11 → 2.0.13
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 +5 -0
- package/package.json +17 -25
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
[![logo][]](https://xyo.network)
|
|
2
|
+
|
|
1
3
|
# @xyo-network/react-chain-blockies
|
|
2
4
|
|
|
3
5
|
**DEPRECATED.** This package has been replaced by [`@xyo-network/xl1-blockies`](https://github.com/xylabs/xl1-protocol/tree/main/packages/react/packages/blockies). New code should depend on the replacement; existing dependents should migrate at their next opportunity.
|
|
@@ -20,9 +22,12 @@
|
|
|
20
22
|
|
|
21
23
|
See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
|
|
22
24
|
|
|
25
|
+
## Credits
|
|
23
26
|
|
|
27
|
+
[Made with 🔥 and ❄️ by XYO Foundation](https://xyo.network)
|
|
24
28
|
|
|
25
29
|
[npm-badge]: https://img.shields.io/npm/v/@xyo-network/react-chain-blockies.svg
|
|
26
30
|
[npm-link]: https://www.npmjs.com/package/@xyo-network/react-chain-blockies
|
|
27
31
|
[license-badge]: https://img.shields.io/npm/l/@xyo-network/react-chain-blockies.svg
|
|
28
32
|
[license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
|
|
33
|
+
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@xyo-network/react-chain-blockies",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.13",
|
|
5
5
|
"description": "XYO Layer One React SDK Blockies",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -39,45 +39,37 @@
|
|
|
39
39
|
"README.md"
|
|
40
40
|
],
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@mui/icons-material": "
|
|
43
|
-
"@mui/material": "
|
|
42
|
+
"@mui/icons-material": "^9.1.0",
|
|
43
|
+
"@mui/material": "^9.1.0",
|
|
44
44
|
"@opentelemetry/api": "^1.9.1",
|
|
45
45
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
46
|
-
"@react-spring/web": "~10.
|
|
47
|
-
"@storybook/react-vite": "^10.4.
|
|
48
|
-
"@types/react": "^19.2.
|
|
49
|
-
"@xylabs/react-theme": "
|
|
50
|
-
"@xylabs/sdk-js": "^6.
|
|
51
|
-
"@xylabs/toolchain": "~8.1.
|
|
52
|
-
"@xylabs/tsconfig": "~8.1.
|
|
53
|
-
"@xylabs/tsconfig-dom": "~8.1.
|
|
54
|
-
"@xylabs/tsconfig-react": "~8.1.
|
|
46
|
+
"@react-spring/web": "~10.1.1",
|
|
47
|
+
"@storybook/react-vite": "^10.4.3",
|
|
48
|
+
"@types/react": "^19.2.17",
|
|
49
|
+
"@xylabs/react-theme": "^9.1.0",
|
|
50
|
+
"@xylabs/sdk-js": "^6.1.1",
|
|
51
|
+
"@xylabs/toolchain": "~8.1.20",
|
|
52
|
+
"@xylabs/tsconfig": "~8.1.20",
|
|
53
|
+
"@xylabs/tsconfig-dom": "~8.1.20",
|
|
54
|
+
"@xylabs/tsconfig-react": "~8.1.20",
|
|
55
55
|
"async-mutex": "^0.5.0",
|
|
56
|
-
"bn.js": "^5.2.3",
|
|
57
|
-
"buffer": "^6.0.3",
|
|
58
56
|
"eslint": "^10.4.1",
|
|
59
|
-
"ethers": "^6.16.0",
|
|
60
|
-
"pako": "^2.1.0",
|
|
61
57
|
"react": "^19.2.7",
|
|
62
58
|
"react-dom": "^19.2.7",
|
|
63
|
-
"storybook": "^10.4.
|
|
59
|
+
"storybook": "^10.4.3",
|
|
64
60
|
"typescript": "~6.0.3",
|
|
65
61
|
"vite": "^8.0.16",
|
|
66
62
|
"zod": "~4.4.3"
|
|
67
63
|
},
|
|
68
64
|
"peerDependencies": {
|
|
69
|
-
"@mui/icons-material": "
|
|
70
|
-
"@mui/material": "
|
|
65
|
+
"@mui/icons-material": "^9.1",
|
|
66
|
+
"@mui/material": "^9.1",
|
|
71
67
|
"@opentelemetry/api": "^1.9",
|
|
72
68
|
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
73
|
-
"@react-spring/web": "~10.
|
|
74
|
-
"@xylabs/react-theme": "
|
|
69
|
+
"@react-spring/web": "~10.1",
|
|
70
|
+
"@xylabs/react-theme": "^9.1",
|
|
75
71
|
"@xylabs/sdk-js": "^6.0",
|
|
76
72
|
"async-mutex": "^0.5",
|
|
77
|
-
"bn.js": "^5.2",
|
|
78
|
-
"buffer": "^6.0",
|
|
79
|
-
"ethers": "^6.16",
|
|
80
|
-
"pako": "^2.1",
|
|
81
73
|
"react": "^19.2",
|
|
82
74
|
"react-dom": "^19.2",
|
|
83
75
|
"zod": "~4.4"
|