react-dashstream 0.0.1 → 0.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
- # dashstream
1
+ # React DashStream
2
2
 
3
3
  Holographic 3D infrastructure monitoring dashboard for React. Pure CSS-3D — no WebGL, no canvas, no dependencies beyond React.
4
4
 
5
5
  ```
6
- npm install dashstream
6
+ npm install react-dashstream
7
7
  ```
8
8
 
9
9
  ---
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "react-dashstream",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "type": "module",
5
5
  "author": "Busaud",
6
6
  "license": "MIT",
7
- "description": "AIOps dashboard toolkit for React",
7
+ "description": "Dashstream is a holographic 3D infrastructure monitoring dashboard for React. Pure CSS-3D — no WebGL, no canvas, no dependencies beyond React.",
8
8
  "keywords": [
9
9
  "react",
10
10
  "aiops",