@danielng23/dsh-edex-orbit-ui 0.1.0 → 0.1.1
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 +5 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@danielng23/dsh-edex-orbit-ui",
|
|
3
3
|
"description": "eDEX-UI ORBIT HUD console shell over the web surface: RING GAUGE left bar, STATUS BARS / ORBITAL RADAR / DATA CHART right bar, filesystem browser bottom-left, original UI centered",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.1",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"cordis.patch.yml"
|
|
21
21
|
],
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@danielng23/dsh-orbit-client-ui-edex": "
|
|
24
|
-
"@danielng23/dsh-orbit-client-ui-theme-terminal": "
|
|
25
|
-
"@danielng23/dsh-orbit-host-system-metrics": "
|
|
23
|
+
"@danielng23/dsh-orbit-client-ui-edex": "^0.1.0",
|
|
24
|
+
"@danielng23/dsh-orbit-client-ui-theme-terminal": "^0.1.0",
|
|
25
|
+
"@danielng23/dsh-orbit-host-system-metrics": "^0.1.0"
|
|
26
26
|
},
|
|
27
27
|
"license": "MIT"
|
|
28
|
-
}
|
|
28
|
+
}
|