@camstack/addon-tailscale 1.1.15 → 1.1.16

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.
@@ -24,7 +24,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
24
24
  enumerable: true
25
25
  }) : target, mod));
26
26
  //#endregion
27
- const require_dist = require("../dist-DipnCq6A.js");
27
+ const require_dist = require("../dist-CjRXrKUN.js");
28
28
  let node_child_process = require("node:child_process");
29
29
  let node_util = require("node:util");
30
30
  let node_fs = require("node:fs");
@@ -1,4 +1,4 @@
1
- import { i as EventCategory, n as networkAccessCapability, r as BaseAddon, t as meshNetworkCapability } from "../dist-TacENOlR.mjs";
1
+ import { i as EventCategory, n as networkAccessCapability, r as BaseAddon, t as meshNetworkCapability } from "../dist-osGt91FT.mjs";
2
2
  import { execFile, spawn } from "node:child_process";
3
3
  import { promisify } from "node:util";
4
4
  import * as fs from "node:fs";
@@ -14972,7 +14972,10 @@ var AgentLoadSummarySchema = object({
14972
14972
  online: boolean(),
14973
14973
  load: RunnerLocalLoadSchema,
14974
14974
  /** Computed score used by the L2 capacity balancer (lower = less loaded). */
14975
- score: number()
14975
+ score: number(),
14976
+ /** This node's decode hwaccel backend (per-node `probedBestHwaccel`), or null
14977
+ * when not yet probed — for the cluster Pipeline table UI (P0.2). */
14978
+ decodeHwaccel: string().nullable()
14976
14979
  });
14977
14980
  /**
14978
14981
  * Aggregate metrics across the whole detection cluster. Replaces the legacy
@@ -17569,7 +17572,7 @@ var HardwareEncoderIdSchema = _enum([
17569
17572
  "libx264",
17570
17573
  "libx265"
17571
17574
  ]);
17572
- var HardwareEncodersSchema = object({
17575
+ object({
17573
17576
  encoders: array(object({
17574
17577
  encoder: HardwareEncoderIdSchema,
17575
17578
  codec: _enum(["H264", "H265"]),
@@ -17588,15 +17591,7 @@ var HardwareEncodersSchema = object({
17588
17591
  defaultH265: HardwareEncoderIdSchema,
17589
17592
  probedAt: number()
17590
17593
  });
17591
- /**
17592
- * Decode-side companion to {@link HardwareEncodersSchema}: the `-hwaccel`
17593
- * methods the configured ffmpeg binary actually supports (parsed from
17594
- * `ffmpeg -hwaccels`). Used to gate decode-hwaccel attempts so the transcode
17595
- * egress never spends a spawn on a backend this build cannot offer. Per-stream
17596
- * decode fragility (e.g. VideoToolbox HEVC) is still handled by the egress's
17597
- * software fallback — this only filters out wholly-unsupported backends.
17598
- */
17599
- var HardwareDecodeAccelsSchema = object({
17594
+ object({
17600
17595
  methods: array(string()).readonly(),
17601
17596
  probedAt: number()
17602
17597
  });
@@ -17659,13 +17654,7 @@ var ResolvedInferenceConfigSchema = object({
17659
17654
  format: ModelFormatSchema,
17660
17655
  reason: string()
17661
17656
  });
17662
- method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema), method(object({ requirements: array(ModelRequirementSchema).readonly() }), ResolvedInferenceConfigSchema), method(object({ prefer: HwAccelBackendInputSchema }), HwAccelResolutionSchema), method(_void(), HardwareEncodersSchema), method(_void(), HardwareEncodersSchema, {
17663
- kind: "mutation",
17664
- auth: "admin"
17665
- }), method(_void(), HardwareDecodeAccelsSchema), method(_void(), HardwareDecodeAccelsSchema, {
17666
- kind: "mutation",
17667
- auth: "admin"
17668
- });
17657
+ method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema), method(object({ requirements: array(ModelRequirementSchema).readonly() }), ResolvedInferenceConfigSchema), method(object({ prefer: HwAccelBackendInputSchema }), HwAccelResolutionSchema);
17669
17658
  var PtzPresetSchema = object({
17670
17659
  id: string(),
17671
17660
  name: string()
@@ -21290,30 +21279,6 @@ Object.freeze({
21290
21279
  addonId: null,
21291
21280
  access: "view"
21292
21281
  },
21293
- "platformProbe.getHardwareDecodeAccels": {
21294
- capName: "platform-probe",
21295
- capScope: "system",
21296
- addonId: null,
21297
- access: "view"
21298
- },
21299
- "platformProbe.getHardwareEncoders": {
21300
- capName: "platform-probe",
21301
- capScope: "system",
21302
- addonId: null,
21303
- access: "view"
21304
- },
21305
- "platformProbe.refreshHardwareDecodeAccels": {
21306
- capName: "platform-probe",
21307
- capScope: "system",
21308
- addonId: null,
21309
- access: "create"
21310
- },
21311
- "platformProbe.refreshHardwareEncoders": {
21312
- capName: "platform-probe",
21313
- capScope: "system",
21314
- addonId: null,
21315
- access: "create"
21316
- },
21317
21282
  "platformProbe.resolveHwAccel": {
21318
21283
  capName: "platform-probe",
21319
21284
  capScope: "system",
@@ -14972,7 +14972,10 @@ var AgentLoadSummarySchema = object({
14972
14972
  online: boolean(),
14973
14973
  load: RunnerLocalLoadSchema,
14974
14974
  /** Computed score used by the L2 capacity balancer (lower = less loaded). */
14975
- score: number()
14975
+ score: number(),
14976
+ /** This node's decode hwaccel backend (per-node `probedBestHwaccel`), or null
14977
+ * when not yet probed — for the cluster Pipeline table UI (P0.2). */
14978
+ decodeHwaccel: string().nullable()
14976
14979
  });
14977
14980
  /**
14978
14981
  * Aggregate metrics across the whole detection cluster. Replaces the legacy
@@ -17569,7 +17572,7 @@ var HardwareEncoderIdSchema = _enum([
17569
17572
  "libx264",
17570
17573
  "libx265"
17571
17574
  ]);
17572
- var HardwareEncodersSchema = object({
17575
+ object({
17573
17576
  encoders: array(object({
17574
17577
  encoder: HardwareEncoderIdSchema,
17575
17578
  codec: _enum(["H264", "H265"]),
@@ -17588,15 +17591,7 @@ var HardwareEncodersSchema = object({
17588
17591
  defaultH265: HardwareEncoderIdSchema,
17589
17592
  probedAt: number()
17590
17593
  });
17591
- /**
17592
- * Decode-side companion to {@link HardwareEncodersSchema}: the `-hwaccel`
17593
- * methods the configured ffmpeg binary actually supports (parsed from
17594
- * `ffmpeg -hwaccels`). Used to gate decode-hwaccel attempts so the transcode
17595
- * egress never spends a spawn on a backend this build cannot offer. Per-stream
17596
- * decode fragility (e.g. VideoToolbox HEVC) is still handled by the egress's
17597
- * software fallback — this only filters out wholly-unsupported backends.
17598
- */
17599
- var HardwareDecodeAccelsSchema = object({
17594
+ object({
17600
17595
  methods: array(string()).readonly(),
17601
17596
  probedAt: number()
17602
17597
  });
@@ -17659,13 +17654,7 @@ var ResolvedInferenceConfigSchema = object({
17659
17654
  format: ModelFormatSchema,
17660
17655
  reason: string()
17661
17656
  });
17662
- method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema), method(object({ requirements: array(ModelRequirementSchema).readonly() }), ResolvedInferenceConfigSchema), method(object({ prefer: HwAccelBackendInputSchema }), HwAccelResolutionSchema), method(_void(), HardwareEncodersSchema), method(_void(), HardwareEncodersSchema, {
17663
- kind: "mutation",
17664
- auth: "admin"
17665
- }), method(_void(), HardwareDecodeAccelsSchema), method(_void(), HardwareDecodeAccelsSchema, {
17666
- kind: "mutation",
17667
- auth: "admin"
17668
- });
17657
+ method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema), method(object({ requirements: array(ModelRequirementSchema).readonly() }), ResolvedInferenceConfigSchema), method(object({ prefer: HwAccelBackendInputSchema }), HwAccelResolutionSchema);
17669
17658
  var PtzPresetSchema = object({
17670
17659
  id: string(),
17671
17660
  name: string()
@@ -21290,30 +21279,6 @@ Object.freeze({
21290
21279
  addonId: null,
21291
21280
  access: "view"
21292
21281
  },
21293
- "platformProbe.getHardwareDecodeAccels": {
21294
- capName: "platform-probe",
21295
- capScope: "system",
21296
- addonId: null,
21297
- access: "view"
21298
- },
21299
- "platformProbe.getHardwareEncoders": {
21300
- capName: "platform-probe",
21301
- capScope: "system",
21302
- addonId: null,
21303
- access: "view"
21304
- },
21305
- "platformProbe.refreshHardwareDecodeAccels": {
21306
- capName: "platform-probe",
21307
- capScope: "system",
21308
- addonId: null,
21309
- access: "create"
21310
- },
21311
- "platformProbe.refreshHardwareEncoders": {
21312
- capName: "platform-probe",
21313
- capScope: "system",
21314
- addonId: null,
21315
- access: "create"
21316
- },
21317
21282
  "platformProbe.resolveHwAccel": {
21318
21283
  capName: "platform-probe",
21319
21284
  capScope: "system",
@@ -2,7 +2,7 @@ Object.defineProperties(exports, {
2
2
  __esModule: { value: true },
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
- const require_dist = require("../dist-DipnCq6A.js");
5
+ const require_dist = require("../dist-CjRXrKUN.js");
6
6
  let node_child_process = require("node:child_process");
7
7
  let node_util = require("node:util");
8
8
  let node_crypto = require("node:crypto");
@@ -1,4 +1,4 @@
1
- import { i as EventCategory, n as networkAccessCapability, r as BaseAddon } from "../dist-TacENOlR.mjs";
1
+ import { i as EventCategory, n as networkAccessCapability, r as BaseAddon } from "../dist-osGt91FT.mjs";
2
2
  import { execFile } from "node:child_process";
3
3
  import { promisify } from "node:util";
4
4
  import { randomUUID } from "node:crypto";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-tailscale",
3
- "version": "1.1.15",
3
+ "version": "1.1.16",
4
4
  "description": "Tailscale bundle for CamStack — joins the host to a tailnet (client) and exposes the hub via Serve/Funnel (ingress). Multi-entry npm package shipping 2 addons under a single bundle.",
5
5
  "keywords": [
6
6
  "camstack",