@camstack/addon-agent-ui 1.2.7 → 1.2.8

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 +1 -1
  2. package/package.json +2 -2
package/dist/addon.js CHANGED
@@ -26536,7 +26536,7 @@ var AgentUIAddon = class extends BaseAddon {
26536
26536
  capability: adminUiCapability,
26537
26537
  provider: {
26538
26538
  getStaticDir: async () => ({ staticDir: path.resolve(__dirname) }),
26539
- getVersion: async () => ({ version: "1.2.7" })
26539
+ getVersion: async () => ({ version: "1.2.8" })
26540
26540
  }
26541
26541
  }];
26542
26542
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-agent-ui",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "CamStack Agent UI — lightweight status dashboard served by every agent node",
5
5
  "keywords": [
6
6
  "camstack",
@@ -27,7 +27,7 @@
27
27
  {
28
28
  "id": "agent-ui",
29
29
  "category": "system",
30
- "name": "CamStack Agent UI",
30
+ "name": "Agent UI",
31
31
  "version": "0.1.0",
32
32
  "description": "Lightweight status dashboard for agent nodes",
33
33
  "entry": "./dist/addon.js",