@camstack/addon-terminal 0.1.10 → 0.1.12

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-terminal",
3
- "version": "0.1.10",
3
+ "version": "0.1.12",
4
4
  "description": "Interactive terminal sessions (pty + xterm) as a CamStack addon",
5
5
  "keywords": [
6
6
  "camstack",
@@ -34,8 +34,11 @@
34
34
  "category": "system",
35
35
  "name": "Terminal",
36
36
  "version": "0.1.0",
37
- "description": "Interactive terminal sessions on any cluster node, plus one virtual Terminal camera per node. Commands remain bound to administrator-configured profiles.",
37
+ "description": "Interactive terminal sessions on any cluster node. Operators explicitly create virtual-camera instances from administrator-configured profile templates.",
38
38
  "entry": "./dist/index.js",
39
+ "python": {
40
+ "requirements": "./python/requirements.txt"
41
+ },
39
42
  "icon": "assets/icon.svg",
40
43
  "color": "#0ea5e9",
41
44
  "instanceMode": "unique",
@@ -53,7 +56,8 @@
53
56
  },
54
57
  "files": [
55
58
  "dist",
56
- "assets"
59
+ "assets",
60
+ "python"
57
61
  ],
58
62
  "scripts": {
59
63
  "build": "vite build",
@@ -0,0 +1 @@
1
+ glances>=4.3,<5