@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.
- package/dist/{dist-Cgv25jQz.mjs → dist-CirtGNcr.mjs} +10 -11
- package/dist/{dist-BveR79HO.js → dist-MgnHaI0L.js} +10 -11
- package/dist/embedding-encoder/index.js +1 -1
- package/dist/embedding-encoder/index.mjs +1 -1
- package/dist/{node-C-QTkE6o.js → node-D8vIkoch.js} +1 -1
- package/dist/pipeline-analytics/{_virtual_mf-localSharedImportMap___mfe_internal__addon_pipeline_analytics_widgets-DgeV9o4P.mjs → _virtual_mf-localSharedImportMap___mfe_internal__addon_pipeline_analytics_widgets-Dvnr_5XP.mjs} +3 -3
- package/dist/pipeline-analytics/{hostInit-CnO6PKAO.mjs → hostInit-BIaqSUdl.mjs} +3 -3
- package/dist/pipeline-analytics/index.js +2 -2
- package/dist/pipeline-analytics/index.mjs +1 -1
- package/dist/pipeline-analytics/remoteEntry.js +1 -1
- package/package.json +1 -1
|
@@ -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
|
|
17591
|
-
* agents).
|
|
17590
|
+
* package lifecycle (runtime-updatable node packages).
|
|
17592
17591
|
*
|
|
17593
|
-
*
|
|
17594
|
-
*
|
|
17595
|
-
*
|
|
17596
|
-
*
|
|
17597
|
-
*
|
|
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`
|
|
19779
|
-
*
|
|
19780
|
-
* version visibility for the Server management surface. Nullable:
|
|
19781
|
-
* rows and
|
|
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
|
|
17613
|
-
* agents).
|
|
17612
|
+
* package lifecycle (runtime-updatable node packages).
|
|
17614
17613
|
*
|
|
17615
|
-
*
|
|
17616
|
-
*
|
|
17617
|
-
*
|
|
17618
|
-
*
|
|
17619
|
-
*
|
|
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`
|
|
19801
|
-
*
|
|
19802
|
-
* version visibility for the Server management surface. Nullable:
|
|
19803
|
-
* rows and
|
|
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-
|
|
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-
|
|
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";
|
|
@@ -3,7 +3,7 @@ import "./dist-CYZr2fwk.mjs";
|
|
|
3
3
|
var e = {
|
|
4
4
|
"@camstack/sdk": {
|
|
5
5
|
name: "@camstack/sdk",
|
|
6
|
-
version: "1.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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.
|
|
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",
|