@camstack/addon-pipeline 1.2.115 → 1.2.118

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.
Files changed (31) hide show
  1. package/dist/{addon-utils-C0ht2KPO.js → addon-utils-DJSN5h8c.js} +1 -1
  2. package/dist/audio-analyzer/index.js +3 -3
  3. package/dist/audio-analyzer/index.mjs +2 -2
  4. package/dist/detection-pipeline/index.js +5 -5
  5. package/dist/detection-pipeline/index.mjs +3 -3
  6. package/dist/{dist-DGQkkWc6.mjs → dist-B763E61Y.mjs} +22 -9
  7. package/dist/{dist-BqIbYW1A.js → dist-BkO76jAp.js} +22 -9
  8. package/dist/{event-loop-stall-monitor-ylMGpz48.js → event-loop-stall-monitor-28f4R0JN.js} +1 -1
  9. package/dist/{event-loop-stall-monitor-D5jK5v4Z.mjs → event-loop-stall-monitor-CYEvvp2Z.mjs} +1 -1
  10. package/dist/{lazy-sharp-cOsy7l_P.js → lazy-sharp-BaPl5mRa.js} +1 -1
  11. package/dist/motion-wasm/index.js +2 -2
  12. package/dist/motion-wasm/index.mjs +1 -1
  13. package/dist/pipeline-runner/index.js +4 -4
  14. package/dist/pipeline-runner/index.mjs +3 -3
  15. package/dist/{process-memory-45juuHpN.js → process-memory-BCQJFZZg.js} +1 -1
  16. package/dist/{process-memory-BtT7WfbJ.mjs → process-memory-CK3FnKyZ.mjs} +1 -1
  17. package/dist/recorder/index.js +261 -32
  18. package/dist/recorder/index.mjs +260 -31
  19. package/dist/session-decode/decode-worker-child.js +34 -26
  20. package/dist/session-decode/decode-worker-child.mjs +33 -25
  21. package/dist/stream-broker/_stub.js +1 -1
  22. package/dist/stream-broker/{_virtual_mf-localSharedImportMap___mfe_internal__addon_stream_broker_widgets-C_SFFNGT.mjs → _virtual_mf-localSharedImportMap___mfe_internal__addon_stream_broker_widgets-CxgvfkxP.mjs} +1 -1
  23. package/dist/stream-broker/_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_types__loadShare__.js-CL6Lgzdj.mjs +26 -0
  24. package/dist/stream-broker/{hostInit-CG28NvlV.mjs → hostInit-CTkpxp3w.mjs} +1 -1
  25. package/dist/stream-broker/index.js +1 -1
  26. package/dist/stream-broker/index.mjs +1 -1
  27. package/dist/stream-broker/remoteEntry.js +1 -1
  28. package/dist/{worker-protocol-DyocTIx_.mjs → worker-protocol-D_2QaXYr.mjs} +1 -1
  29. package/dist/{worker-protocol-CIrqGbpG.js → worker-protocol-owR7WMRP.js} +1 -1
  30. package/package.json +1 -1
  31. package/dist/stream-broker/_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_types__loadShare__.js-B1LDFHY9.mjs +0 -26
@@ -1,4 +1,4 @@
1
- const require_dist = require("./dist-BqIbYW1A.js");
1
+ const require_dist = require("./dist-BkO76jAp.js");
2
2
  require("node:crypto");
3
3
  let node_path = require("node:path");
4
4
  node_path = require_dist.__toESM(node_path, 1);
@@ -2,9 +2,9 @@ Object.defineProperties(exports, {
2
2
  __esModule: { value: true },
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
- const require_dist = require("../dist-BqIbYW1A.js");
6
- const require_process_memory = require("../process-memory-45juuHpN.js");
7
- const require_addon_utils = require("../addon-utils-C0ht2KPO.js");
5
+ const require_dist = require("../dist-BkO76jAp.js");
6
+ const require_process_memory = require("../process-memory-BCQJFZZg.js");
7
+ const require_addon_utils = require("../addon-utils-DJSN5h8c.js");
8
8
  let node_path = require("node:path");
9
9
  node_path = require_dist.__toESM(node_path);
10
10
  let node_fs = require("node:fs");
@@ -1,6 +1,6 @@
1
1
  import { n as __require } from "../chunk-DnnnRqeS.mjs";
2
- import { A as audioAnalyzerCapability, Et as hydrateSchema, _ as HF_BASE_URL, ct as resolvePoolMemoryPolicy, ht as errMsg, k as audioAnalysisCapability, n as AUDIO_BACKEND_CHOICES, q as mapAudioLabelToMacro, s as DEFAULT_AUDIO_ANALYZER_CONFIG, x as PoolMemoryWatchdog, xt as BaseAddon } from "../dist-DGQkkWc6.mjs";
3
- import { n as pickNodePlatformArch, t as readProcessMemory } from "../process-memory-BtT7WfbJ.mjs";
2
+ import { A as audioAnalyzerCapability, Et as hydrateSchema, _ as HF_BASE_URL, ct as resolvePoolMemoryPolicy, ht as errMsg, k as audioAnalysisCapability, n as AUDIO_BACKEND_CHOICES, q as mapAudioLabelToMacro, s as DEFAULT_AUDIO_ANALYZER_CONFIG, x as PoolMemoryWatchdog, xt as BaseAddon } from "../dist-B763E61Y.mjs";
3
+ import { n as pickNodePlatformArch, t as readProcessMemory } from "../process-memory-CK3FnKyZ.mjs";
4
4
  import { i as downloadFile } from "../addon-utils-CgBCF-mE.mjs";
5
5
  import * as path$1 from "node:path";
6
6
  import * as fs from "node:fs";
@@ -2,11 +2,11 @@ Object.defineProperties(exports, {
2
2
  __esModule: { value: true },
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
- const require_dist = require("../dist-BqIbYW1A.js");
6
- const require_event_loop_stall_monitor = require("../event-loop-stall-monitor-ylMGpz48.js");
7
- const require_lazy_sharp = require("../lazy-sharp-cOsy7l_P.js");
8
- const require_process_memory = require("../process-memory-45juuHpN.js");
9
- const require_addon_utils = require("../addon-utils-C0ht2KPO.js");
5
+ const require_dist = require("../dist-BkO76jAp.js");
6
+ const require_event_loop_stall_monitor = require("../event-loop-stall-monitor-28f4R0JN.js");
7
+ const require_lazy_sharp = require("../lazy-sharp-BaPl5mRa.js");
8
+ const require_process_memory = require("../process-memory-BCQJFZZg.js");
9
+ const require_addon_utils = require("../addon-utils-DJSN5h8c.js");
10
10
  let sharp = require("sharp");
11
11
  sharp = require_dist.__toESM(sharp);
12
12
  let node_child_process = require("node:child_process");
@@ -1,8 +1,8 @@
1
1
  import { n as __require } from "../chunk-DnnnRqeS.mjs";
2
- import { $ as pickClusterStepSettings, At as nodePin, D as YAMNET_TO_MACRO, Et as hydrateSchema, G as evaluateZoneRules, Gt as union, Ht as object, I as defaultDeviceFor$1, It as array, Kt as EventCategory, Pt as sleep, Q as pickClusterStepModels, Tt as createEvent, V as detectionPipelineCapability, W as enumerateInferenceDevices, Wt as string, X as overlayClusterStepSettings, c as DEFAULT_CLUSTER_STEP_MODELS, ct as resolvePoolMemoryPolicy, ht as errMsg, jt as parseJsonUnknown, l as DEFAULT_CLUSTER_STEP_SETTINGS, nt as pipelineExecutorCapability, ot as resolveClusterStepModelId, p as DEVICE_BACKEND_TO_FORMAT, pt as supportedRuntimes$1, t as APPLE_SA_TO_MACRO, ut as runtimeDevices$1, x as PoolMemoryWatchdog, xt as BaseAddon } from "../dist-DGQkkWc6.mjs";
3
- import { a as ALL_PIPELINE_STEPS, c as getDefaultModelForFormatFromDef, d as resolveModelForFormat, f as landmarkPrecisionVerdict, l as getStep, n as startEventLoopStallMonitor, o as ALL_STEPS, r as localFrameRegistry, s as getDefaultModelForFormat, u as getStepDefinition } from "../event-loop-stall-monitor-D5jK5v4Z.mjs";
2
+ import { $ as pickClusterStepSettings, At as nodePin, D as YAMNET_TO_MACRO, Et as hydrateSchema, G as evaluateZoneRules, Gt as union, Ht as object, I as defaultDeviceFor$1, It as array, Kt as EventCategory, Pt as sleep, Q as pickClusterStepModels, Tt as createEvent, V as detectionPipelineCapability, W as enumerateInferenceDevices, Wt as string, X as overlayClusterStepSettings, c as DEFAULT_CLUSTER_STEP_MODELS, ct as resolvePoolMemoryPolicy, ht as errMsg, jt as parseJsonUnknown, l as DEFAULT_CLUSTER_STEP_SETTINGS, nt as pipelineExecutorCapability, ot as resolveClusterStepModelId, p as DEVICE_BACKEND_TO_FORMAT, pt as supportedRuntimes$1, t as APPLE_SA_TO_MACRO, ut as runtimeDevices$1, x as PoolMemoryWatchdog, xt as BaseAddon } from "../dist-B763E61Y.mjs";
3
+ import { a as ALL_PIPELINE_STEPS, c as getDefaultModelForFormatFromDef, d as resolveModelForFormat, f as landmarkPrecisionVerdict, l as getStep, n as startEventLoopStallMonitor, o as ALL_STEPS, r as localFrameRegistry, s as getDefaultModelForFormat, u as getStepDefinition } from "../event-loop-stall-monitor-CYEvvp2Z.mjs";
4
4
  import { t as getSharp } from "../lazy-sharp-6oymT_yf.mjs";
5
- import { n as pickNodePlatformArch, t as readProcessMemory } from "../process-memory-BtT7WfbJ.mjs";
5
+ import { n as pickNodePlatformArch, t as readProcessMemory } from "../process-memory-CK3FnKyZ.mjs";
6
6
  import { a as ensureModel, o as isModelDownloaded, r as deleteModelFromDisk } from "../addon-utils-CgBCF-mE.mjs";
7
7
  import sharp from "sharp";
8
8
  import { spawn } from "node:child_process";
@@ -16213,12 +16213,15 @@ var NcOccupancyConditionSchema = object({
16213
16213
  * there is no second switch that can disagree with the first and every rule
16214
16214
  * authored before the decision migrates for free (`audioModeOf`):
16215
16215
  *
16216
- * - **LABEL mode — `labels` present.** The rule fires on the FIRST frame the
16217
- * classifier labels with one of them. No window, no percentage:
16218
- * `hitPercent` and `samplingSeconds` are ignored, and the rule's own
16219
- * `throttle` cooldown is the only brake. The per-label confidence floor is
16220
- * the analyzer's (`classificationMinScore`, per device) a label only
16221
- * reaches this condition if the classifier was already confident enough.
16216
+ * - **LABEL mode — `labels` present.** The rule fires when `confirmHits`
16217
+ * labelled frames land inside `confirmWindowSec` (default 2 in 5 s).
16218
+ * `hitPercent` and `samplingSeconds` are still ignored a percentage of
16219
+ * frames is the wrong question for a classifier that labels 1–3 frames
16220
+ * per episode. The count window is the brake that drops a single-frame
16221
+ * false positive; the rule's own `throttle` cooldown is the other. The
16222
+ * per-label confidence floor is the analyzer's (`classificationMinScore`,
16223
+ * per device) — a label only reaches this condition if the classifier was
16224
+ * already confident enough. `confirmHits: 1` restores first-frame fire.
16222
16225
  * - **LEVEL mode — `dbThreshold` present, no labels.** The sampling window IS
16223
16226
  * the condition: at least `hitPercent`% of the samples over
16224
16227
  * `samplingSeconds` must be at or above `dbThreshold` dBFS (see
@@ -16245,14 +16248,22 @@ var NcOccupancyConditionSchema = object({
16245
16248
  * an operator who typed `dog` mean the same thing.
16246
16249
  */
16247
16250
  var NcAudioConditionSchema = object({
16248
- /** LABEL MODE: audio macro labels. Present ⇒ fires on the first labelled frame. */
16251
+ /** LABEL MODE: audio macro labels. Present ⇒ count-in-window confirm. */
16249
16252
  labels: array(string().min(1)).min(1).optional(),
16250
16253
  /** LEVEL MODE: floor in dBFS (negative-going, `0` = full scale). */
16251
16254
  dbThreshold: number().min(-96).max(0).optional(),
16252
16255
  /** LEVEL MODE ONLY: percentage of the window's samples that must be hits (1–100). */
16253
16256
  hitPercent: number().int().min(1).max(100).default(60),
16254
16257
  /** LEVEL MODE ONLY: length of the sampling window in seconds. */
16255
- samplingSeconds: number().int().min(1).max(300).default(10)
16258
+ samplingSeconds: number().int().min(1).max(300).default(10),
16259
+ /**
16260
+ * LABEL MODE: how many labelled frames must land inside
16261
+ * {@link NcAudioConditionSchema.shape.confirmWindowSec} before dispatch.
16262
+ * Absent ⇒ 2 (the matcher default). `1` is first-frame fire.
16263
+ */
16264
+ confirmHits: number().int().min(1).max(20).optional(),
16265
+ /** LABEL MODE: the window those frames must share, in seconds. Absent ⇒ 5. */
16266
+ confirmWindowSec: number().int().min(1).max(60).optional()
16256
16267
  });
16257
16268
  /**
16258
16269
  * Which zone-crossing DIRECTION a rule accepts (`ObjectEvent.zoneCrossing`).
@@ -18701,7 +18712,9 @@ var TrackCascadeCountsSchema = object({
18701
18712
  /** Unassigned plate reads removed (best-effort; plate leg deferred to plate-intelligence). */
18702
18713
  plates: number().int(),
18703
18714
  /** Per-track CLIP search vectors removed (best-effort). */
18704
- embeddings: number().int()
18715
+ embeddings: number().int(),
18716
+ /** Group membership + group rows removed with their last member (best-effort). */
18717
+ groups: number().int()
18705
18718
  });
18706
18719
  /** Disk-wins reconcile: media rows whose blobs are gone, then empty tracks. */
18707
18720
  var DiskReconcileCountsSchema = object({
@@ -16236,12 +16236,15 @@ var NcOccupancyConditionSchema = object({
16236
16236
  * there is no second switch that can disagree with the first and every rule
16237
16237
  * authored before the decision migrates for free (`audioModeOf`):
16238
16238
  *
16239
- * - **LABEL mode — `labels` present.** The rule fires on the FIRST frame the
16240
- * classifier labels with one of them. No window, no percentage:
16241
- * `hitPercent` and `samplingSeconds` are ignored, and the rule's own
16242
- * `throttle` cooldown is the only brake. The per-label confidence floor is
16243
- * the analyzer's (`classificationMinScore`, per device) a label only
16244
- * reaches this condition if the classifier was already confident enough.
16239
+ * - **LABEL mode — `labels` present.** The rule fires when `confirmHits`
16240
+ * labelled frames land inside `confirmWindowSec` (default 2 in 5 s).
16241
+ * `hitPercent` and `samplingSeconds` are still ignored a percentage of
16242
+ * frames is the wrong question for a classifier that labels 1–3 frames
16243
+ * per episode. The count window is the brake that drops a single-frame
16244
+ * false positive; the rule's own `throttle` cooldown is the other. The
16245
+ * per-label confidence floor is the analyzer's (`classificationMinScore`,
16246
+ * per device) — a label only reaches this condition if the classifier was
16247
+ * already confident enough. `confirmHits: 1` restores first-frame fire.
16245
16248
  * - **LEVEL mode — `dbThreshold` present, no labels.** The sampling window IS
16246
16249
  * the condition: at least `hitPercent`% of the samples over
16247
16250
  * `samplingSeconds` must be at or above `dbThreshold` dBFS (see
@@ -16268,14 +16271,22 @@ var NcOccupancyConditionSchema = object({
16268
16271
  * an operator who typed `dog` mean the same thing.
16269
16272
  */
16270
16273
  var NcAudioConditionSchema = object({
16271
- /** LABEL MODE: audio macro labels. Present ⇒ fires on the first labelled frame. */
16274
+ /** LABEL MODE: audio macro labels. Present ⇒ count-in-window confirm. */
16272
16275
  labels: array(string().min(1)).min(1).optional(),
16273
16276
  /** LEVEL MODE: floor in dBFS (negative-going, `0` = full scale). */
16274
16277
  dbThreshold: number().min(-96).max(0).optional(),
16275
16278
  /** LEVEL MODE ONLY: percentage of the window's samples that must be hits (1–100). */
16276
16279
  hitPercent: number().int().min(1).max(100).default(60),
16277
16280
  /** LEVEL MODE ONLY: length of the sampling window in seconds. */
16278
- samplingSeconds: number().int().min(1).max(300).default(10)
16281
+ samplingSeconds: number().int().min(1).max(300).default(10),
16282
+ /**
16283
+ * LABEL MODE: how many labelled frames must land inside
16284
+ * {@link NcAudioConditionSchema.shape.confirmWindowSec} before dispatch.
16285
+ * Absent ⇒ 2 (the matcher default). `1` is first-frame fire.
16286
+ */
16287
+ confirmHits: number().int().min(1).max(20).optional(),
16288
+ /** LABEL MODE: the window those frames must share, in seconds. Absent ⇒ 5. */
16289
+ confirmWindowSec: number().int().min(1).max(60).optional()
16279
16290
  });
16280
16291
  /**
16281
16292
  * Which zone-crossing DIRECTION a rule accepts (`ObjectEvent.zoneCrossing`).
@@ -18724,7 +18735,9 @@ var TrackCascadeCountsSchema = object({
18724
18735
  /** Unassigned plate reads removed (best-effort; plate leg deferred to plate-intelligence). */
18725
18736
  plates: number().int(),
18726
18737
  /** Per-track CLIP search vectors removed (best-effort). */
18727
- embeddings: number().int()
18738
+ embeddings: number().int(),
18739
+ /** Group membership + group rows removed with their last member (best-effort). */
18740
+ groups: number().int()
18728
18741
  });
18729
18742
  /** Disk-wins reconcile: media rows whose blobs are gone, then empty tracks. */
18730
18743
  var DiskReconcileCountsSchema = object({
@@ -1,4 +1,4 @@
1
- const require_dist = require("./dist-BqIbYW1A.js");
1
+ const require_dist = require("./dist-BkO76jAp.js");
2
2
  let node_crypto = require("node:crypto");
3
3
  let node_perf_hooks = require("node:perf_hooks");
4
4
  //#region src/detection-pipeline/registry/model-catalogs.ts
@@ -1,4 +1,4 @@
1
- import { K as hfModelUrl, a as COCO_80_LABELS, j as audioKindId, o as COCO_TO_MACRO, r as AUDIO_MACRO_LABELS } from "./dist-DGQkkWc6.mjs";
1
+ import { K as hfModelUrl, a as COCO_80_LABELS, j as audioKindId, o as COCO_TO_MACRO, r as AUDIO_MACRO_LABELS } from "./dist-B763E61Y.mjs";
2
2
  import { randomUUID } from "node:crypto";
3
3
  import { PerformanceObserver } from "node:perf_hooks";
4
4
  //#region src/detection-pipeline/registry/model-catalogs.ts
@@ -1,4 +1,4 @@
1
- const require_dist = require("./dist-BqIbYW1A.js");
1
+ const require_dist = require("./dist-BkO76jAp.js");
2
2
  let node_url = require("node:url");
3
3
  let node_module = require("node:module");
4
4
  let node_path = require("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-BqIbYW1A.js");
6
- const require_lazy_sharp = require("../lazy-sharp-cOsy7l_P.js");
5
+ const require_dist = require("../dist-BkO76jAp.js");
6
+ const require_lazy_sharp = require("../lazy-sharp-BaPl5mRa.js");
7
7
  let node_path = require("node:path");
8
8
  let node_fs = require("node:fs");
9
9
  //#region src/motion-wasm/wasm-motion-detector.ts
@@ -1,4 +1,4 @@
1
- import { Et as hydrateSchema, G as evaluateZoneRules, Y as motionDetectionCapability, wt as DeviceType, xt as BaseAddon } from "../dist-DGQkkWc6.mjs";
1
+ import { Et as hydrateSchema, G as evaluateZoneRules, Y as motionDetectionCapability, wt as DeviceType, xt as BaseAddon } from "../dist-B763E61Y.mjs";
2
2
  import { t as getSharp } from "../lazy-sharp-6oymT_yf.mjs";
3
3
  import { join } from "node:path";
4
4
  import { readFileSync } from "node:fs";
@@ -2,11 +2,11 @@ Object.defineProperties(exports, {
2
2
  __esModule: { value: true },
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
- const require_dist = require("../dist-BqIbYW1A.js");
6
- const require_event_loop_stall_monitor = require("../event-loop-stall-monitor-ylMGpz48.js");
7
- const require_worker_protocol = require("../worker-protocol-CIrqGbpG.js");
5
+ const require_dist = require("../dist-BkO76jAp.js");
6
+ const require_event_loop_stall_monitor = require("../event-loop-stall-monitor-28f4R0JN.js");
7
+ const require_worker_protocol = require("../worker-protocol-owR7WMRP.js");
8
8
  const require_hub_hostname = require("../hub-hostname-DAJXlOgV.js");
9
- const require_lazy_sharp = require("../lazy-sharp-cOsy7l_P.js");
9
+ const require_lazy_sharp = require("../lazy-sharp-BaPl5mRa.js");
10
10
  const require_restream_intent = require("../restream-intent-Cv9x3jmu.js");
11
11
  const require_remote_restream = require("../remote-restream-CO36Sr30.js");
12
12
  let sharp = require("sharp");
@@ -1,6 +1,6 @@
1
- import { At as nodePin, Bt as literal, F as customAction, Ft as _enum, Ht as object, It as array, Kt as EventCategory, L as defineCustomActions, Lt as boolean, Tt as createEvent, Vt as number, Wt as string, et as pickDetailCropConvention, ht as errMsg, p as DEVICE_BACKEND_TO_FORMAT, rt as pipelineRunnerCapability, tt as pickNativeLeaseOverride, u as DEFAULT_DETAIL_CROP_CONVENTION, xt as BaseAddon, z as deriveDetailCropRect, zt as lazy } from "../dist-DGQkkWc6.mjs";
2
- import { i as resolveFrameViewGeometry, r as localFrameRegistry, t as attributeStall, u as getStepDefinition } from "../event-loop-stall-monitor-D5jK5v4Z.mjs";
3
- import { a as nativeLeaseSettingEnv, t as isWorkerReply } from "../worker-protocol-DyocTIx_.mjs";
1
+ import { At as nodePin, Bt as literal, F as customAction, Ft as _enum, Ht as object, It as array, Kt as EventCategory, L as defineCustomActions, Lt as boolean, Tt as createEvent, Vt as number, Wt as string, et as pickDetailCropConvention, ht as errMsg, p as DEVICE_BACKEND_TO_FORMAT, rt as pipelineRunnerCapability, tt as pickNativeLeaseOverride, u as DEFAULT_DETAIL_CROP_CONVENTION, xt as BaseAddon, z as deriveDetailCropRect, zt as lazy } from "../dist-B763E61Y.mjs";
2
+ import { i as resolveFrameViewGeometry, r as localFrameRegistry, t as attributeStall, u as getStepDefinition } from "../event-loop-stall-monitor-CYEvvp2Z.mjs";
3
+ import { a as nativeLeaseSettingEnv, t as isWorkerReply } from "../worker-protocol-D_2QaXYr.mjs";
4
4
  import { t as resolveHubHostname } from "../hub-hostname-cCknRYKj.mjs";
5
5
  import { t as getSharp } from "../lazy-sharp-6oymT_yf.mjs";
6
6
  import { n as withDetectionIntent } from "../restream-intent-B4BXZra7.mjs";
@@ -1,4 +1,4 @@
1
- const require_dist = require("./dist-BqIbYW1A.js");
1
+ const require_dist = require("./dist-BkO76jAp.js");
2
2
  let node_child_process = require("node:child_process");
3
3
  let node_fs = require("node:fs");
4
4
  node_fs = require_dist.__toESM(node_fs);
@@ -1,4 +1,4 @@
1
- import { Z as parseProcStatus } from "./dist-DGQkkWc6.mjs";
1
+ import { Z as parseProcStatus } from "./dist-B763E61Y.mjs";
2
2
  import { execFile } from "node:child_process";
3
3
  import * as fs from "node:fs";
4
4
  //#region src/shared/node-topology-platform.ts