@camstack/addon-agent-ui 1.2.99 → 1.2.100

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 -3
  2. package/package.json +1 -1
package/dist/addon.js CHANGED
@@ -24778,8 +24778,8 @@ includeCrops: boolean().optional() }).optional(), array(IdentitySchema).readonly
24778
24778
  *
24779
24779
  * An **empty array reads NOTHING** — `[]` is an empty page, never
24780
24780
  * "every camera". A request for no devices is a request, not an
24781
- * omission; same contract as `deviceManager.listFleet` and
24782
- * `pipelineAnalytics.listRecentTracks`.
24781
+ * omission; same contract as `deviceManager.listAll`'s `deviceIds`
24782
+ * and `pipelineAnalytics.listRecentTracks`.
24783
24783
  *
24784
24784
  * Absent (`undefined`) is the omission, and keeps the cluster-wide view.
24785
24785
  */
@@ -38755,7 +38755,7 @@ var AgentUIAddon = class extends BaseAddon {
38755
38755
  capability: adminUiCapability,
38756
38756
  provider: {
38757
38757
  getStaticDir: async () => ({ staticDir: path.resolve(__dirname) }),
38758
- getVersion: async () => ({ version: "1.2.99" })
38758
+ getVersion: async () => ({ version: "1.2.100" })
38759
38759
  }
38760
38760
  }];
38761
38761
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-agent-ui",
3
- "version": "1.2.99",
3
+ "version": "1.2.100",
4
4
  "description": "Agent UI — lightweight status dashboard served by every agent node",
5
5
  "keywords": [
6
6
  "camstack",