@camstack/addon-post-analysis 1.1.20 → 1.1.22
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-CKwUFnej.js → dist-DbgDsnRE.js} +9 -1
- package/dist/{dist-Dk58xwns.mjs → dist-DiIUcFdN.mjs} +9 -1
- package/dist/embedding-encoder/index.js +1 -1
- package/dist/embedding-encoder/index.mjs +1 -1
- package/dist/enrichment-engine/index.js +2 -2
- package/dist/enrichment-engine/index.mjs +1 -1
- package/dist/{node-BbPfMVJT.js → node-CdzrYoKs.js} +1 -1
- package/dist/pipeline-analytics/{_virtual_mf-localSharedImportMap___mfe_internal__addon_pipeline_analytics_widgets-jcCLxMho.mjs → _virtual_mf-localSharedImportMap___mfe_internal__addon_pipeline_analytics_widgets-BaXPYx2C.mjs} +3 -3
- package/dist/pipeline-analytics/{hostInit-wM2h48ru.mjs → hostInit-CZ8URdDr.mjs} +3 -3
- package/dist/pipeline-analytics/index.js +3 -3
- package/dist/pipeline-analytics/index.mjs +1 -1
- package/dist/pipeline-analytics/remoteEntry.js +1 -1
- package/dist/{resolve-frame-djhBhoR7.js → resolve-frame-nQMd6Z8B.js} +1 -1
- package/package.json +1 -1
|
@@ -16795,7 +16795,15 @@ var FrameworkPackageStatusSchema = object({
|
|
|
16795
16795
|
latestVersion: string().nullable(),
|
|
16796
16796
|
hasUpdate: boolean(),
|
|
16797
16797
|
/** Optional manifest description for the row tooltip. */
|
|
16798
|
-
description: string().optional()
|
|
16798
|
+
description: string().optional(),
|
|
16799
|
+
/**
|
|
16800
|
+
* Content build-id (md5 of the resolved `dist/` tree) of the code the hub
|
|
16801
|
+
* ACTUALLY loaded. Framework packages ship code changes without always
|
|
16802
|
+
* bumping `currentVersion`, so semver alone hides "same version, new code".
|
|
16803
|
+
* `null` when the dist can't be hashed (not installed / empty). The admin-UI
|
|
16804
|
+
* surfaces this so a stale-code hub is visible even at an unchanged version.
|
|
16805
|
+
*/
|
|
16806
|
+
buildId: string().nullable()
|
|
16799
16807
|
});
|
|
16800
16808
|
var LogStreamEntrySchema = object({
|
|
16801
16809
|
timestamp: string(),
|
|
@@ -16773,7 +16773,15 @@ var FrameworkPackageStatusSchema = object({
|
|
|
16773
16773
|
latestVersion: string().nullable(),
|
|
16774
16774
|
hasUpdate: boolean(),
|
|
16775
16775
|
/** Optional manifest description for the row tooltip. */
|
|
16776
|
-
description: string().optional()
|
|
16776
|
+
description: string().optional(),
|
|
16777
|
+
/**
|
|
16778
|
+
* Content build-id (md5 of the resolved `dist/` tree) of the code the hub
|
|
16779
|
+
* ACTUALLY loaded. Framework packages ship code changes without always
|
|
16780
|
+
* bumping `currentVersion`, so semver alone hides "same version, new code".
|
|
16781
|
+
* `null` when the dist can't be hashed (not installed / empty). The admin-UI
|
|
16782
|
+
* surfaces this so a stale-code hub is visible even at an unchanged version.
|
|
16783
|
+
*/
|
|
16784
|
+
buildId: string().nullable()
|
|
16777
16785
|
});
|
|
16778
16786
|
var LogStreamEntrySchema = object({
|
|
16779
16787
|
timestamp: 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-DbgDsnRE.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 { a as embeddingEncoderCapability, p as BaseAddon, s as hfModelUrl } from "../dist-
|
|
1
|
+
import { a as embeddingEncoderCapability, p as BaseAddon, s as hfModelUrl } from "../dist-DiIUcFdN.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";
|
|
@@ -2,8 +2,8 @@ Object.defineProperties(exports, {
|
|
|
2
2
|
__esModule: { value: true },
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
|
-
const require_dist = require("../dist-
|
|
6
|
-
const require_resolve_frame = require("../resolve-frame-
|
|
5
|
+
const require_dist = require("../dist-DbgDsnRE.js");
|
|
6
|
+
const require_resolve_frame = require("../resolve-frame-nQMd6Z8B.js");
|
|
7
7
|
let _camstack_shm_ring = require("@camstack/shm-ring");
|
|
8
8
|
//#region src/enrichment-engine/types.ts
|
|
9
9
|
var DEFAULT_ENRICHMENT_CONFIG = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as object, S as number, T as tuple, _ as createEvent, b as array, g as asJsonObject, h as EventCategory, p as BaseAddon, w as string, x as boolean, y as _enum } from "../dist-
|
|
1
|
+
import { C as object, S as number, T as tuple, _ as createEvent, b as array, g as asJsonObject, h as EventCategory, p as BaseAddon, w as string, x as boolean, y as _enum } from "../dist-DiIUcFdN.mjs";
|
|
2
2
|
import { n as extractCrop, t as resolveFrame } from "../resolve-frame-CT1T1tWy.mjs";
|
|
3
3
|
import { FrameRingReaderCache } from "@camstack/shm-ring";
|
|
4
4
|
//#region src/enrichment-engine/types.ts
|
|
@@ -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.
|
|
6
|
+
version: "1.1.19",
|
|
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.
|
|
21
|
+
version: "1.1.32",
|
|
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.
|
|
36
|
+
version: "1.1.27",
|
|
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.
|
|
39
|
+
version: "1.1.32",
|
|
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.
|
|
48
|
+
version: "1.1.19",
|
|
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.
|
|
84
|
+
version: "1.1.27",
|
|
85
85
|
scope: "default",
|
|
86
86
|
shareConfig: {
|
|
87
87
|
singleton: !0,
|
|
@@ -2,8 +2,8 @@ Object.defineProperties(exports, {
|
|
|
2
2
|
__esModule: { value: true },
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
|
-
const require_dist = require("../dist-
|
|
6
|
-
const require_resolve_frame = require("../resolve-frame-
|
|
5
|
+
const require_dist = require("../dist-DbgDsnRE.js");
|
|
6
|
+
const require_resolve_frame = require("../resolve-frame-nQMd6Z8B.js");
|
|
7
7
|
let _camstack_shm_ring = require("@camstack/shm-ring");
|
|
8
8
|
let sharp = require("sharp");
|
|
9
9
|
sharp = require_dist.__toESM(sharp);
|
|
@@ -5666,7 +5666,7 @@ var PipelineAnalyticsAddon = class extends require_dist.BaseAddon {
|
|
|
5666
5666
|
let storage = this.ctx.kernel.storage;
|
|
5667
5667
|
const mediaRoot = process.env.CAMSTACK_MEDIA_ROOT?.trim();
|
|
5668
5668
|
if (mediaRoot) {
|
|
5669
|
-
const { FilesystemStorageProvider } = await Promise.resolve().then(() => require("../node-
|
|
5669
|
+
const { FilesystemStorageProvider } = await Promise.resolve().then(() => require("../node-CdzrYoKs.js"));
|
|
5670
5670
|
storage = new FilesystemStorageProvider(mediaRoot);
|
|
5671
5671
|
logger.info("pipeline-analytics: event media rooted at CAMSTACK_MEDIA_ROOT", { meta: { mediaRoot } });
|
|
5672
5672
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as object, S as number, c as pipelineAnalyticsCapability, d as zoneAnalyticsCapability, f as errMsg, h as EventCategory, i as cosineSimilarity, l as plateGalleryCapability, m as DeviceType, n as addonWidgetsSourceCapability, o as faceGalleryCapability, p as BaseAddon, r as audioMetricsCapability, t as EVENT_PAD_MS, u as videoclipsCapability, v as hydrateSchema, w as string, x as boolean } from "../dist-
|
|
1
|
+
import { C as object, S as number, c as pipelineAnalyticsCapability, d as zoneAnalyticsCapability, f as errMsg, h as EventCategory, i as cosineSimilarity, l as plateGalleryCapability, m as DeviceType, n as addonWidgetsSourceCapability, o as faceGalleryCapability, p as BaseAddon, r as audioMetricsCapability, t as EVENT_PAD_MS, u as videoclipsCapability, v as hydrateSchema, w as string, x as boolean } from "../dist-DiIUcFdN.mjs";
|
|
2
2
|
import { n as extractCrop, t as resolveFrame } from "../resolve-frame-CT1T1tWy.mjs";
|
|
3
3
|
import { FrameRingReaderCache } from "@camstack/shm-ring";
|
|
4
4
|
import sharp from "sharp";
|
|
@@ -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-BaXPYx2C.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.
|
|
3
|
+
"version": "1.1.22",
|
|
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",
|