@camstack/addon-pipeline 1.2.143 → 1.2.145
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/audio-analyzer/index.js +2 -2
- package/dist/audio-analyzer/index.mjs +2 -2
- package/dist/detection-pipeline/index.js +5 -5
- package/dist/detection-pipeline/index.mjs +4 -4
- package/dist/{dist-CmqMW5r3.js → dist-DML3mpn9.js} +65 -6
- package/dist/{dist-Dj-w3Fhb.mjs → dist-cZopp8Xm.mjs} +65 -6
- package/dist/{event-loop-stall-monitor-DPtT2E7Q.mjs → event-loop-stall-monitor-DH_vFYWu.mjs} +1 -1
- package/dist/{event-loop-stall-monitor-DBI7BO_G.js → event-loop-stall-monitor-DaV4Zdsz.js} +1 -1
- package/dist/{lazy-sharp-DQcMUnU5.js → lazy-sharp-BzXIjfN8.js} +1 -1
- package/dist/motion-wasm/index.js +2 -2
- package/dist/motion-wasm/index.mjs +1 -1
- package/dist/{node-Dj3W4uyh.mjs → node-Br6p9KvD.mjs} +1 -1
- package/dist/{node-COf9Ht20.js → node-OvVqe9eh.js} +1 -1
- package/dist/pipeline-runner/index.js +5 -5
- package/dist/pipeline-runner/index.mjs +4 -4
- package/dist/{process-memory-WlSCnMu4.mjs → process-memory-DX25Z60Q.mjs} +1 -1
- package/dist/{process-memory-ChIwi_13.js → process-memory-NWKrKfmi.js} +1 -1
- package/dist/recorder/index.js +549 -41
- package/dist/recorder/index.mjs +549 -41
- package/dist/{segment-demux-js-D8WTC7AT.js → segment-demux-js-CerfMroc.js} +1 -1
- package/dist/{segment-demux-js-BtScdFL2.mjs → segment-demux-js-DGmFQ1Zj.mjs} +1 -1
- package/dist/session-decode/decode-worker-child.js +2 -2
- package/dist/session-decode/decode-worker-child.mjs +1 -1
- package/dist/stream-broker/{_virtual_mf-localSharedImportMap___mfe_internal__addon_stream_broker_widgets-CFiTZLsx.mjs → _virtual_mf-localSharedImportMap___mfe_internal__addon_stream_broker_widgets-DQNgiTjz.mjs} +3 -3
- package/dist/stream-broker/demux-worker-child.js +1 -1
- package/dist/stream-broker/demux-worker-child.mjs +1 -1
- package/dist/stream-broker/{hostInit-D6Ztkap5.mjs → hostInit-NShcJE25.mjs} +3 -3
- package/dist/stream-broker/index.js +3 -3
- package/dist/stream-broker/index.mjs +3 -3
- package/dist/stream-broker/remoteEntry.js +1 -1
- package/dist/{worker-protocol-D5y0GSxE.mjs → worker-protocol-CUCQ1IPR.mjs} +1 -1
- package/dist/{worker-protocol-X2kpjAAQ.js → worker-protocol-Dt3zWCQY.js} +1 -1
- package/package.json +1 -1
|
@@ -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-
|
|
6
|
-
const require_process_memory = require("../process-memory-
|
|
5
|
+
const require_dist = require("../dist-DML3mpn9.js");
|
|
6
|
+
const require_process_memory = require("../process-memory-NWKrKfmi.js");
|
|
7
7
|
let node_fs = require("node:fs");
|
|
8
8
|
node_fs = require_dist.__toESM(node_fs);
|
|
9
9
|
let node_path = require("node:path");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as __require } from "../chunk-DnnnRqeS.mjs";
|
|
2
|
-
import { A as audioAnalysisCapability, It as hydrateSchema, S as PoolMemoryWatchdog, _t as resolvePoolMemoryPolicy, j as audioAnalyzerCapability, jt as BaseAddon, n as AUDIO_BACKEND_CHOICES, nt as mapAudioLabelToMacro, s as DEFAULT_AUDIO_ANALYZER_CONFIG, v as HF_BASE_URL, wt as errMsg } from "../dist-
|
|
3
|
-
import { n as pickNodePlatformArch, t as readProcessMemory } from "../process-memory-
|
|
2
|
+
import { A as audioAnalysisCapability, It as hydrateSchema, S as PoolMemoryWatchdog, _t as resolvePoolMemoryPolicy, j as audioAnalyzerCapability, jt as BaseAddon, n as AUDIO_BACKEND_CHOICES, nt as mapAudioLabelToMacro, s as DEFAULT_AUDIO_ANALYZER_CONFIG, v as HF_BASE_URL, wt as errMsg } from "../dist-cZopp8Xm.mjs";
|
|
3
|
+
import { n as pickNodePlatformArch, t as readProcessMemory } from "../process-memory-DX25Z60Q.mjs";
|
|
4
4
|
import * as fs from "node:fs";
|
|
5
5
|
import * as path$1 from "node:path";
|
|
6
6
|
import { downloadFile } from "@camstack/system/addon-utils";
|
|
@@ -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-
|
|
6
|
-
const require_node = require("../node-
|
|
7
|
-
const require_event_loop_stall_monitor = require("../event-loop-stall-monitor-
|
|
8
|
-
const require_lazy_sharp = require("../lazy-sharp-
|
|
9
|
-
const require_process_memory = require("../process-memory-
|
|
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_lazy_sharp = require("../lazy-sharp-BzXIjfN8.js");
|
|
9
|
+
const require_process_memory = require("../process-memory-NWKrKfmi.js");
|
|
10
10
|
let node_fs = require("node:fs");
|
|
11
11
|
node_fs = require_dist.__toESM(node_fs);
|
|
12
12
|
let node_path = require("node:path");
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { n as __require } from "../chunk-DnnnRqeS.mjs";
|
|
2
|
-
import { Bt as nodePin, Ft as createEvent, It as hydrateSchema, Kt as array, O as YAMNET_TO_MACRO, Q as inferModelProvider, Qt as object, S as PoolMemoryWatchdog, St as supportedRuntimes$1, Vt as parseJsonUnknown, W as detectionPipelineCapability, Wt as sleep, Y as evaluateZoneRules, _t as resolvePoolMemoryPolicy, at as overlayClusterStepSettings, c as DEFAULT_CLUSTER_STEP_MODELS, ct as pickClusterStepSettings, dt as pipelineExecutorCapability, en as string, et as loadContributionCapability, ht as resolveClusterStepModelId, jt as BaseAddon, l as DEFAULT_CLUSTER_STEP_SETTINGS, m as DEVICE_BACKEND_TO_FORMAT, nn as EventCategory, q as enumerateInferenceDevices, st as pickClusterStepModels, t as APPLE_SA_TO_MACRO, tn as union, wt as errMsg, yt as runtimeDevices$1, z as defaultDeviceFor$1 } from "../dist-
|
|
3
|
-
import { a as readProcessCost } from "../node-
|
|
4
|
-
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-
|
|
2
|
+
import { Bt as nodePin, Ft as createEvent, It as hydrateSchema, Kt as array, O as YAMNET_TO_MACRO, Q as inferModelProvider, Qt as object, S as PoolMemoryWatchdog, St as supportedRuntimes$1, Vt as parseJsonUnknown, W as detectionPipelineCapability, Wt as sleep, Y as evaluateZoneRules, _t as resolvePoolMemoryPolicy, at as overlayClusterStepSettings, c as DEFAULT_CLUSTER_STEP_MODELS, ct as pickClusterStepSettings, dt as pipelineExecutorCapability, en as string, et as loadContributionCapability, ht as resolveClusterStepModelId, jt as BaseAddon, l as DEFAULT_CLUSTER_STEP_SETTINGS, m as DEVICE_BACKEND_TO_FORMAT, nn as EventCategory, q as enumerateInferenceDevices, st as pickClusterStepModels, t as APPLE_SA_TO_MACRO, tn as union, wt as errMsg, yt as runtimeDevices$1, z as defaultDeviceFor$1 } from "../dist-cZopp8Xm.mjs";
|
|
3
|
+
import { a as readProcessCost } from "../node-Br6p9KvD.mjs";
|
|
4
|
+
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-DH_vFYWu.mjs";
|
|
5
5
|
import { t as getSharp } from "../lazy-sharp-DXsqwpph.mjs";
|
|
6
|
-
import { n as pickNodePlatformArch, t as readProcessMemory } from "../process-memory-
|
|
6
|
+
import { n as pickNodePlatformArch, t as readProcessMemory } from "../process-memory-DX25Z60Q.mjs";
|
|
7
7
|
import * as fs from "node:fs";
|
|
8
8
|
import * as path$1 from "node:path";
|
|
9
9
|
import { spawn } from "node:child_process";
|
|
@@ -15588,6 +15588,50 @@ var NodeProcessSchema = object({
|
|
|
15588
15588
|
/** Wall-clock uptime (seconds). Parsed from `ps etime`. */
|
|
15589
15589
|
uptimeSec: number()
|
|
15590
15590
|
});
|
|
15591
|
+
/**
|
|
15592
|
+
* One retained container-memory reading.
|
|
15593
|
+
*
|
|
15594
|
+
* `atMs` is the timestamp of the PROCESS snapshot taken in the same tick, not
|
|
15595
|
+
* a second clock: that is what makes "processes sum to X, container says Y"
|
|
15596
|
+
* subtractable per point rather than an eyeballed comparison of two series
|
|
15597
|
+
* sampled at different instants.
|
|
15598
|
+
*
|
|
15599
|
+
* A reduced window keeps the sample with the LARGEST `currentBytes` in each
|
|
15600
|
+
* bucket, WHOLE. Taking a per-field maximum would synthesise a row whose parts
|
|
15601
|
+
* never coexisted, and a mean would smear away the peak this exists to find.
|
|
15602
|
+
*/
|
|
15603
|
+
var ContainerMemoryPointSchema = object({
|
|
15604
|
+
/** Which hierarchy answered, so a reading is never ambiguous. */
|
|
15605
|
+
source: _enum(["cgroup-v2", "cgroup-v1"]),
|
|
15606
|
+
/** `memory.current` (v2) / `memory.usage_in_bytes` (v1). Always known. */
|
|
15607
|
+
currentBytes: number(),
|
|
15608
|
+
/** The cgroup's ceiling. `null` = NO LIMIT — never a sentinel, never zero. */
|
|
15609
|
+
limitBytes: number().nullable(),
|
|
15610
|
+
/** Anonymous pages: the closest thing to "what the processes allocated". */
|
|
15611
|
+
anonBytes: number().nullable(),
|
|
15612
|
+
/** Page cache. Charged to the cgroup, owned by no process. */
|
|
15613
|
+
fileBytes: number().nullable(),
|
|
15614
|
+
/**
|
|
15615
|
+
* Shared memory — and the field that explained the largest single surprise.
|
|
15616
|
+
* The i915 driver backs GPU buffers with shmem, so an inference pool or a
|
|
15617
|
+
* hardware-decode session holding DRM objects is charged HERE and appears
|
|
15618
|
+
* nowhere in a `ps` scan.
|
|
15619
|
+
*/
|
|
15620
|
+
shmemBytes: number().nullable(),
|
|
15621
|
+
/** Kernel slab charged to this cgroup. `null` on v1, which never publishes it. */
|
|
15622
|
+
slabBytes: number().nullable(),
|
|
15623
|
+
/**
|
|
15624
|
+
* Shrinkable i915 GEM object bytes, from debugfs.
|
|
15625
|
+
*
|
|
15626
|
+
* **Host-wide across every DRM client, NOT cgroup-scoped.** It is not a
|
|
15627
|
+
* component of `currentBytes` and must not be subtracted from it; it says
|
|
15628
|
+
* what put the shmem there, where `shmemBytes` only says how much.
|
|
15629
|
+
*
|
|
15630
|
+
* `null` wherever debugfs is not mounted — which is inside every camstack
|
|
15631
|
+
* container today — and on any node with no Intel GPU.
|
|
15632
|
+
*/
|
|
15633
|
+
gpuShmemBytes: number().nullable()
|
|
15634
|
+
}).extend({ atMs: number() });
|
|
15591
15635
|
var DumpHeapSnapshotInputSchema = object({
|
|
15592
15636
|
/** The addon whose runner should dump a heap snapshot. */
|
|
15593
15637
|
addonId: string() });
|
|
@@ -15651,6 +15695,21 @@ var NodeLoadSeriesSchema = object({
|
|
|
15651
15695
|
/** One entry per function seen in the window, heaviest-first. */
|
|
15652
15696
|
series: array(LoadFunctionSeriesSchema).readonly(),
|
|
15653
15697
|
/**
|
|
15698
|
+
* The CONTAINER's memory over the same window, oldest-first.
|
|
15699
|
+
*
|
|
15700
|
+
* Sits next to `series` rather than in a method of its own because the whole
|
|
15701
|
+
* question is a subtraction: the per-process rows in `series` sum to one
|
|
15702
|
+
* number and this one is another, and an operator who has to issue two calls
|
|
15703
|
+
* to compare them will compare two different instants. Same reader, same
|
|
15704
|
+
* `sinceMs`, same `bucketMs`, same timestamps.
|
|
15705
|
+
*
|
|
15706
|
+
* **EMPTY means ABSENT, never zero.** A node with no cgroup — a developer
|
|
15707
|
+
* Mac, a bare-metal host, a container with the hierarchy hidden — reports no
|
|
15708
|
+
* points at all. A zero here would be indistinguishable from a healthy
|
|
15709
|
+
* container and is precisely the lie this field exists to avoid.
|
|
15710
|
+
*/
|
|
15711
|
+
containerMemory: array(ContainerMemoryPointSchema).readonly(),
|
|
15712
|
+
/**
|
|
15654
15713
|
* Width of one returned bucket, in ms. Equals the sampling cadence when no
|
|
15655
15714
|
* reduction was needed — so a caller can always say what one point covers
|
|
15656
15715
|
* without having to know whether it was reduced.
|
|
@@ -26367,23 +26426,23 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
|
|
|
26367
26426
|
sdpOffer: string()
|
|
26368
26427
|
}), {
|
|
26369
26428
|
kind: "mutation",
|
|
26370
|
-
auth: "
|
|
26429
|
+
auth: "protected"
|
|
26371
26430
|
}), method(object({
|
|
26372
26431
|
deviceId: number(),
|
|
26373
26432
|
sessionId: string(),
|
|
26374
26433
|
sdpAnswer: string()
|
|
26375
26434
|
}), _void(), {
|
|
26376
26435
|
kind: "mutation",
|
|
26377
|
-
auth: "
|
|
26436
|
+
auth: "protected"
|
|
26378
26437
|
}), method(object({
|
|
26379
26438
|
deviceId: number(),
|
|
26380
26439
|
sessionId: string()
|
|
26381
26440
|
}), _void(), {
|
|
26382
26441
|
kind: "mutation",
|
|
26383
|
-
auth: "
|
|
26442
|
+
auth: "protected"
|
|
26384
26443
|
}), method(object({ deviceId: number() }), object({ sessionId: string() }), {
|
|
26385
26444
|
kind: "mutation",
|
|
26386
|
-
auth: "
|
|
26445
|
+
auth: "protected"
|
|
26387
26446
|
}), method(object({
|
|
26388
26447
|
deviceId: number(),
|
|
26389
26448
|
/** Audio bytes for ONE frame, base64-encoded so the payload
|
|
@@ -26402,10 +26461,10 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
|
|
|
26402
26461
|
sequenceNumber: number().int()
|
|
26403
26462
|
}), object({ accepted: boolean() }), {
|
|
26404
26463
|
kind: "mutation",
|
|
26405
|
-
auth: "
|
|
26464
|
+
auth: "protected"
|
|
26406
26465
|
}), method(object({ deviceId: number() }), _void(), {
|
|
26407
26466
|
kind: "mutation",
|
|
26408
|
-
auth: "
|
|
26467
|
+
auth: "protected"
|
|
26409
26468
|
}), object({
|
|
26410
26469
|
deviceId: number(),
|
|
26411
26470
|
status: IntercomStatusSchema
|
|
@@ -15565,6 +15565,50 @@ var NodeProcessSchema = object({
|
|
|
15565
15565
|
/** Wall-clock uptime (seconds). Parsed from `ps etime`. */
|
|
15566
15566
|
uptimeSec: number()
|
|
15567
15567
|
});
|
|
15568
|
+
/**
|
|
15569
|
+
* One retained container-memory reading.
|
|
15570
|
+
*
|
|
15571
|
+
* `atMs` is the timestamp of the PROCESS snapshot taken in the same tick, not
|
|
15572
|
+
* a second clock: that is what makes "processes sum to X, container says Y"
|
|
15573
|
+
* subtractable per point rather than an eyeballed comparison of two series
|
|
15574
|
+
* sampled at different instants.
|
|
15575
|
+
*
|
|
15576
|
+
* A reduced window keeps the sample with the LARGEST `currentBytes` in each
|
|
15577
|
+
* bucket, WHOLE. Taking a per-field maximum would synthesise a row whose parts
|
|
15578
|
+
* never coexisted, and a mean would smear away the peak this exists to find.
|
|
15579
|
+
*/
|
|
15580
|
+
var ContainerMemoryPointSchema = object({
|
|
15581
|
+
/** Which hierarchy answered, so a reading is never ambiguous. */
|
|
15582
|
+
source: _enum(["cgroup-v2", "cgroup-v1"]),
|
|
15583
|
+
/** `memory.current` (v2) / `memory.usage_in_bytes` (v1). Always known. */
|
|
15584
|
+
currentBytes: number(),
|
|
15585
|
+
/** The cgroup's ceiling. `null` = NO LIMIT — never a sentinel, never zero. */
|
|
15586
|
+
limitBytes: number().nullable(),
|
|
15587
|
+
/** Anonymous pages: the closest thing to "what the processes allocated". */
|
|
15588
|
+
anonBytes: number().nullable(),
|
|
15589
|
+
/** Page cache. Charged to the cgroup, owned by no process. */
|
|
15590
|
+
fileBytes: number().nullable(),
|
|
15591
|
+
/**
|
|
15592
|
+
* Shared memory — and the field that explained the largest single surprise.
|
|
15593
|
+
* The i915 driver backs GPU buffers with shmem, so an inference pool or a
|
|
15594
|
+
* hardware-decode session holding DRM objects is charged HERE and appears
|
|
15595
|
+
* nowhere in a `ps` scan.
|
|
15596
|
+
*/
|
|
15597
|
+
shmemBytes: number().nullable(),
|
|
15598
|
+
/** Kernel slab charged to this cgroup. `null` on v1, which never publishes it. */
|
|
15599
|
+
slabBytes: number().nullable(),
|
|
15600
|
+
/**
|
|
15601
|
+
* Shrinkable i915 GEM object bytes, from debugfs.
|
|
15602
|
+
*
|
|
15603
|
+
* **Host-wide across every DRM client, NOT cgroup-scoped.** It is not a
|
|
15604
|
+
* component of `currentBytes` and must not be subtracted from it; it says
|
|
15605
|
+
* what put the shmem there, where `shmemBytes` only says how much.
|
|
15606
|
+
*
|
|
15607
|
+
* `null` wherever debugfs is not mounted — which is inside every camstack
|
|
15608
|
+
* container today — and on any node with no Intel GPU.
|
|
15609
|
+
*/
|
|
15610
|
+
gpuShmemBytes: number().nullable()
|
|
15611
|
+
}).extend({ atMs: number() });
|
|
15568
15612
|
var DumpHeapSnapshotInputSchema = object({
|
|
15569
15613
|
/** The addon whose runner should dump a heap snapshot. */
|
|
15570
15614
|
addonId: string() });
|
|
@@ -15628,6 +15672,21 @@ var NodeLoadSeriesSchema = object({
|
|
|
15628
15672
|
/** One entry per function seen in the window, heaviest-first. */
|
|
15629
15673
|
series: array(LoadFunctionSeriesSchema).readonly(),
|
|
15630
15674
|
/**
|
|
15675
|
+
* The CONTAINER's memory over the same window, oldest-first.
|
|
15676
|
+
*
|
|
15677
|
+
* Sits next to `series` rather than in a method of its own because the whole
|
|
15678
|
+
* question is a subtraction: the per-process rows in `series` sum to one
|
|
15679
|
+
* number and this one is another, and an operator who has to issue two calls
|
|
15680
|
+
* to compare them will compare two different instants. Same reader, same
|
|
15681
|
+
* `sinceMs`, same `bucketMs`, same timestamps.
|
|
15682
|
+
*
|
|
15683
|
+
* **EMPTY means ABSENT, never zero.** A node with no cgroup — a developer
|
|
15684
|
+
* Mac, a bare-metal host, a container with the hierarchy hidden — reports no
|
|
15685
|
+
* points at all. A zero here would be indistinguishable from a healthy
|
|
15686
|
+
* container and is precisely the lie this field exists to avoid.
|
|
15687
|
+
*/
|
|
15688
|
+
containerMemory: array(ContainerMemoryPointSchema).readonly(),
|
|
15689
|
+
/**
|
|
15631
15690
|
* Width of one returned bucket, in ms. Equals the sampling cadence when no
|
|
15632
15691
|
* reduction was needed — so a caller can always say what one point covers
|
|
15633
15692
|
* without having to know whether it was reduced.
|
|
@@ -26344,23 +26403,23 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
|
|
|
26344
26403
|
sdpOffer: string()
|
|
26345
26404
|
}), {
|
|
26346
26405
|
kind: "mutation",
|
|
26347
|
-
auth: "
|
|
26406
|
+
auth: "protected"
|
|
26348
26407
|
}), method(object({
|
|
26349
26408
|
deviceId: number(),
|
|
26350
26409
|
sessionId: string(),
|
|
26351
26410
|
sdpAnswer: string()
|
|
26352
26411
|
}), _void(), {
|
|
26353
26412
|
kind: "mutation",
|
|
26354
|
-
auth: "
|
|
26413
|
+
auth: "protected"
|
|
26355
26414
|
}), method(object({
|
|
26356
26415
|
deviceId: number(),
|
|
26357
26416
|
sessionId: string()
|
|
26358
26417
|
}), _void(), {
|
|
26359
26418
|
kind: "mutation",
|
|
26360
|
-
auth: "
|
|
26419
|
+
auth: "protected"
|
|
26361
26420
|
}), method(object({ deviceId: number() }), object({ sessionId: string() }), {
|
|
26362
26421
|
kind: "mutation",
|
|
26363
|
-
auth: "
|
|
26422
|
+
auth: "protected"
|
|
26364
26423
|
}), method(object({
|
|
26365
26424
|
deviceId: number(),
|
|
26366
26425
|
/** Audio bytes for ONE frame, base64-encoded so the payload
|
|
@@ -26379,10 +26438,10 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
|
|
|
26379
26438
|
sequenceNumber: number().int()
|
|
26380
26439
|
}), object({ accepted: boolean() }), {
|
|
26381
26440
|
kind: "mutation",
|
|
26382
|
-
auth: "
|
|
26441
|
+
auth: "protected"
|
|
26383
26442
|
}), method(object({ deviceId: number() }), _void(), {
|
|
26384
26443
|
kind: "mutation",
|
|
26385
|
-
auth: "
|
|
26444
|
+
auth: "protected"
|
|
26386
26445
|
}), object({
|
|
26387
26446
|
deviceId: number(),
|
|
26388
26447
|
status: IntercomStatusSchema
|
package/dist/{event-loop-stall-monitor-DPtT2E7Q.mjs → event-loop-stall-monitor-DH_vFYWu.mjs}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { M as audioKindId, Z as hfModelUrl, a as COCO_80_LABELS, o as COCO_TO_MACRO, r as AUDIO_MACRO_LABELS } from "./dist-
|
|
1
|
+
import { M as audioKindId, Z as hfModelUrl, a as COCO_80_LABELS, o as COCO_TO_MACRO, r as AUDIO_MACRO_LABELS } from "./dist-cZopp8Xm.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
|
|
@@ -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-
|
|
6
|
-
const require_lazy_sharp = require("../lazy-sharp-
|
|
5
|
+
const require_dist = require("../dist-DML3mpn9.js");
|
|
6
|
+
const require_lazy_sharp = require("../lazy-sharp-BzXIjfN8.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-
|
|
1
|
+
import { It as hydrateSchema, Pt as DeviceType, Y as evaluateZoneRules, it as motionDetectionCapability, jt as BaseAddon } from "../dist-cZopp8Xm.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
|
-
import { Dt as buildFfmpegArgs, Et as Fmp4BoxSplitter, kt as isSoftwareDecode, wt as errMsg } from "./dist-
|
|
1
|
+
import { Dt as buildFfmpegArgs, Et as Fmp4BoxSplitter, kt as isSoftwareDecode, wt as errMsg } from "./dist-cZopp8Xm.mjs";
|
|
2
2
|
import { randomUUID } from "node:crypto";
|
|
3
3
|
import "node:fs";
|
|
4
4
|
import "node:path";
|
|
@@ -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-
|
|
6
|
-
const require_node = require("../node-
|
|
7
|
-
const require_event_loop_stall_monitor = require("../event-loop-stall-monitor-
|
|
8
|
-
const require_worker_protocol = require("../worker-protocol-
|
|
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");
|
|
9
9
|
const require_hub_hostname = require("../hub-hostname-DAJXlOgV.js");
|
|
10
|
-
const require_lazy_sharp = require("../lazy-sharp-
|
|
10
|
+
const require_lazy_sharp = require("../lazy-sharp-BzXIjfN8.js");
|
|
11
11
|
const require_restream_intent = require("../restream-intent-Cv9x3jmu.js");
|
|
12
12
|
const require_remote_restream = require("../remote-restream-CO36Sr30.js");
|
|
13
13
|
let node_child_process = require("node:child_process");
|
|
@@ -1,7 +1,7 @@
|
|
|
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-
|
|
2
|
-
import { i as NO_COST_CLAIM, t as ChildCostRegistry } from "../node-
|
|
3
|
-
import { i as resolveFrameViewGeometry, r as localFrameRegistry, t as attributeStall, u as getStepDefinition } from "../event-loop-stall-monitor-
|
|
4
|
-
import { a as nativeLeaseSettingEnv, t as isWorkerReply } from "../worker-protocol-
|
|
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";
|
|
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";
|