@camstack/addon-pipeline 1.2.145 → 1.2.148

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 (39) hide show
  1. package/dist/audio-analyzer/index.js +2 -2
  2. package/dist/audio-analyzer/index.mjs +2 -2
  3. package/dist/detection-pipeline/index.js +36 -33
  4. package/dist/detection-pipeline/index.mjs +8 -5
  5. package/dist/{dist-DML3mpn9.js → dist-DLy_uz82.js} +121 -13
  6. package/dist/{dist-cZopp8Xm.mjs → dist-DjplinYP.mjs} +121 -13
  7. package/dist/event-loop-stall-monitor-DXLNBMkY.mjs +138 -0
  8. package/dist/event-loop-stall-monitor-DaUBcb13.js +149 -0
  9. package/dist/{lazy-sharp-BzXIjfN8.js → lazy-sharp-BI4LsfMM.js} +1 -1
  10. package/dist/{event-loop-stall-monitor-DH_vFYWu.mjs → local-frame-registry-77FL9ua_.mjs} +2 -139
  11. package/dist/{event-loop-stall-monitor-DaV4Zdsz.js → local-frame-registry-Dr_U_xCG.js} +1 -150
  12. package/dist/motion-wasm/index.js +2 -2
  13. package/dist/motion-wasm/index.mjs +1 -1
  14. package/dist/{node-OvVqe9eh.js → node-BHFLhfkh.js} +1 -1
  15. package/dist/{node-Br6p9KvD.mjs → node-D7uxWSXD.mjs} +1 -1
  16. package/dist/pipeline-runner/index.js +14 -13
  17. package/dist/pipeline-runner/index.mjs +5 -4
  18. package/dist/{process-memory-DX25Z60Q.mjs → process-memory-B2tApNua.mjs} +1 -1
  19. package/dist/{process-memory-NWKrKfmi.js → process-memory-M8WiR3qj.js} +1 -1
  20. package/dist/recorder/index.js +633 -381
  21. package/dist/recorder/index.mjs +633 -381
  22. package/dist/{segment-demux-js-DGmFQ1Zj.mjs → segment-demux-js-3niBZUpJ.mjs} +1 -1
  23. package/dist/{segment-demux-js-CerfMroc.js → segment-demux-js-Cc_If7C_.js} +1 -1
  24. package/dist/session-decode/decode-worker-child.js +2 -2
  25. package/dist/session-decode/decode-worker-child.mjs +1 -1
  26. package/dist/stream-broker/_stub.js +2 -2
  27. package/dist/stream-broker/{_virtual_mf-localSharedImportMap___mfe_internal__addon_stream_broker_widgets-DQNgiTjz.mjs → _virtual_mf-localSharedImportMap___mfe_internal__addon_stream_broker_widgets-QfvsYvjB.mjs} +3 -3
  28. package/dist/stream-broker/_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_types__loadShare__.js-DXrU11Bz.mjs +26 -0
  29. package/dist/stream-broker/{_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_ui_mf_2_library__loadShare__.js-bjYJYwAq.mjs → _virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_ui_mf_2_library__loadShare__.js-CgIcw5Wl.mjs} +1 -1
  30. package/dist/stream-broker/demux-worker-child.js +1 -1
  31. package/dist/stream-broker/demux-worker-child.mjs +1 -1
  32. package/dist/stream-broker/{hostInit-NShcJE25.mjs → hostInit-Dd2CEvDK.mjs} +3 -3
  33. package/dist/stream-broker/index.js +3 -3
  34. package/dist/stream-broker/index.mjs +3 -3
  35. package/dist/stream-broker/remoteEntry.js +1 -1
  36. package/dist/{worker-protocol-CUCQ1IPR.mjs → worker-protocol-Cvln9GmS.mjs} +1 -1
  37. package/dist/{worker-protocol-Dt3zWCQY.js → worker-protocol-basMNc_q.js} +1 -1
  38. package/package.json +1 -1
  39. package/dist/stream-broker/_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_types__loadShare__.js-D4-thZGg.mjs +0 -26
@@ -1,6 +1,5 @@
1
- const require_dist = require("./dist-DML3mpn9.js");
1
+ const require_dist = require("./dist-DLy_uz82.js");
2
2
  let node_crypto = require("node:crypto");
3
- let node_perf_hooks = require("node:perf_hooks");
4
3
  //#region src/detection-pipeline/registry/model-catalogs.ts
5
4
  var HF_REPO = "camstack/camstack-models";
6
5
  var HF_SCRYPTED = "scrypted/plugin-models";
@@ -2111,142 +2110,6 @@ var localFrameRegistry = new LocalFrameRegistry({
2111
2110
  maxBytes: envPositiveInt("CAMSTACK_LOCAL_FRAME_BUDGET_MB", DEFAULT_MAX_BYTES / 1048576) * 1048576
2112
2111
  });
2113
2112
  //#endregion
2114
- //#region src/detection-pipeline/diagnostics/event-loop-stall-monitor.ts
2115
- /**
2116
- * event-loop-stall-monitor — names the thing that freezes the detection process.
2117
- *
2118
- * ## What this exists to settle
2119
- *
2120
- * On 2026-08-01/02 inference across the whole fleet stalled in bursts: 759
2121
- * calls in 90 minutes crossed the runner's 20s deadline, p50 41s and max 80s,
2122
- * and EVERY one of them eventually resolved. Six explanations were killed with
2123
- * telemetry alone:
2124
- *
2125
- * - not a slow GPU or a wedged pool — the work completes, just enormously late;
2126
- * - not CPU starvation — hosts sat at 8-48% during the freezes;
2127
- * - not swap — `pswpin/pswpout` are flat zero on every host;
2128
- * - not a logging artifact — Loki's timestamp trails the in-process one by
2129
- * 0.1-1.0s at p95, so the gaps are real, not buffered delivery;
2130
- * - not the v1.2.30 release — the stalls predate it by a day;
2131
- * - not only the idle-pool recompile — that is real and hub-side, but the
2132
- * agent stalls with no eviction and no compile at all.
2133
- *
2134
- * What IS established: the 10s stats timer — which touches no inference code —
2135
- * stops firing for 22-88s and resumes at the same instant the abandoned calls
2136
- * settle. The event loop itself freezes. From outside the process, GC and a
2137
- * synchronous block are indistinguishable, and guessing between them is how
2138
- * this investigation would go wrong. So measure it.
2139
- *
2140
- * ## How
2141
- *
2142
- * A 1s interval whose LATENESS is the freeze: a tick that arrives 40s late means
2143
- * the loop was blocked ~39s, whatever blocked it. In the same window the GC
2144
- * observer accumulates pause time. The two numbers together answer the question
2145
- * outright:
2146
- *
2147
- * - `gcMs` ≈ `stallMs` → garbage collection. Look at heap growth.
2148
- * - `gcMs` ≈ 0 → something SYNCHRONOUS blocked the loop, and GC is innocent.
2149
- *
2150
- * Heap and RSS ride along because if it is GC, the next question is always
2151
- * "growing since when?".
2152
- *
2153
- * Deliberately not a histogram (`monitorEventLoopDelay`): that reports a
2154
- * distribution, and the question here is about ONE outlier and what coincided
2155
- * with it.
2156
- */
2157
- /** Tick period. Small enough to bound attribution error, large enough to cost
2158
- * nothing on a process already doing frame work. */
2159
- var STALL_TICK_MS = 1e3;
2160
- /**
2161
- * Report a freeze only past this. The runner's own inference deadline is 20s
2162
- * and the observed freezes run 22-88s, so this is far below the signal while
2163
- * staying clear of ordinary scheduling jitter (a busy frame path routinely
2164
- * overruns a 1s timer by tens of ms).
2165
- */
2166
- var STALL_REPORT_MS = 2e3;
2167
- /**
2168
- * Attribute a freeze. Pure, because this is the ONE judgement the whole module
2169
- * exists to make and it must be testable without freezing a real event loop.
2170
- *
2171
- * `gc` when garbage collection accounts for most of the stall; a
2172
- * `synchronous-block` when it accounts for almost none — that verdict points
2173
- * away from the heap entirely and at whatever ran without yielding.
2174
- */
2175
- function attributeStall(stallMs, gcMs, gcCount, longestGcMs) {
2176
- const share = stallMs > 0 ? gcMs / stallMs : 0;
2177
- return {
2178
- stallMs,
2179
- gcMs,
2180
- gcCount,
2181
- longestGcMs,
2182
- cause: share >= .7 ? "gc" : share <= .2 ? "synchronous-block" : "mixed"
2183
- };
2184
- }
2185
- /**
2186
- * Start watching. Returns a stop function; safe to call twice.
2187
- *
2188
- * Never throws into the caller: a diagnostic that can take the detection
2189
- * process down is worse than no diagnostic. `PerformanceObserver` for `gc` is
2190
- * unavailable in some embedded runtimes, and that must degrade to
2191
- * stall-detection-without-attribution rather than a boot failure.
2192
- */
2193
- function startEventLoopStallMonitor(logger, reportThresholdMs = STALL_REPORT_MS) {
2194
- let gc = {
2195
- totalMs: 0,
2196
- count: 0,
2197
- longestMs: 0
2198
- };
2199
- let observer = null;
2200
- try {
2201
- observer = new node_perf_hooks.PerformanceObserver((list) => {
2202
- for (const entry of list.getEntries()) {
2203
- gc.totalMs += entry.duration;
2204
- gc.count += 1;
2205
- if (entry.duration > gc.longestMs) gc.longestMs = entry.duration;
2206
- }
2207
- });
2208
- observer.observe({ entryTypes: ["gc"] });
2209
- } catch {
2210
- observer = null;
2211
- }
2212
- let expected = Date.now() + STALL_TICK_MS;
2213
- const timer = setInterval(() => {
2214
- const now = Date.now();
2215
- const lateBy = now - expected;
2216
- const window = gc;
2217
- gc = {
2218
- totalMs: 0,
2219
- count: 0,
2220
- longestMs: 0
2221
- };
2222
- expected = now + STALL_TICK_MS;
2223
- if (lateBy < reportThresholdMs) return;
2224
- const verdict = attributeStall(lateBy, Math.round(window.totalMs), window.count, Math.round(window.longestMs));
2225
- const mem = process.memoryUsage();
2226
- logger.warn("event loop stalled", { meta: {
2227
- stallMs: verdict.stallMs,
2228
- cause: verdict.cause,
2229
- gcMs: verdict.gcMs,
2230
- gcCount: verdict.gcCount,
2231
- longestGcMs: verdict.longestGcMs,
2232
- gcObserved: observer !== null,
2233
- heapUsedMb: Math.round(mem.heapUsed / 1e6),
2234
- heapTotalMb: Math.round(mem.heapTotal / 1e6),
2235
- rssMb: Math.round(mem.rss / 1e6),
2236
- externalMb: Math.round(mem.external / 1e6),
2237
- arrayBuffersMb: Math.round(mem.arrayBuffers / 1e6)
2238
- } });
2239
- }, STALL_TICK_MS);
2240
- timer.unref?.();
2241
- let stopped = false;
2242
- return () => {
2243
- if (stopped) return;
2244
- stopped = true;
2245
- clearInterval(timer);
2246
- observer?.disconnect();
2247
- };
2248
- }
2249
- //#endregion
2250
2113
  Object.defineProperty(exports, "ALL_PIPELINE_STEPS", {
2251
2114
  enumerable: true,
2252
2115
  get: function() {
@@ -2259,12 +2122,6 @@ Object.defineProperty(exports, "ALL_STEPS", {
2259
2122
  return ALL_STEPS;
2260
2123
  }
2261
2124
  });
2262
- Object.defineProperty(exports, "attributeStall", {
2263
- enumerable: true,
2264
- get: function() {
2265
- return attributeStall;
2266
- }
2267
- });
2268
2125
  Object.defineProperty(exports, "getDefaultModelForFormat", {
2269
2126
  enumerable: true,
2270
2127
  get: function() {
@@ -2313,9 +2170,3 @@ Object.defineProperty(exports, "resolveModelForFormat", {
2313
2170
  return resolveModelForFormat;
2314
2171
  }
2315
2172
  });
2316
- Object.defineProperty(exports, "startEventLoopStallMonitor", {
2317
- enumerable: true,
2318
- get: function() {
2319
- return startEventLoopStallMonitor;
2320
- }
2321
- });
@@ -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-DML3mpn9.js");
6
- const require_lazy_sharp = require("../lazy-sharp-BzXIjfN8.js");
5
+ const require_dist = require("../dist-DLy_uz82.js");
6
+ const require_lazy_sharp = require("../lazy-sharp-BI4LsfMM.js");
7
7
  let node_fs = require("node:fs");
8
8
  let node_path = require("node:path");
9
9
  //#region src/motion-wasm/wasm-motion-detector.ts
@@ -1,4 +1,4 @@
1
- import { It as hydrateSchema, Pt as DeviceType, Y as evaluateZoneRules, it as motionDetectionCapability, jt as BaseAddon } from "../dist-cZopp8Xm.mjs";
1
+ import { It as hydrateSchema, Pt as DeviceType, Y as evaluateZoneRules, it as motionDetectionCapability, jt as BaseAddon } from "../dist-DjplinYP.mjs";
2
2
  import { t as getSharp } from "../lazy-sharp-DXsqwpph.mjs";
3
3
  import { readFileSync } from "node:fs";
4
4
  import { join } from "node:path";
@@ -1,4 +1,4 @@
1
- const require_dist = require("./dist-DML3mpn9.js");
1
+ const require_dist = require("./dist-DLy_uz82.js");
2
2
  let node_crypto = require("node:crypto");
3
3
  let node_fs = require("node:fs");
4
4
  node_fs = require_dist.__toESM(node_fs, 1);
@@ -1,4 +1,4 @@
1
- import { Dt as buildFfmpegArgs, Et as Fmp4BoxSplitter, kt as isSoftwareDecode, wt as errMsg } from "./dist-cZopp8Xm.mjs";
1
+ import { Dt as buildFfmpegArgs, Et as Fmp4BoxSplitter, kt as isSoftwareDecode, wt as errMsg } from "./dist-DjplinYP.mjs";
2
2
  import { randomUUID } from "node:crypto";
3
3
  import "node:fs";
4
4
  import "node:path";
@@ -2,13 +2,14 @@ Object.defineProperties(exports, {
2
2
  __esModule: { value: true },
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
- const require_dist = require("../dist-DML3mpn9.js");
6
- const require_node = require("../node-OvVqe9eh.js");
7
- const require_event_loop_stall_monitor = require("../event-loop-stall-monitor-DaV4Zdsz.js");
8
- const require_worker_protocol = require("../worker-protocol-Dt3zWCQY.js");
5
+ const require_dist = require("../dist-DLy_uz82.js");
6
+ const require_node = require("../node-BHFLhfkh.js");
7
+ const require_local_frame_registry = require("../local-frame-registry-Dr_U_xCG.js");
8
+ const require_worker_protocol = require("../worker-protocol-basMNc_q.js");
9
9
  const require_hub_hostname = require("../hub-hostname-DAJXlOgV.js");
10
- const require_lazy_sharp = require("../lazy-sharp-BzXIjfN8.js");
10
+ const require_lazy_sharp = require("../lazy-sharp-BI4LsfMM.js");
11
11
  const require_restream_intent = require("../restream-intent-Cv9x3jmu.js");
12
+ const require_event_loop_stall_monitor = require("../event-loop-stall-monitor-DaUBcb13.js");
12
13
  const require_remote_restream = require("../remote-restream-CO36Sr30.js");
13
14
  let node_child_process = require("node:child_process");
14
15
  let sharp = require("sharp");
@@ -1408,7 +1409,7 @@ function createSessionDecodeCoordinator(deps) {
1408
1409
  * shm-ring cameras.
1409
1410
  */
1410
1411
  async function toDecodedFrame(frame, format, viewSpec) {
1411
- const geometry = viewSpec ? require_event_loop_stall_monitor.resolveFrameViewGeometry(frame.image.width, frame.image.height, viewSpec) : void 0;
1412
+ const geometry = viewSpec ? require_local_frame_registry.resolveFrameViewGeometry(frame.image.width, frame.image.height, viewSpec) : void 0;
1412
1413
  const bytes = await frame.image.toBuffer(geometry ? {
1413
1414
  crop: geometry.sourceCrop,
1414
1415
  resize: geometry.output,
@@ -5056,7 +5057,7 @@ function writeRetainedDetectionFrame(store, deviceId, frame, retention) {
5056
5057
  if (retention) return retention.admitFrame(deviceId, frame);
5057
5058
  if (!store) return void 0;
5058
5059
  if (!isContinuousRetainEnabled()) return store.allocateHandle(deviceId, frame) ?? void 0;
5059
- return store.write(deviceId, frame, frame.frameRef ? createRetainedContentFallback(require_event_loop_stall_monitor.localFrameRegistry, frame.frameRef) : void 0) ?? void 0;
5060
+ return store.write(deviceId, frame, frame.frameRef ? createRetainedContentFallback(require_local_frame_registry.localFrameRegistry, frame.frameRef) : void 0) ?? void 0;
5060
5061
  }
5061
5062
  var DETECTION_KEEPWARM_MS = 15e3;
5062
5063
  /**
@@ -5117,7 +5118,7 @@ function collectEnabledStepIds(steps, acc) {
5117
5118
  */
5118
5119
  function tryGetStepDefinition(stepId) {
5119
5120
  try {
5120
- return require_event_loop_stall_monitor.getStepDefinition(stepId);
5121
+ return require_local_frame_registry.getStepDefinition(stepId);
5121
5122
  } catch {
5122
5123
  return null;
5123
5124
  }
@@ -5576,7 +5577,7 @@ var PipelineRunnerAddon = class PipelineRunnerAddon extends require_dist.BaseAdd
5576
5577
  });
5577
5578
  this.retention = new OnDemandRetentionSession({
5578
5579
  store: this.retainedFrames,
5579
- registry: require_event_loop_stall_monitor.localFrameRegistry,
5580
+ registry: require_local_frame_registry.localFrameRegistry,
5580
5581
  telemetry: this.frameLazy,
5581
5582
  nodeId: this.nodeId,
5582
5583
  continuousRetain: isContinuousRetainEnabled()
@@ -5588,7 +5589,7 @@ var PipelineRunnerAddon = class PipelineRunnerAddon extends require_dist.BaseAdd
5588
5589
  minThrottledFps: this.config.minThrottledFps,
5589
5590
  processFrame: (deviceId, frame, handle) => this.runInference(deviceId, frame, handle),
5590
5591
  analyzeMotion: (deviceId, frame, handle) => this.runMotionAnalysis(deviceId, frame, handle),
5591
- releaseFrameRef: (ref, reason) => require_event_loop_stall_monitor.localFrameRegistry.release(ref, reason),
5592
+ releaseFrameRef: (ref, reason) => require_local_frame_registry.localFrameRegistry.release(ref, reason),
5592
5593
  releaseRetention: (handle, reason) => this.retention?.release(handle, reason),
5593
5594
  hydrateRetainedFrame: (handle) => this.retainedFrames?.ensureContent(handle) ?? Promise.resolve(null),
5594
5595
  onPhaseChanged: (deviceId, phase, meta) => this.handlePhaseChanged(deviceId, phase, meta),
@@ -7424,7 +7425,7 @@ var PipelineRunnerAddon = class PipelineRunnerAddon extends require_dist.BaseAdd
7424
7425
  return materialize;
7425
7426
  },
7426
7427
  ...useLocalFrameRef ? {
7427
- frameRegistry: require_event_loop_stall_monitor.localFrameRegistry,
7428
+ frameRegistry: require_local_frame_registry.localFrameRegistry,
7428
7429
  onFrameRef: async (frame, nativeCrop) => {
7429
7430
  const current = reservation;
7430
7431
  reservation = null;
@@ -7441,7 +7442,7 @@ var PipelineRunnerAddon = class PipelineRunnerAddon extends require_dist.BaseAdd
7441
7442
  });
7442
7443
  const admitted = current.detection && runner.enqueueReservedDetectionFrame(config.deviceId, frame, handle);
7443
7444
  if (current.motion) {
7444
- const motion = await resolveMotionFrameView(require_event_loop_stall_monitor.localFrameRegistry, frame.frameRef);
7445
+ const motion = await resolveMotionFrameView(require_local_frame_registry.localFrameRegistry, frame.frameRef);
7445
7446
  if (motion.kind === "view") runner.enqueueMotionFrame(config.deviceId, {
7446
7447
  data: Buffer.from(motion.data),
7447
7448
  width: motion.width,
@@ -8106,7 +8107,7 @@ var PipelineRunnerAddon = class PipelineRunnerAddon extends require_dist.BaseAdd
8106
8107
  format: "rgb"
8107
8108
  },
8108
8109
  ...useLocalFrameRef ? {
8109
- frameRegistry: require_event_loop_stall_monitor.localFrameRegistry,
8110
+ frameRegistry: require_local_frame_registry.localFrameRegistry,
8110
8111
  onFrameRef: (frame, nativeCrop) => {
8111
8112
  if (settled) return false;
8112
8113
  const handle = writeRetainedDetectionFrame(retainedFrames, config.deviceId, frame, this.retention);
@@ -1,10 +1,11 @@
1
- import { B as defineCustomActions, Bt as nodePin, Ft as createEvent, Gt as _enum, H as deriveDetailCropRect, Kt as array, L as customAction, Qt as object, X as failureContributionCapability, Xt as literal, Yt as lazy, Zt as number, _ as FailureCounters, en as string, et as loadContributionCapability, ft as pipelineRunnerCapability, jt as BaseAddon, lt as pickDetailCropConvention, m as DEVICE_BACKEND_TO_FORMAT, nn as EventCategory, p as DEFAULT_NATIVE_LEASE_SETTINGS, qt as boolean, u as DEFAULT_DETAIL_CROP_CONVENTION, ut as pickNativeLeaseOverride, wt as errMsg } from "../dist-cZopp8Xm.mjs";
2
- import { i as NO_COST_CLAIM, t as ChildCostRegistry } from "../node-Br6p9KvD.mjs";
3
- import { i as resolveFrameViewGeometry, r as localFrameRegistry, t as attributeStall, u as getStepDefinition } from "../event-loop-stall-monitor-DH_vFYWu.mjs";
4
- import { a as nativeLeaseSettingEnv, t as isWorkerReply } from "../worker-protocol-CUCQ1IPR.mjs";
1
+ import { B as defineCustomActions, Bt as nodePin, Ft as createEvent, Gt as _enum, H as deriveDetailCropRect, Kt as array, L as customAction, Qt as object, X as failureContributionCapability, Xt as literal, Yt as lazy, Zt as number, _ as FailureCounters, en as string, et as loadContributionCapability, ft as pipelineRunnerCapability, jt as BaseAddon, lt as pickDetailCropConvention, m as DEVICE_BACKEND_TO_FORMAT, nn as EventCategory, p as DEFAULT_NATIVE_LEASE_SETTINGS, qt as boolean, u as DEFAULT_DETAIL_CROP_CONVENTION, ut as pickNativeLeaseOverride, wt as errMsg } from "../dist-DjplinYP.mjs";
2
+ import { i as NO_COST_CLAIM, t as ChildCostRegistry } from "../node-D7uxWSXD.mjs";
3
+ import { c as getStepDefinition, n as resolveFrameViewGeometry, t as localFrameRegistry } from "../local-frame-registry-77FL9ua_.mjs";
4
+ import { a as nativeLeaseSettingEnv, t as isWorkerReply } from "../worker-protocol-Cvln9GmS.mjs";
5
5
  import { t as resolveHubHostname } from "../hub-hostname-cCknRYKj.mjs";
6
6
  import { t as getSharp } from "../lazy-sharp-DXsqwpph.mjs";
7
7
  import { n as withDetectionIntent } from "../restream-intent-B4BXZra7.mjs";
8
+ import { t as attributeStall } from "../event-loop-stall-monitor-DXLNBMkY.mjs";
8
9
  import { n as profileForStreamId, t as isRemoteRestream } from "../remote-restream-BeHi78PZ.mjs";
9
10
  import { fork } from "node:child_process";
10
11
  import sharp from "sharp";
@@ -1,4 +1,4 @@
1
- import { ot as parseProcStatus } from "./dist-cZopp8Xm.mjs";
1
+ import { ot as parseProcStatus } from "./dist-DjplinYP.mjs";
2
2
  import * as fs from "node:fs";
3
3
  import { execFile } from "node:child_process";
4
4
  //#region src/shared/node-topology-platform.ts
@@ -1,4 +1,4 @@
1
- const require_dist = require("./dist-DML3mpn9.js");
1
+ const require_dist = require("./dist-DLy_uz82.js");
2
2
  let node_fs = require("node:fs");
3
3
  node_fs = require_dist.__toESM(node_fs);
4
4
  let node_child_process = require("node:child_process");