@camstack/addon-post-analysis 1.1.6 → 1.1.7

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.
@@ -4627,7 +4627,7 @@ function _instanceof(cls, params = {}) {
4627
4627
  return inst;
4628
4628
  }
4629
4629
  //#endregion
4630
- //#region ../types/dist/sleep-NOH4yRwj.mjs
4630
+ //#region ../types/dist/sleep-DVmKHFGi.mjs
4631
4631
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
4632
4632
  EventCategory["SystemBoot"] = "system.boot";
4633
4633
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -6432,6 +6432,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
6432
6432
  DeviceRole["HumiditySensor"] = "humidity-sensor";
6433
6433
  DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
6434
6434
  DeviceRole["PressureSensor"] = "pressure-sensor";
6435
+ /** Wind speed or direction (weather-station `wind-sensor` cap). */
6436
+ DeviceRole["WindSensor"] = "wind-sensor";
6437
+ /** Rain accumulation or rate (weather-station `rain-sensor` cap). */
6438
+ DeviceRole["RainSensor"] = "rain-sensor";
6439
+ /** UV index (weather-station `uv-sensor` cap). */
6440
+ DeviceRole["UvSensor"] = "uv-sensor";
6441
+ /** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
6442
+ * Distinct from AmbientLightSensor (lux). */
6443
+ DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
6444
+ /** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
6445
+ DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
6435
6446
  DeviceRole["PowerSensor"] = "power-sensor";
6436
6447
  DeviceRole["EnergySensor"] = "energy-sensor";
6437
6448
  DeviceRole["VoltageSensor"] = "voltage-sensor";
@@ -4649,7 +4649,7 @@ function _instanceof(cls, params = {}) {
4649
4649
  return inst;
4650
4650
  }
4651
4651
  //#endregion
4652
- //#region ../types/dist/sleep-NOH4yRwj.mjs
4652
+ //#region ../types/dist/sleep-DVmKHFGi.mjs
4653
4653
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
4654
4654
  EventCategory["SystemBoot"] = "system.boot";
4655
4655
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -6454,6 +6454,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
6454
6454
  DeviceRole["HumiditySensor"] = "humidity-sensor";
6455
6455
  DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
6456
6456
  DeviceRole["PressureSensor"] = "pressure-sensor";
6457
+ /** Wind speed or direction (weather-station `wind-sensor` cap). */
6458
+ DeviceRole["WindSensor"] = "wind-sensor";
6459
+ /** Rain accumulation or rate (weather-station `rain-sensor` cap). */
6460
+ DeviceRole["RainSensor"] = "rain-sensor";
6461
+ /** UV index (weather-station `uv-sensor` cap). */
6462
+ DeviceRole["UvSensor"] = "uv-sensor";
6463
+ /** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
6464
+ * Distinct from AmbientLightSensor (lux). */
6465
+ DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
6466
+ /** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
6467
+ DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
6457
6468
  DeviceRole["PowerSensor"] = "power-sensor";
6458
6469
  DeviceRole["EnergySensor"] = "energy-sensor";
6459
6470
  DeviceRole["VoltageSensor"] = "voltage-sensor";
@@ -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-n-zJ0Uox.js");
5
+ const require_dist = require("../dist-DjxUIhbK.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 { f as BaseAddon, i as embeddingEncoderCapability, o as hfModelUrl } from "../dist-BpGP9ago.mjs";
1
+ import { f as BaseAddon, i as embeddingEncoderCapability, o as hfModelUrl } from "../dist-CcnkYzjI.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-n-zJ0Uox.js");
6
- const require_resolve_frame = require("../resolve-frame-DB2NdMu2.js");
5
+ const require_dist = require("../dist-DjxUIhbK.js");
6
+ const require_resolve_frame = require("../resolve-frame-sbrsp_fD.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 string, S as object, b as boolean, f as BaseAddon, g as createEvent, h as asJsonObject, m as EventCategory, v as _enum, w as tuple, x as number, y as array } from "../dist-BpGP9ago.mjs";
1
+ import { C as string, S as object, b as boolean, f as BaseAddon, g as createEvent, h as asJsonObject, m as EventCategory, v as _enum, w as tuple, x as number, y as array } from "../dist-CcnkYzjI.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",
6
+ version: "1.1.7",
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.6",
21
+ version: "1.1.7",
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.6",
36
+ version: "1.1.7",
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.6",
39
+ version: "1.1.7",
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.6",
48
+ version: "1.1.7",
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.6",
84
+ version: "1.1.7",
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-n-zJ0Uox.js");
6
- const require_resolve_frame = require("../resolve-frame-DB2NdMu2.js");
5
+ const require_dist = require("../dist-DjxUIhbK.js");
6
+ const require_resolve_frame = require("../resolve-frame-sbrsp_fD.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 { S as object, _ as hydrateSchema, a as faceGalleryCapability, b as boolean, c as plateGalleryCapability, d as errMsg, f as BaseAddon, l as videoclipsCapability, m as EventCategory, n as audioMetricsCapability, p as DeviceType, r as cosineSimilarity, s as pipelineAnalyticsCapability, t as addonWidgetsSourceCapability, u as zoneAnalyticsCapability, x as number } from "../dist-BpGP9ago.mjs";
1
+ import { S as object, _ as hydrateSchema, a as faceGalleryCapability, b as boolean, c as plateGalleryCapability, d as errMsg, f as BaseAddon, l as videoclipsCapability, m as EventCategory, n as audioMetricsCapability, p as DeviceType, r as cosineSimilarity, s as pipelineAnalyticsCapability, t as addonWidgetsSourceCapability, u as zoneAnalyticsCapability, x as number } from "../dist-CcnkYzjI.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-DplNAc3T.mjs")).catch((e) => {
33
+ return l ||= d(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_pipeline_analytics_widgets-C9VEGkeW.mjs")).catch((e) => {
34
34
  throw l = void 0, e;
35
35
  }), l;
36
36
  }
@@ -1,4 +1,4 @@
1
- const require_dist = require("./dist-n-zJ0Uox.js");
1
+ const require_dist = require("./dist-DjxUIhbK.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.1.6",
3
+ "version": "1.1.7",
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",