@camstack/addon-post-analysis 1.1.42 → 1.2.0

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.
@@ -17587,14 +17587,13 @@ method(object({
17587
17587
  });
17588
17588
  /**
17589
17589
  * server-management — per-NODE singleton capability for a node's ROOT
17590
- * package lifecycle (runtime-updatable node packages, phase 2: hub + docker
17591
- * agents).
17590
+ * package lifecycle (runtime-updatable node packages).
17592
17591
  *
17593
- * Each node's root package (`@camstack/server` on the hub, `@camstack/agent`
17594
- * on agents) carries the whole software stack in its npm dep tree, so ONE
17595
- * version describes the node. Updates install into
17596
- * `<dataDir>/server-root/versions/<v>/` and apply on restart via the baked
17597
- * starter (probation boot + auto-rollback to N-1).
17592
+ * Every node role runs the SAME root package (`@camstack/server`), which
17593
+ * carries the whole software stack in its npm dep tree, so ONE version
17594
+ * describes the node. Updates stage into `<dataDir>/server-root/` and apply
17595
+ * on restart via the baked starter (single-copy in-place swap — no probation,
17596
+ * no auto-rollback).
17598
17597
  *
17599
17598
  * Providers:
17600
17599
  * - HUB: `ServerUpdateService` behind the `server-provided` mount
@@ -19775,10 +19774,10 @@ var TopologyCategorySchema = object({
19775
19774
  addons: array(TopologyCategoryAddonSchema).readonly()
19776
19775
  });
19777
19776
  /**
19778
- * The node's runtime-updatable ROOT package (`@camstack/server` on the hub,
19779
- * `@camstack/agent` on agents) as reported by its `registerNode` manifest —
19780
- * version visibility for the Server management surface. Nullable: offline
19781
- * rows and pre-phase-2 nodes report none.
19777
+ * The node's runtime-updatable ROOT package (`@camstack/server` the single
19778
+ * root package for every node role) as reported by its `registerNode`
19779
+ * manifest — version visibility for the Server management surface. Nullable:
19780
+ * offline rows and nodes that never reported one.
19782
19781
  */
19783
19782
  var TopologyRootPackageSchema = object({
19784
19783
  name: string(),
@@ -17609,14 +17609,13 @@ method(object({
17609
17609
  });
17610
17610
  /**
17611
17611
  * server-management — per-NODE singleton capability for a node's ROOT
17612
- * package lifecycle (runtime-updatable node packages, phase 2: hub + docker
17613
- * agents).
17612
+ * package lifecycle (runtime-updatable node packages).
17614
17613
  *
17615
- * Each node's root package (`@camstack/server` on the hub, `@camstack/agent`
17616
- * on agents) carries the whole software stack in its npm dep tree, so ONE
17617
- * version describes the node. Updates install into
17618
- * `<dataDir>/server-root/versions/<v>/` and apply on restart via the baked
17619
- * starter (probation boot + auto-rollback to N-1).
17614
+ * Every node role runs the SAME root package (`@camstack/server`), which
17615
+ * carries the whole software stack in its npm dep tree, so ONE version
17616
+ * describes the node. Updates stage into `<dataDir>/server-root/` and apply
17617
+ * on restart via the baked starter (single-copy in-place swap — no probation,
17618
+ * no auto-rollback).
17620
17619
  *
17621
17620
  * Providers:
17622
17621
  * - HUB: `ServerUpdateService` behind the `server-provided` mount
@@ -19797,10 +19796,10 @@ var TopologyCategorySchema = object({
19797
19796
  addons: array(TopologyCategoryAddonSchema).readonly()
19798
19797
  });
19799
19798
  /**
19800
- * The node's runtime-updatable ROOT package (`@camstack/server` on the hub,
19801
- * `@camstack/agent` on agents) as reported by its `registerNode` manifest —
19802
- * version visibility for the Server management surface. Nullable: offline
19803
- * rows and pre-phase-2 nodes report none.
19799
+ * The node's runtime-updatable ROOT package (`@camstack/server` the single
19800
+ * root package for every node role) as reported by its `registerNode`
19801
+ * manifest — version visibility for the Server management surface. Nullable:
19802
+ * offline rows and nodes that never reported one.
19804
19803
  */
19805
19804
  var TopologyRootPackageSchema = object({
19806
19805
  name: string(),
@@ -2,7 +2,7 @@ Object.defineProperties(exports, {
2
2
  __esModule: { value: true },
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
- const require_dist = require("../dist-BveR79HO.js");
5
+ const require_dist = require("../dist-MgnHaI0L.js");
6
6
  let node_fs = require("node:fs");
7
7
  let node_fs$1 = require_dist.__toESM(node_fs, 1);
8
8
  node_fs = require_dist.__toESM(node_fs);
@@ -1,4 +1,4 @@
1
- import { b as BaseAddon, f as hfModelUrl, u as embeddingEncoderCapability } from "../dist-Cgv25jQz.mjs";
1
+ import { b as BaseAddon, f as hfModelUrl, u as embeddingEncoderCapability } from "../dist-CirtGNcr.mjs";
2
2
  import { createRequire } from "node:module";
3
3
  import * as fs from "node:fs";
4
4
  import * as path$1 from "node:path";
@@ -1,4 +1,4 @@
1
- const require_dist = require("./dist-BveR79HO.js");
1
+ const require_dist = require("./dist-MgnHaI0L.js");
2
2
  let node_fs = require("node:fs");
3
3
  node_fs = require_dist.__toESM(node_fs, 1);
4
4
  let node_path = require("node:path");
@@ -3,7 +3,7 @@ import "./dist-CYZr2fwk.mjs";
3
3
  var e = {
4
4
  "@camstack/sdk": {
5
5
  name: "@camstack/sdk",
6
- version: "1.1.30",
6
+ version: "1.2.0",
7
7
  scope: ["default"],
8
8
  loaded: !1,
9
9
  from: "addon_pipeline_analytics_widgets",
@@ -18,7 +18,7 @@ var e = {
18
18
  },
19
19
  "@camstack/types": {
20
20
  name: "@camstack/types",
21
- version: "1.1.58",
21
+ version: "1.2.0",
22
22
  scope: ["default"],
23
23
  loaded: !1,
24
24
  from: "addon_pipeline_analytics_widgets",
@@ -33,7 +33,7 @@ var e = {
33
33
  },
34
34
  "@camstack/ui-library": {
35
35
  name: "@camstack/ui-library",
36
- version: "1.1.46",
36
+ version: "1.2.0",
37
37
  scope: ["default"],
38
38
  loaded: !1,
39
39
  from: "addon_pipeline_analytics_widgets",
@@ -36,7 +36,7 @@ async function r() {
36
36
  }
37
37
  },
38
38
  "@camstack/types": {
39
- version: "1.1.58",
39
+ version: "1.2.0",
40
40
  scope: "default",
41
41
  shareConfig: {
42
42
  singleton: !0,
@@ -45,7 +45,7 @@ async function r() {
45
45
  }
46
46
  },
47
47
  "@camstack/sdk": {
48
- version: "1.1.30",
48
+ version: "1.2.0",
49
49
  scope: "default",
50
50
  shareConfig: {
51
51
  singleton: !0,
@@ -81,7 +81,7 @@ async function r() {
81
81
  }
82
82
  },
83
83
  "@camstack/ui-library": {
84
- version: "1.1.46",
84
+ version: "1.2.0",
85
85
  scope: "default",
86
86
  shareConfig: {
87
87
  singleton: !0,
@@ -2,7 +2,7 @@ Object.defineProperties(exports, {
2
2
  __esModule: { value: true },
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
- const require_dist = require("../dist-BveR79HO.js");
5
+ const require_dist = require("../dist-MgnHaI0L.js");
6
6
  let node_crypto = require("node:crypto");
7
7
  let sharp = require("sharp");
8
8
  sharp = require_dist.__toESM(sharp);
@@ -12298,7 +12298,7 @@ var PipelineAnalyticsAddon = class extends require_dist.BaseAddon {
12298
12298
  let storage = this.ctx.kernel.storage;
12299
12299
  const mediaRoot = process.env.CAMSTACK_MEDIA_ROOT?.trim();
12300
12300
  if (mediaRoot) {
12301
- const { FilesystemStorageProvider } = await Promise.resolve().then(() => require("../node-C-QTkE6o.js"));
12301
+ const { FilesystemStorageProvider } = await Promise.resolve().then(() => require("../node-D8vIkoch.js"));
12302
12302
  storage = new FilesystemStorageProvider(mediaRoot);
12303
12303
  logger.info("pipeline-analytics: event media rooted at CAMSTACK_MEDIA_ROOT", { meta: { mediaRoot } });
12304
12304
  }
@@ -1,4 +1,4 @@
1
- import { C as hydrateSchema, D as object, E as number, O as string, S as createEvent, T as boolean, _ as videoclipsCapability, a as OpsLogEntrySchema, b as BaseAddon, c as buildEventKindDescriptor, d as faceGalleryCapability, g as subKindsOf, h as plateGalleryCapability, i as MACRO_LABELS, k as EventCategory, l as cosineSimilarity, m as pipelineAnalyticsCapability, n as EVENT_KIND_BY_CAP, o as addonWidgetsSourceCapability, p as nodePin, r as EVENT_PAD_MS, s as audioMetricsCapability, t as DEFAULT_EVENT_COLOR, v as zoneAnalyticsCapability, w as array, x as DeviceType, y as errMsg } from "../dist-Cgv25jQz.mjs";
1
+ import { C as hydrateSchema, D as object, E as number, O as string, S as createEvent, T as boolean, _ as videoclipsCapability, a as OpsLogEntrySchema, b as BaseAddon, c as buildEventKindDescriptor, d as faceGalleryCapability, g as subKindsOf, h as plateGalleryCapability, i as MACRO_LABELS, k as EventCategory, l as cosineSimilarity, m as pipelineAnalyticsCapability, n as EVENT_KIND_BY_CAP, o as addonWidgetsSourceCapability, p as nodePin, r as EVENT_PAD_MS, s as audioMetricsCapability, t as DEFAULT_EVENT_COLOR, v as zoneAnalyticsCapability, w as array, x as DeviceType, y as errMsg } from "../dist-CirtGNcr.mjs";
2
2
  import { randomUUID } from "node:crypto";
3
3
  import sharp from "sharp";
4
4
  //#region src/pipeline-analytics/videoclips-provider.ts
@@ -30,7 +30,7 @@ async function d(e) {
30
30
  }
31
31
  }
32
32
  async function f() {
33
- return l ||= d(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_pipeline_analytics_widgets-DgeV9o4P.mjs")).catch((e) => {
33
+ return l ||= d(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_pipeline_analytics_widgets-Dvnr_5XP.mjs")).catch((e) => {
34
34
  throw l = void 0, e;
35
35
  }), l;
36
36
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-post-analysis",
3
- "version": "1.1.42",
3
+ "version": "1.2.0",
4
4
  "description": "CamStack Post-Analysis bundle — enrichment, embedding-encoder, pipeline-analytics. Multi-entry npm package shipping addons that consume pipeline output.",
5
5
  "keywords": [
6
6
  "camstack",