@camstack/addon-tailscale 1.2.21 → 1.2.22
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/client/tailscale.addon.js +1 -1
- package/dist/client/tailscale.addon.mjs +1 -1
- package/dist/{dist-BclSVGVD.js → dist-B_l6CtRR.js} +8 -0
- package/dist/{dist-Bs4xKAvQ.mjs → dist-LUO_d3xF.mjs} +8 -0
- package/dist/ingress/tailscale-ingress.addon.js +1 -1
- package/dist/ingress/tailscale-ingress.addon.mjs +1 -1
- package/package.json +1 -1
|
@@ -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-
|
|
27
|
+
const require_dist = require("../dist-B_l6CtRR.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 { a as EventCategory, i as BaseAddon, n as networkAccessCapability, r as BOOT_RECOVERY_BACKOFF_MS, t as meshNetworkCapability } from "../dist-
|
|
1
|
+
import { a as EventCategory, i as BaseAddon, n as networkAccessCapability, r as BOOT_RECOVERY_BACKOFF_MS, t as meshNetworkCapability } from "../dist-LUO_d3xF.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";
|
|
@@ -19914,6 +19914,14 @@ var ClipSchema = object({
|
|
|
19914
19914
|
endMs: number()
|
|
19915
19915
|
}),
|
|
19916
19916
|
/**
|
|
19917
|
+
* Distinct object classes attached to this visit (`person`, `car`, …),
|
|
19918
|
+
* dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
|
|
19919
|
+
* instead of the bare kind — "Object" tells the operator nothing a colour bar
|
|
19920
|
+
* did not. Absent (never empty) when the visit attached no classified object
|
|
19921
|
+
* event, so a motion/audio-only visit keeps its kind label.
|
|
19922
|
+
*/
|
|
19923
|
+
labels: array(string()).max(3).optional(),
|
|
19924
|
+
/**
|
|
19917
19925
|
* Lazy thumbnail URL, never inlined.
|
|
19918
19926
|
*
|
|
19919
19927
|
* Recording-derived clips (events-mode keep-window, and the prepared
|
|
@@ -19914,6 +19914,14 @@ var ClipSchema = object({
|
|
|
19914
19914
|
endMs: number()
|
|
19915
19915
|
}),
|
|
19916
19916
|
/**
|
|
19917
|
+
* Distinct object classes attached to this visit (`person`, `car`, …),
|
|
19918
|
+
* dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
|
|
19919
|
+
* instead of the bare kind — "Object" tells the operator nothing a colour bar
|
|
19920
|
+
* did not. Absent (never empty) when the visit attached no classified object
|
|
19921
|
+
* event, so a motion/audio-only visit keeps its kind label.
|
|
19922
|
+
*/
|
|
19923
|
+
labels: array(string()).max(3).optional(),
|
|
19924
|
+
/**
|
|
19917
19925
|
* Lazy thumbnail URL, never inlined.
|
|
19918
19926
|
*
|
|
19919
19927
|
* Recording-derived clips (events-mode keep-window, and the prepared
|
|
@@ -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-
|
|
5
|
+
const require_dist = require("../dist-B_l6CtRR.js");
|
|
6
6
|
let node_crypto = require("node:crypto");
|
|
7
7
|
let node_child_process = require("node:child_process");
|
|
8
8
|
//#region src/ingress/tailscale-cli.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as EventCategory, i as BaseAddon, n as networkAccessCapability } from "../dist-
|
|
1
|
+
import { a as EventCategory, i as BaseAddon, n as networkAccessCapability } from "../dist-LUO_d3xF.mjs";
|
|
2
2
|
import { randomUUID } from "node:crypto";
|
|
3
3
|
import { execFile } from "node:child_process";
|
|
4
4
|
import { promisify } from "node:util";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-tailscale",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.22",
|
|
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",
|