@camstack/addon-agent-ui 1.2.52 → 1.2.53

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 (2) hide show
  1. package/dist/addon.js +3 -1
  2. package/package.json +1 -1
package/dist/addon.js CHANGED
@@ -15576,6 +15576,8 @@ var NcSystemEventKindSchema = _enum([
15576
15576
  "device-offline",
15577
15577
  "device-disabled",
15578
15578
  "device-enabled",
15579
+ "device-battery-low",
15580
+ "device-battery-normal",
15579
15581
  "stream-online",
15580
15582
  "stream-offline",
15581
15583
  "node-online",
@@ -37005,7 +37007,7 @@ var AgentUIAddon = class extends BaseAddon {
37005
37007
  capability: adminUiCapability,
37006
37008
  provider: {
37007
37009
  getStaticDir: async () => ({ staticDir: path.resolve(__dirname) }),
37008
- getVersion: async () => ({ version: "1.2.52" })
37010
+ getVersion: async () => ({ version: "1.2.53" })
37009
37011
  }
37010
37012
  }];
37011
37013
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-agent-ui",
3
- "version": "1.2.52",
3
+ "version": "1.2.53",
4
4
  "description": "Agent UI — lightweight status dashboard served by every agent node",
5
5
  "keywords": [
6
6
  "camstack",