@camstack/addon-post-analysis 1.0.1 → 1.0.2

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.
@@ -12298,7 +12298,7 @@ method(_void(), DeviceExportStatusSchema), method(_void(), array(DeviceKindSchem
12298
12298
  * rebuilds without manual reload.
12299
12299
  *
12300
12300
  * The hub-local builtin `addon-pages-aggregator` (see
12301
- * `@camstack/core/builtins/addon-pages-aggregator`) registers the
12301
+ * `@camstack/system/builtins/addon-pages-aggregator`) registers the
12302
12302
  * provider. Splitting the public aggregator from the raw collection
12303
12303
  * keeps both ends in codegen — there's no hand-written
12304
12304
  * `addon-pages.router.ts` wrapper anymore.
@@ -12487,7 +12487,7 @@ var addonWidgetsSourceCapability = {
12487
12487
  * manual reload — same scheme used by `addon-pages`.
12488
12488
  *
12489
12489
  * The hub-local builtin `addon-widgets-aggregator` (see
12490
- * `@camstack/core/builtins/addon-widgets-aggregator`) registers the
12490
+ * `@camstack/system/builtins/addon-widgets-aggregator`) registers the
12491
12491
  * provider. Splitting the public aggregator from the raw collection
12492
12492
  * keeps both ends in codegen — there's no hand-written wrapper.
12493
12493
  */
@@ -15317,7 +15317,7 @@ method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema)
15317
15317
  * clients — they reverse-connect to the hub. Exposing their interfaces
15318
15318
  * via the same surface would leak internal topology with no upside.
15319
15319
  *
15320
- * Implementation in `@camstack/core/builtins/local-network/`.
15320
+ * Implementation in `@camstack/system/builtins/local-network/`.
15321
15321
  */
15322
15322
  /** Coarse classification derived from the interface name + IP range. */
15323
15323
  var InterfaceKindEnum = _enum([
@@ -15864,7 +15864,7 @@ method(_void(), FeatureManifestSchema), method(_void(), HealthStatusSchema), met
15864
15864
  * jitter, and observed/peak bandwidth per device + per client.
15865
15865
  *
15866
15866
  * Implementation lives in the server's `NetworkQualityService` (thin
15867
- * wrapper over the shared `NetworkQualityTracker` from `@camstack/core`).
15867
+ * wrapper over the shared `NetworkQualityTracker` from `@camstack/system`).
15868
15868
  * The provider is registered from `trpc.router.ts` against the existing
15869
15869
  * service instance — no addon owns this state.
15870
15870
  *
@@ -12320,7 +12320,7 @@ method(_void(), DeviceExportStatusSchema), method(_void(), array(DeviceKindSchem
12320
12320
  * rebuilds without manual reload.
12321
12321
  *
12322
12322
  * The hub-local builtin `addon-pages-aggregator` (see
12323
- * `@camstack/core/builtins/addon-pages-aggregator`) registers the
12323
+ * `@camstack/system/builtins/addon-pages-aggregator`) registers the
12324
12324
  * provider. Splitting the public aggregator from the raw collection
12325
12325
  * keeps both ends in codegen — there's no hand-written
12326
12326
  * `addon-pages.router.ts` wrapper anymore.
@@ -12509,7 +12509,7 @@ var addonWidgetsSourceCapability = {
12509
12509
  * manual reload — same scheme used by `addon-pages`.
12510
12510
  *
12511
12511
  * The hub-local builtin `addon-widgets-aggregator` (see
12512
- * `@camstack/core/builtins/addon-widgets-aggregator`) registers the
12512
+ * `@camstack/system/builtins/addon-widgets-aggregator`) registers the
12513
12513
  * provider. Splitting the public aggregator from the raw collection
12514
12514
  * keeps both ends in codegen — there's no hand-written wrapper.
12515
12515
  */
@@ -15339,7 +15339,7 @@ method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema)
15339
15339
  * clients — they reverse-connect to the hub. Exposing their interfaces
15340
15340
  * via the same surface would leak internal topology with no upside.
15341
15341
  *
15342
- * Implementation in `@camstack/core/builtins/local-network/`.
15342
+ * Implementation in `@camstack/system/builtins/local-network/`.
15343
15343
  */
15344
15344
  /** Coarse classification derived from the interface name + IP range. */
15345
15345
  var InterfaceKindEnum = _enum([
@@ -15886,7 +15886,7 @@ method(_void(), FeatureManifestSchema), method(_void(), HealthStatusSchema), met
15886
15886
  * jitter, and observed/peak bandwidth per device + per client.
15887
15887
  *
15888
15888
  * Implementation lives in the server's `NetworkQualityService` (thin
15889
- * wrapper over the shared `NetworkQualityTracker` from `@camstack/core`).
15889
+ * wrapper over the shared `NetworkQualityTracker` from `@camstack/system`).
15890
15890
  * The provider is registered from `trpc.router.ts` against the existing
15891
15891
  * service instance — no addon owns this state.
15892
15892
  *
@@ -2,12 +2,12 @@ Object.defineProperties(exports, {
2
2
  __esModule: { value: true },
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
- const require_dist = require("../dist-CrNToq_N.js");
5
+ const require_dist = require("../dist-PCmtpGSE.js");
6
6
  let node_path = require("node:path");
7
7
  node_path = require_dist.__toESM(node_path);
8
8
  let node_fs = require("node:fs");
9
9
  node_fs = require_dist.__toESM(node_fs);
10
- let _camstack_core = require("@camstack/core");
10
+ let _camstack_system = require("@camstack/system");
11
11
  let node_child_process = require("node:child_process");
12
12
  //#region src/embedding-encoder/catalogs/embedding-models.ts
13
13
  var CLIP_IMAGE_MODELS = [
@@ -321,7 +321,7 @@ var EmbeddingEncoderAddon = class extends require_dist.BaseAddon {
321
321
  location: "models",
322
322
  relativePath: ""
323
323
  }).catch(() => "camstack-data/models");
324
- this.models = new _camstack_core.ModelDownloadService(modelsDir, []);
324
+ this.models = new _camstack_system.ModelDownloadService(modelsDir, []);
325
325
  return [{
326
326
  capability: require_dist.embeddingEncoderCapability,
327
327
  provider: this
@@ -1,8 +1,8 @@
1
- import { l as embeddingEncoderCapability, t as BaseAddon } from "../dist-DbD5zJj7.mjs";
1
+ import { l as embeddingEncoderCapability, t as BaseAddon } from "../dist-B5rPrEB2.mjs";
2
2
  import { createRequire } from "node:module";
3
3
  import * as path from "node:path";
4
4
  import * as fs from "node:fs";
5
- import { ModelDownloadService } from "@camstack/core";
5
+ import { ModelDownloadService } from "@camstack/system";
6
6
  import { spawn } from "node:child_process";
7
7
  //#region \0rolldown/runtime.js
8
8
  var __require = /* @__PURE__ */ createRequire(import.meta.url);
@@ -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-CrNToq_N.js");
6
- const require_resolve_frame = require("../resolve-frame-9ayw6z10.js");
5
+ const require_dist = require("../dist-PCmtpGSE.js");
6
+ const require_resolve_frame = require("../resolve-frame-Dnn6z6vw.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 tuple, S as string, _ as _enum, a as asJsonObject, b as number, c as createEvent, r as EventCategory, t as BaseAddon, v as array, x as object, y as boolean } from "../dist-DbD5zJj7.mjs";
1
+ import { C as tuple, S as string, _ as _enum, a as asJsonObject, b as number, c as createEvent, r as EventCategory, t as BaseAddon, v as array, x as object, y as boolean } from "../dist-B5rPrEB2.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
@@ -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-CrNToq_N.js");
6
- const require_resolve_frame = require("../resolve-frame-9ayw6z10.js");
5
+ const require_dist = require("../dist-PCmtpGSE.js");
6
+ const require_resolve_frame = require("../resolve-frame-Dnn6z6vw.js");
7
7
  let _camstack_shm_ring = require("@camstack/shm-ring");
8
8
  let sharp = require("sharp");
9
9
  sharp = require_dist.__toESM(sharp);
@@ -1,4 +1,4 @@
1
- import { b as number, d as faceGalleryCapability, f as hydrateSchema, g as zoneAnalyticsCapability, h as videoclipsCapability, i as addonWidgetsSourceCapability, m as plateGalleryCapability, n as DeviceType, o as audioMetricsCapability, p as pipelineAnalyticsCapability, r as EventCategory, s as cosineSimilarity, t as BaseAddon, u as errMsg, x as object, y as boolean } from "../dist-DbD5zJj7.mjs";
1
+ import { b as number, d as faceGalleryCapability, f as hydrateSchema, g as zoneAnalyticsCapability, h as videoclipsCapability, i as addonWidgetsSourceCapability, m as plateGalleryCapability, n as DeviceType, o as audioMetricsCapability, p as pipelineAnalyticsCapability, r as EventCategory, s as cosineSimilarity, t as BaseAddon, u as errMsg, x as object, y as boolean } from "../dist-B5rPrEB2.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";
@@ -1,4 +1,4 @@
1
- const require_dist = require("./dist-CrNToq_N.js");
1
+ const require_dist = require("./dist-PCmtpGSE.js");
2
2
  let sharp = require("sharp");
3
3
  sharp = require_dist.__toESM(sharp);
4
4
  //#region src/shared/frame/crop-extractor.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-post-analysis",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
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",
@@ -125,12 +125,12 @@
125
125
  "publish": "npm publish --access public"
126
126
  },
127
127
  "peerDependencies": {
128
- "@camstack/types": "^0.1.0",
128
+ "@camstack/types": "*",
129
129
  "react": ">=18",
130
130
  "react-dom": ">=18"
131
131
  },
132
132
  "dependencies": {
133
- "@camstack/core": "*",
133
+ "@camstack/system": "*",
134
134
  "@tanstack/react-query": "^5.90.0",
135
135
  "lucide-react": "^0.511.0",
136
136
  "zod": "^4.3.6"