@camstack/addon-post-analysis 1.2.104 → 1.2.106
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-IZLiqXRa.mjs → dist-DiU9qiuA.mjs} +217 -5
- package/dist/{dist-KXhjlCmh.js → dist-FAVcx3hJ.js} +234 -4
- package/dist/embedding-encoder/index.js +89 -131
- package/dist/embedding-encoder/index.mjs +89 -131
- package/dist/pipeline-analytics/{_virtual_mf-localSharedImportMap___mfe_internal__addon_pipeline_analytics_widgets-D8fRo8aP.mjs → _virtual_mf-localSharedImportMap___mfe_internal__addon_pipeline_analytics_widgets-C7vEGOd1.mjs} +3 -3
- package/dist/pipeline-analytics/{hostInit-7agPxY0d.mjs → hostInit-DLdsDxyX.mjs} +3 -3
- package/dist/pipeline-analytics/index.js +3526 -343
- package/dist/pipeline-analytics/index.mjs +3518 -335
- package/dist/pipeline-analytics/remoteEntry.js +1 -1
- package/package.json +8 -1
|
@@ -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-C7vEGOd1.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.2.
|
|
3
|
+
"version": "1.2.106",
|
|
4
4
|
"description": "Post-Analysis bundle — enrichment, embedding-encoder, pipeline-analytics. Multi-entry npm package shipping addons that consume pipeline output.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|
|
@@ -106,6 +106,13 @@
|
|
|
106
106
|
"cardinality": "multi",
|
|
107
107
|
"description": "Detection snapshots, thumbnails and crops.",
|
|
108
108
|
"defaultsTo": "recordings"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"id": "galleryMedia",
|
|
112
|
+
"displayName": "Enrolled Gallery",
|
|
113
|
+
"cardinality": "single",
|
|
114
|
+
"description": "Enrolled face and plate reference crops, and scene reference photographs. Deliberately NOT on the recordings volume: these images survive every retention sweep, so they must also survive a footage wipe, a quota eviction and a recordings disk swap. Small — a few KB per enrolled sample.",
|
|
115
|
+
"defaultRoot": "data"
|
|
109
116
|
}
|
|
110
117
|
],
|
|
111
118
|
"icon": "assets/icon.svg",
|