@camstack/addon-terminal 0.1.55 → 0.1.56

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/dist/addon.js CHANGED
@@ -15919,6 +15919,8 @@ var NcSystemEventKindSchema = _enum([
15919
15919
  "device-offline",
15920
15920
  "device-disabled",
15921
15921
  "device-enabled",
15922
+ "device-battery-low",
15923
+ "device-battery-normal",
15922
15924
  "stream-online",
15923
15925
  "stream-offline",
15924
15926
  "node-online",
package/dist/addon.mjs CHANGED
@@ -15896,6 +15896,8 @@ var NcSystemEventKindSchema = _enum([
15896
15896
  "device-offline",
15897
15897
  "device-disabled",
15898
15898
  "device-enabled",
15899
+ "device-battery-low",
15900
+ "device-battery-normal",
15899
15901
  "stream-online",
15900
15902
  "stream-offline",
15901
15903
  "node-online",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-terminal",
3
- "version": "0.1.55",
3
+ "version": "0.1.56",
4
4
  "description": "Interactive terminal sessions (pty + xterm) as a CamStack addon",
5
5
  "keywords": [
6
6
  "camstack",