@camstack/system 1.2.79 → 1.2.81

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 (55) hide show
  1. package/dist/builtins/addon-pages-aggregator/addon-pages-aggregator.addon.js +1 -1
  2. package/dist/builtins/addon-pages-aggregator/addon-pages-aggregator.addon.mjs +1 -1
  3. package/dist/builtins/addon-widgets-aggregator/addon-widgets-aggregator.addon.js +1 -1
  4. package/dist/builtins/addon-widgets-aggregator/addon-widgets-aggregator.addon.mjs +1 -1
  5. package/dist/builtins/alerts/alerts.addon.js +1 -1
  6. package/dist/builtins/alerts/alerts.addon.mjs +1 -1
  7. package/dist/builtins/backup-orchestrator/backup-orchestrator.addon.js +1 -1
  8. package/dist/builtins/backup-orchestrator/backup-orchestrator.addon.mjs +1 -1
  9. package/dist/builtins/console-logging/index.js +1 -1
  10. package/dist/builtins/console-logging/index.mjs +1 -1
  11. package/dist/builtins/core-blocks/core-blocks.addon.js +1 -1
  12. package/dist/builtins/core-blocks/core-blocks.addon.mjs +1 -1
  13. package/dist/builtins/device-manager/device-bindings-store.d.ts +21 -0
  14. package/dist/builtins/device-manager/device-manager.addon.js +23 -2
  15. package/dist/builtins/device-manager/device-manager.addon.mjs +23 -2
  16. package/dist/builtins/doorbell/virtual-doorbell.addon.js +1 -1
  17. package/dist/builtins/doorbell/virtual-doorbell.addon.mjs +1 -1
  18. package/dist/builtins/hub-forwarder/index.js +1 -1
  19. package/dist/builtins/hub-forwarder/index.mjs +1 -1
  20. package/dist/builtins/liveness-monitor/liveness-monitor.addon.js +1 -1
  21. package/dist/builtins/liveness-monitor/liveness-monitor.addon.mjs +1 -1
  22. package/dist/builtins/local-auth/local-auth.addon.js +1 -1
  23. package/dist/builtins/local-auth/local-auth.addon.mjs +1 -1
  24. package/dist/builtins/local-network/local-network.addon.js +1 -1
  25. package/dist/builtins/local-network/local-network.addon.mjs +1 -1
  26. package/dist/builtins/loki-logging/index.js +1 -1
  27. package/dist/builtins/loki-logging/index.mjs +1 -1
  28. package/dist/builtins/native-metrics/native-metrics.addon.js +1 -1
  29. package/dist/builtins/native-metrics/native-metrics.addon.mjs +1 -1
  30. package/dist/builtins/platform-probe/index.js +1 -1
  31. package/dist/builtins/platform-probe/index.mjs +1 -1
  32. package/dist/builtins/remote-access-orchestrator/remote-access-orchestrator.addon.js +1 -1
  33. package/dist/builtins/remote-access-orchestrator/remote-access-orchestrator.addon.mjs +1 -1
  34. package/dist/builtins/snapshot/index.js +557 -533
  35. package/dist/builtins/snapshot/index.mjs +556 -533
  36. package/dist/builtins/snapshot/snapshot-coalescing.d.ts +6 -1
  37. package/dist/builtins/snapshot/snapshot-courtesy.d.ts +36 -0
  38. package/dist/builtins/snapshot/snapshot-resize.d.ts +43 -11
  39. package/dist/builtins/snapshot/snapshot.addon.d.ts +52 -45
  40. package/dist/builtins/sqlite-storage/filesystem-storage.addon.js +1 -1
  41. package/dist/builtins/sqlite-storage/filesystem-storage.addon.mjs +1 -1
  42. package/dist/builtins/sqlite-storage/sqlite-settings.addon.js +1 -1
  43. package/dist/builtins/sqlite-storage/sqlite-settings.addon.mjs +1 -1
  44. package/dist/builtins/storage-orchestrator/storage-orchestrator.addon.js +1 -1
  45. package/dist/builtins/storage-orchestrator/storage-orchestrator.addon.mjs +1 -1
  46. package/dist/builtins/system-config/system-config.addon.js +1 -1
  47. package/dist/builtins/system-config/system-config.addon.mjs +1 -1
  48. package/dist/builtins/winston-logging/index.js +1 -1
  49. package/dist/builtins/winston-logging/index.mjs +1 -1
  50. package/dist/{dist-cINpngi1.js → dist-CA2mim74.js} +48 -16
  51. package/dist/{dist-CIIFhXqm.mjs → dist-DZOZtn-0.mjs} +48 -16
  52. package/dist/index.js +1 -1
  53. package/dist/index.mjs +1 -1
  54. package/package.json +1 -1
  55. package/dist/builtins/snapshot/snapshot-keep-warm.d.ts +0 -86
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
5
  const require_chunk = require("../../chunk-Cek0wNdY.js");
6
- const require_dist = require("../../dist-cINpngi1.js");
6
+ const require_dist = require("../../dist-CA2mim74.js");
7
7
  const require_settle_sources = require("../../settle-sources-Bhsy57y-.js");
8
8
  let node_crypto = require("node:crypto");
9
9
  let node_path = require("node:path");
@@ -1,4 +1,4 @@
1
- import { Ht as EventCategory, gt as BaseAddon, ht as errMsg, v as addonPagesCapability } from "../../dist-CIIFhXqm.mjs";
1
+ import { Ht as EventCategory, gt as BaseAddon, ht as errMsg, v as addonPagesCapability } from "../../dist-DZOZtn-0.mjs";
2
2
  import { t as settleSourcesWithTimeout } from "../../settle-sources-CDtNC8ub.mjs";
3
3
  import { createHash, randomUUID } from "node:crypto";
4
4
  import * as path$1 from "node:path";
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
5
  const require_chunk = require("../../chunk-Cek0wNdY.js");
6
- const require_dist = require("../../dist-cINpngi1.js");
6
+ const require_dist = require("../../dist-CA2mim74.js");
7
7
  const require_settle_sources = require("../../settle-sources-Bhsy57y-.js");
8
8
  let node_crypto = require("node:crypto");
9
9
  let node_path = require("node:path");
@@ -1,4 +1,4 @@
1
- import { Ht as EventCategory, b as addonWidgetsCapability, gt as BaseAddon, ht as errMsg } from "../../dist-CIIFhXqm.mjs";
1
+ import { Ht as EventCategory, b as addonWidgetsCapability, gt as BaseAddon, ht as errMsg } from "../../dist-DZOZtn-0.mjs";
2
2
  import { t as settleSourcesWithTimeout } from "../../settle-sources-CDtNC8ub.mjs";
3
3
  import { createHash, randomUUID } from "node:crypto";
4
4
  import * as path$1 from "node:path";
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
5
  require("../../chunk-Cek0wNdY.js");
6
- const require_dist = require("../../dist-cINpngi1.js");
6
+ const require_dist = require("../../dist-CA2mim74.js");
7
7
  //#region src/builtins/alerts/prune-policy.ts
8
8
  /**
9
9
  * Ids older than `cutoffMs`, oldest first.
@@ -1,4 +1,4 @@
1
- import { Ht as EventCategory, gt as BaseAddon, ht as errMsg, kt as createEvent, n as AlertSchema, x as alertsCapability } from "../../dist-CIIFhXqm.mjs";
1
+ import { Ht as EventCategory, gt as BaseAddon, ht as errMsg, kt as createEvent, n as AlertSchema, x as alertsCapability } from "../../dist-DZOZtn-0.mjs";
2
2
  //#region src/builtins/alerts/prune-policy.ts
3
3
  /**
4
4
  * Ids older than `cutoffMs`, oldest first.
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
5
  const require_chunk = require("../../chunk-Cek0wNdY.js");
6
- const require_dist = require("../../dist-cINpngi1.js");
6
+ const require_dist = require("../../dist-CA2mim74.js");
7
7
  let node_crypto = require("node:crypto");
8
8
  let buffer = require("buffer");
9
9
  let node_fs_promises = require("node:fs/promises");
@@ -1,4 +1,4 @@
1
- import { C as backupCapability, Ht as EventCategory, gt as BaseAddon } from "../../dist-CIIFhXqm.mjs";
1
+ import { C as backupCapability, Ht as EventCategory, gt as BaseAddon } from "../../dist-DZOZtn-0.mjs";
2
2
  import { randomBytes, randomUUID } from "node:crypto";
3
3
  import { Buffer as Buffer$1 } from "buffer";
4
4
  import * as fsp from "node:fs/promises";
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
5
  require("../../chunk-Cek0wNdY.js");
6
- const require_dist = require("../../dist-cINpngi1.js");
6
+ const require_dist = require("../../dist-CA2mim74.js");
7
7
  const require_formatter = require("../../formatter-DqAKDlvN.js");
8
8
  //#region src/builtins/console-logging/console-destination.ts
9
9
  var LEVEL_RANK = {
@@ -1,4 +1,4 @@
1
- import { J as logDestinationCapability, gt as BaseAddon } from "../../dist-CIIFhXqm.mjs";
1
+ import { J as logDestinationCapability, gt as BaseAddon } from "../../dist-DZOZtn-0.mjs";
2
2
  import { t as formatLogLine } from "../../formatter-B7qW8bPJ.mjs";
3
3
  //#region src/builtins/console-logging/console-destination.ts
4
4
  var LEVEL_RANK = {
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  const require_chunk = require("../../chunk-Cek0wNdY.js");
3
- const require_dist = require("../../dist-cINpngi1.js");
3
+ const require_dist = require("../../dist-CA2mim74.js");
4
4
  let node_crypto = require("node:crypto");
5
5
  let node_fs_promises = require("node:fs/promises");
6
6
  node_fs_promises = require_chunk.__toESM(node_fs_promises);
@@ -1,4 +1,4 @@
1
- import { D as coreBlockIdFromAddonId, E as coreBlockAddonId, O as coreBlocksCapability, c as CoreBlockSchema, gt as BaseAddon, l as DeclaredDevices, o as CORE_BLOCKS_ADDON_ID, s as CORE_BLOCK_ADDON_PREFIX } from "../../dist-CIIFhXqm.mjs";
1
+ import { D as coreBlockIdFromAddonId, E as coreBlockAddonId, O as coreBlocksCapability, c as CoreBlockSchema, gt as BaseAddon, l as DeclaredDevices, o as CORE_BLOCKS_ADDON_ID, s as CORE_BLOCK_ADDON_PREFIX } from "../../dist-DZOZtn-0.mjs";
2
2
  import { randomUUID } from "node:crypto";
3
3
  import * as fs from "node:fs/promises";
4
4
  import * as path$1 from "node:path";
@@ -82,6 +82,27 @@ export declare function resolveRemoteNativeCapFromRegistry(deps: BindingsDeps, c
82
82
  * filtering" — an absent row must never be the reason a device loses bindings.
83
83
  */
84
84
  export declare function resolveDeviceType(deps: BindingsDeps, rawStore: AddonStore, deviceId: number): string | undefined;
85
+ /**
86
+ * Whether the device-manager's own stores still know a device id.
87
+ *
88
+ * `'unknown'` is NOT `'absent'` — it means the question could not be answered
89
+ * and the caller must behave exactly as it did before asking.
90
+ */
91
+ export type DevicePresence = 'present' | 'absent' | 'unknown';
92
+ /**
93
+ * Is this device still part of the fleet?
94
+ *
95
+ * The device-manager's own stores are the authority in-process — no RPC. Two
96
+ * sources, in the same order `resolveDeviceType` uses them: the live registry
97
+ * first (a device constructed but not yet persisted is present), then the
98
+ * PERSISTED meta, which is the index `getBindings` already reads and is present
99
+ * wherever this provider runs.
100
+ *
101
+ * `'absent'` is only ever returned against a NON-EMPTY meta store. An empty one
102
+ * means device restore has not run, not that the fleet was deleted (D49) — the
103
+ * same reason `getAllBindings` warns instead of reporting zero devices.
104
+ */
105
+ export declare function resolveDevicePresence(deps: BindingsDeps, rawStore: AddonStore, deviceId: number): DevicePresence;
85
106
  /**
86
107
  * Does a capability apply to a device of type `deviceType`?
87
108
  *
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
5
  require("../../chunk-Cek0wNdY.js");
6
- const require_dist = require("../../dist-cINpngi1.js");
6
+ const require_dist = require("../../dist-CA2mim74.js");
7
7
  let node_crypto = require("node:crypto");
8
8
  let _camstack_types_node = require("@camstack/types/node");
9
9
  //#region src/builtins/device-manager/adoption-job-engine.ts
@@ -1836,6 +1836,25 @@ function resolveDeviceType(deps, rawStore, deviceId) {
1836
1836
  return typeof live === "string" && live.length > 0 ? live : void 0;
1837
1837
  }
1838
1838
  /**
1839
+ * Is this device still part of the fleet?
1840
+ *
1841
+ * The device-manager's own stores are the authority in-process — no RPC. Two
1842
+ * sources, in the same order `resolveDeviceType` uses them: the live registry
1843
+ * first (a device constructed but not yet persisted is present), then the
1844
+ * PERSISTED meta, which is the index `getBindings` already reads and is present
1845
+ * wherever this provider runs.
1846
+ *
1847
+ * `'absent'` is only ever returned against a NON-EMPTY meta store. An empty one
1848
+ * means device restore has not run, not that the fleet was deleted (D49) — the
1849
+ * same reason `getAllBindings` warns instead of reporting zero devices.
1850
+ */
1851
+ function resolveDevicePresence(deps, rawStore, deviceId) {
1852
+ if (deps.ctx.kernel?.deviceRegistry?.getById(deviceId)) return "present";
1853
+ const meta = rawStore.deviceMeta;
1854
+ if (meta && Object.keys(meta).length > 0) return meta[String(deviceId)] === void 0 ? "absent" : "present";
1855
+ return "unknown";
1856
+ }
1857
+ /**
1839
1858
  * Does a capability apply to a device of type `deviceType`?
1840
1859
  *
1841
1860
  * The cap's `deviceTypes` is the ONLY declaration consulted (D4: behavioural
@@ -1858,6 +1877,7 @@ async function getBindings(deps, input) {
1858
1877
  const rawStore = await deps.ctx.settings.readAddonStore();
1859
1878
  const perDevice = (rawStore.deviceBindings ?? {})[storeKey] ?? {};
1860
1879
  const deviceType = resolveDeviceType(deps, rawStore, input.deviceId);
1880
+ const presence = resolveDevicePresence(deps, rawStore, input.deviceId);
1861
1881
  const entries = [];
1862
1882
  const seenCaps = /* @__PURE__ */ new Set();
1863
1883
  const resolveRemote = (capName) => deps.remoteNativeCaps.get(input.deviceId)?.get(capName) ?? resolveRemoteNativeCapFromRegistry(deps, capName, input.deviceId);
@@ -1879,7 +1899,8 @@ async function getBindings(deps, input) {
1879
1899
  });
1880
1900
  seenCaps.add(capName);
1881
1901
  }
1882
- if (deps.capabilityRegistry) {
1902
+ if (presence === "absent") deps.ctx.logger.debug("bindings requested for absent device — returning none", { tags: { deviceId: input.deviceId } });
1903
+ else if (deps.capabilityRegistry) {
1883
1904
  const skippedForType = [];
1884
1905
  for (const capName of deps.capabilityRegistry.getCapsWithDefaultWrapper()) {
1885
1906
  if (seenCaps.has(capName)) continue;
@@ -1,4 +1,4 @@
1
- import { Ht as EventCategory, I as enumerateItemArrayFields, L as enumerateSchemaFields, M as deviceStateCapability, N as deviceStatusCapability, Pt as isDeviceConfigCap, Q as normalizeUnit, St as DeviceType, T as buildStreamParamsConfigSchema, Tt as WELL_KNOWN_TAB_MAP, Vt as sleep, a as CAP_NAMES_WITH_STATUS, bt as DeviceFeature, et as parseStreamParamsFormPatch, gt as BaseAddon, ht as errMsg, j as deviceManagerCapability, p as STREAM_PROFILE_META, t as ALL_CAPABILITY_DEFINITIONS, u as DeviceStatusSchema, xt as DeviceRole } from "../../dist-CIIFhXqm.mjs";
1
+ import { Ht as EventCategory, I as enumerateItemArrayFields, L as enumerateSchemaFields, M as deviceStateCapability, N as deviceStatusCapability, Pt as isDeviceConfigCap, Q as normalizeUnit, St as DeviceType, T as buildStreamParamsConfigSchema, Tt as WELL_KNOWN_TAB_MAP, Vt as sleep, a as CAP_NAMES_WITH_STATUS, bt as DeviceFeature, et as parseStreamParamsFormPatch, gt as BaseAddon, ht as errMsg, j as deviceManagerCapability, p as STREAM_PROFILE_META, t as ALL_CAPABILITY_DEFINITIONS, u as DeviceStatusSchema, xt as DeviceRole } from "../../dist-DZOZtn-0.mjs";
2
2
  import { randomUUID } from "node:crypto";
3
3
  import { canonicalDeviceFingerprint } from "@camstack/types/node";
4
4
  //#region src/builtins/device-manager/adoption-job-engine.ts
@@ -1831,6 +1831,25 @@ function resolveDeviceType(deps, rawStore, deviceId) {
1831
1831
  return typeof live === "string" && live.length > 0 ? live : void 0;
1832
1832
  }
1833
1833
  /**
1834
+ * Is this device still part of the fleet?
1835
+ *
1836
+ * The device-manager's own stores are the authority in-process — no RPC. Two
1837
+ * sources, in the same order `resolveDeviceType` uses them: the live registry
1838
+ * first (a device constructed but not yet persisted is present), then the
1839
+ * PERSISTED meta, which is the index `getBindings` already reads and is present
1840
+ * wherever this provider runs.
1841
+ *
1842
+ * `'absent'` is only ever returned against a NON-EMPTY meta store. An empty one
1843
+ * means device restore has not run, not that the fleet was deleted (D49) — the
1844
+ * same reason `getAllBindings` warns instead of reporting zero devices.
1845
+ */
1846
+ function resolveDevicePresence(deps, rawStore, deviceId) {
1847
+ if (deps.ctx.kernel?.deviceRegistry?.getById(deviceId)) return "present";
1848
+ const meta = rawStore.deviceMeta;
1849
+ if (meta && Object.keys(meta).length > 0) return meta[String(deviceId)] === void 0 ? "absent" : "present";
1850
+ return "unknown";
1851
+ }
1852
+ /**
1834
1853
  * Does a capability apply to a device of type `deviceType`?
1835
1854
  *
1836
1855
  * The cap's `deviceTypes` is the ONLY declaration consulted (D4: behavioural
@@ -1853,6 +1872,7 @@ async function getBindings(deps, input) {
1853
1872
  const rawStore = await deps.ctx.settings.readAddonStore();
1854
1873
  const perDevice = (rawStore.deviceBindings ?? {})[storeKey] ?? {};
1855
1874
  const deviceType = resolveDeviceType(deps, rawStore, input.deviceId);
1875
+ const presence = resolveDevicePresence(deps, rawStore, input.deviceId);
1856
1876
  const entries = [];
1857
1877
  const seenCaps = /* @__PURE__ */ new Set();
1858
1878
  const resolveRemote = (capName) => deps.remoteNativeCaps.get(input.deviceId)?.get(capName) ?? resolveRemoteNativeCapFromRegistry(deps, capName, input.deviceId);
@@ -1874,7 +1894,8 @@ async function getBindings(deps, input) {
1874
1894
  });
1875
1895
  seenCaps.add(capName);
1876
1896
  }
1877
- if (deps.capabilityRegistry) {
1897
+ if (presence === "absent") deps.ctx.logger.debug("bindings requested for absent device — returning none", { tags: { deviceId: input.deviceId } });
1898
+ else if (deps.capabilityRegistry) {
1878
1899
  const skippedForType = [];
1879
1900
  for (const capName of deps.capabilityRegistry.getCapsWithDefaultWrapper()) {
1880
1901
  if (seenCaps.has(capName)) continue;
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
5
  require("../../chunk-Cek0wNdY.js");
6
- const require_dist = require("../../dist-cINpngi1.js");
6
+ const require_dist = require("../../dist-CA2mim74.js");
7
7
  //#region src/builtins/doorbell/trigger-engine.ts
8
8
  /**
9
9
  * Pure trigger logic for the virtual-doorbell builtin — edge detection over
@@ -1,4 +1,4 @@
1
- import { Ht as EventCategory, P as doorbellCapability, St as DeviceType, U as isSameAddonId, gt as BaseAddon, ht as errMsg, kt as createEvent, w as bareAddonId } from "../../dist-CIIFhXqm.mjs";
1
+ import { Ht as EventCategory, P as doorbellCapability, St as DeviceType, U as isSameAddonId, gt as BaseAddon, ht as errMsg, kt as createEvent, w as bareAddonId } from "../../dist-DZOZtn-0.mjs";
2
2
  //#region src/builtins/doorbell/trigger-engine.ts
3
3
  /**
4
4
  * Pure trigger logic for the virtual-doorbell builtin — edge detection over
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
5
  require("../../chunk-Cek0wNdY.js");
6
- const require_dist = require("../../dist-cINpngi1.js");
6
+ const require_dist = require("../../dist-CA2mim74.js");
7
7
  const require_formatter = require("../../formatter-DqAKDlvN.js");
8
8
  //#region src/builtins/hub-forwarder/hub-forwarder-destination.ts
9
9
  var DEFAULT_OUTBOUND_BUFFER_SIZE = 500;
@@ -1,4 +1,4 @@
1
- import { J as logDestinationCapability, gt as BaseAddon } from "../../dist-CIIFhXqm.mjs";
1
+ import { J as logDestinationCapability, gt as BaseAddon } from "../../dist-DZOZtn-0.mjs";
2
2
  import { t as formatLogLine } from "../../formatter-B7qW8bPJ.mjs";
3
3
  //#region src/builtins/hub-forwarder/hub-forwarder-destination.ts
4
4
  var DEFAULT_OUTBOUND_BUFFER_SIZE = 500;
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  require("../../chunk-Cek0wNdY.js");
3
- const require_dist = require("../../dist-cINpngi1.js");
3
+ const require_dist = require("../../dist-CA2mim74.js");
4
4
  //#region src/builtins/liveness-monitor/liveness-checks.ts
5
5
  var NO_DEVICES = "liveness:no-devices";
6
6
  var ALL_OFFLINE = "liveness:all-devices-offline";
@@ -1,4 +1,4 @@
1
- import { Ht as EventCategory, gt as BaseAddon, ht as errMsg, kt as createEvent } from "../../dist-CIIFhXqm.mjs";
1
+ import { Ht as EventCategory, gt as BaseAddon, ht as errMsg, kt as createEvent } from "../../dist-DZOZtn-0.mjs";
2
2
  //#region src/builtins/liveness-monitor/liveness-checks.ts
3
3
  var NO_DEVICES = "liveness:no-devices";
4
4
  var ALL_OFFLINE = "liveness:all-devices-offline";
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
5
  const require_chunk = require("../../chunk-Cek0wNdY.js");
6
- const require_dist = require("../../dist-cINpngi1.js");
6
+ const require_dist = require("../../dist-CA2mim74.js");
7
7
  let node_crypto = require("node:crypto");
8
8
  node_crypto = require_chunk.__toESM(node_crypto);
9
9
  let crypto$1 = require("crypto");
@@ -1,5 +1,5 @@
1
1
  import { i as __require, o as __toESM, t as __commonJSMin } from "../../chunk-CNf5ZN-e.mjs";
2
- import { S as authProviderCapability, _ as UserRecordSchema, ft as userManagementCapability, gt as BaseAddon, m as ScopedTokenSchema, r as ApiKeyRecordSchema } from "../../dist-CIIFhXqm.mjs";
2
+ import { S as authProviderCapability, _ as UserRecordSchema, ft as userManagementCapability, gt as BaseAddon, m as ScopedTokenSchema, r as ApiKeyRecordSchema } from "../../dist-DZOZtn-0.mjs";
3
3
  import * as crypto$2 from "node:crypto";
4
4
  import { createHash, randomUUID, timingSafeEqual } from "node:crypto";
5
5
  import nodeCrypto from "crypto";
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  const require_chunk = require("../../chunk-Cek0wNdY.js");
3
- const require_dist = require("../../dist-cINpngi1.js");
3
+ const require_dist = require("../../dist-CA2mim74.js");
4
4
  let node_os = require("node:os");
5
5
  node_os = require_chunk.__toESM(node_os);
6
6
  //#region src/builtins/local-network/local-network.addon.ts
@@ -1,4 +1,4 @@
1
- import { Ht as EventCategory, gt as BaseAddon, q as localNetworkCapability } from "../../dist-CIIFhXqm.mjs";
1
+ import { Ht as EventCategory, gt as BaseAddon, q as localNetworkCapability } from "../../dist-DZOZtn-0.mjs";
2
2
  import * as os from "node:os";
3
3
  //#region src/builtins/local-network/local-network.addon.ts
4
4
  /**
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
5
  require("../../chunk-Cek0wNdY.js");
6
- const require_dist = require("../../dist-cINpngi1.js");
6
+ const require_dist = require("../../dist-CA2mim74.js");
7
7
  //#region src/builtins/loki-logging/loki-payload.ts
8
8
  /**
9
9
  * Loki rejects a label name that is not a valid Prometheus label
@@ -1,4 +1,4 @@
1
- import { J as logDestinationCapability, gt as BaseAddon } from "../../dist-CIIFhXqm.mjs";
1
+ import { J as logDestinationCapability, gt as BaseAddon } from "../../dist-DZOZtn-0.mjs";
2
2
  //#region src/builtins/loki-logging/loki-payload.ts
3
3
  /**
4
4
  * Loki rejects a label name that is not a valid Prometheus label
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
5
  const require_chunk = require("../../chunk-Cek0wNdY.js");
6
- const require_dist = require("../../dist-cINpngi1.js");
6
+ const require_dist = require("../../dist-CA2mim74.js");
7
7
  let node_child_process = require("node:child_process");
8
8
  let node_util = require("node:util");
9
9
  let node_os = require("node:os");
@@ -1,4 +1,4 @@
1
- import { Ht as EventCategory, Z as metricsProviderCapability, gt as BaseAddon, kt as createEvent } from "../../dist-CIIFhXqm.mjs";
1
+ import { Ht as EventCategory, Z as metricsProviderCapability, gt as BaseAddon, kt as createEvent } from "../../dist-DZOZtn-0.mjs";
2
2
  import { execFile, execFileSync } from "node:child_process";
3
3
  import { promisify } from "node:util";
4
4
  import * as os from "node:os";
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
5
  const require_chunk = require("../../chunk-Cek0wNdY.js");
6
- const require_dist = require("../../dist-cINpngi1.js");
6
+ const require_dist = require("../../dist-CA2mim74.js");
7
7
  let node_child_process = require("node:child_process");
8
8
  let node_util = require("node:util");
9
9
  let node_os = require("node:os");
@@ -1,5 +1,5 @@
1
1
  import { o as __toESM } from "../../chunk-CNf5ZN-e.mjs";
2
- import { F as enumerateInferenceDevices, Ht as EventCategory, at as scoreRuntimes, gt as BaseAddon, ht as errMsg, jt as emitReadiness, tt as platformProbeCapability } from "../../dist-CIIFhXqm.mjs";
2
+ import { F as enumerateInferenceDevices, Ht as EventCategory, at as scoreRuntimes, gt as BaseAddon, ht as errMsg, jt as emitReadiness, tt as platformProbeCapability } from "../../dist-DZOZtn-0.mjs";
3
3
  import { execFile } from "node:child_process";
4
4
  import { promisify } from "node:util";
5
5
  import * as os from "node:os";
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
5
  require("../../chunk-Cek0wNdY.js");
6
- const require_dist = require("../../dist-cINpngi1.js");
6
+ const require_dist = require("../../dist-CA2mim74.js");
7
7
  //#region src/builtins/remote-access-orchestrator/enabled-providers-reconcile.ts
8
8
  /**
9
9
  * Reconcile the durable `enabledProviders` set against authoritative
@@ -1,4 +1,4 @@
1
- import { Ht as EventCategory, gt as BaseAddon } from "../../dist-CIIFhXqm.mjs";
1
+ import { Ht as EventCategory, gt as BaseAddon } from "../../dist-DZOZtn-0.mjs";
2
2
  //#region src/builtins/remote-access-orchestrator/enabled-providers-reconcile.ts
3
3
  /**
4
4
  * Reconcile the durable `enabledProviders` set against authoritative