@ziuus/vanta 0.3.0 → 0.5.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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ziuus/vanta",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Aesthetic Rust TUI system dashboard
|
|
3
|
+
"version": "0.5.0",
|
|
4
|
+
"description": "Aesthetic Rust TUI system dashboard \u2014 CPU, memory, disk, network, GPU, processes, now-playing, clock and visualizer in one terminal pane",
|
|
5
5
|
"bin": {
|
|
6
6
|
"vanta": "bin/vanta.js"
|
|
7
7
|
},
|
|
@@ -44,4 +44,4 @@
|
|
|
44
44
|
},
|
|
45
45
|
"license": "MIT",
|
|
46
46
|
"author": "zius"
|
|
47
|
-
}
|
|
47
|
+
}
|