@camstack/addon-terminal 0.1.11 → 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.
Files changed (3) hide show
  1. package/dist/addon.js +1053 -210
  2. package/dist/addon.mjs +1053 -210
  3. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-terminal",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Interactive terminal sessions (pty + xterm) as a CamStack addon",
5
5
  "keywords": [
6
6
  "camstack",
@@ -34,7 +34,7 @@
34
34
  "category": "system",
35
35
  "name": "Terminal",
36
36
  "version": "0.1.0",
37
- "description": "Interactive terminal sessions on any cluster node, with one virtual camera for each configured profile. 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
39
  "python": {
40
40
  "requirements": "./python/requirements.txt"