@camstack/addon-tailscale 1.2.19 → 1.2.20
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-CHxximRh.js → dist-DGr1NbVk.js} +8 -1
- package/dist/{dist-Dyfj9Ljl.mjs → dist-nGlZjTHi.mjs} +8 -1
- 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-DGr1NbVk.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-nGlZjTHi.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";
|
|
@@ -19157,7 +19157,14 @@ targets: array(object({
|
|
|
19157
19157
|
"sleeping",
|
|
19158
19158
|
"unreachable",
|
|
19159
19159
|
"waking"
|
|
19160
|
-
]).nullable()
|
|
19160
|
+
]).nullable(),
|
|
19161
|
+
/** A battery camera (whatever its current state). An AWAKE battery
|
|
19162
|
+
* camera is deliberately NOT recaptured on the poll cadence — every
|
|
19163
|
+
* capture is a camera hit that would keep it out of sleep — so its
|
|
19164
|
+
* cached frame legitimately ages past the currency ceiling while
|
|
19165
|
+
* nothing is streaming. A surface must keep painting it (a fresh
|
|
19166
|
+
* frame is captured at each wake), not blank to "unavailable". */
|
|
19167
|
+
battery: boolean()
|
|
19161
19168
|
})));
|
|
19162
19169
|
/**
|
|
19163
19170
|
* `sso-bridge` — internal hub-only cap that lets SSO-style auth
|
|
@@ -19157,7 +19157,14 @@ targets: array(object({
|
|
|
19157
19157
|
"sleeping",
|
|
19158
19158
|
"unreachable",
|
|
19159
19159
|
"waking"
|
|
19160
|
-
]).nullable()
|
|
19160
|
+
]).nullable(),
|
|
19161
|
+
/** A battery camera (whatever its current state). An AWAKE battery
|
|
19162
|
+
* camera is deliberately NOT recaptured on the poll cadence — every
|
|
19163
|
+
* capture is a camera hit that would keep it out of sleep — so its
|
|
19164
|
+
* cached frame legitimately ages past the currency ceiling while
|
|
19165
|
+
* nothing is streaming. A surface must keep painting it (a fresh
|
|
19166
|
+
* frame is captured at each wake), not blank to "unavailable". */
|
|
19167
|
+
battery: boolean()
|
|
19161
19168
|
})));
|
|
19162
19169
|
/**
|
|
19163
19170
|
* `sso-bridge` — internal hub-only cap that lets SSO-style auth
|
|
@@ -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-DGr1NbVk.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-nGlZjTHi.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.20",
|
|
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",
|