@camstack/addon-tailscale 1.1.19 → 1.1.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-DLPA7dyl.js → dist-C_MUQLnn.js} +9 -1
- package/dist/{dist-qj3qFh_c.mjs → dist-CgzzL85D.mjs} +9 -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-C_MUQLnn.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-
|
|
1
|
+
import { i as EventCategory, n as networkAccessCapability, r as BaseAddon, t as meshNetworkCapability } from "../dist-CgzzL85D.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";
|
|
@@ -16575,7 +16575,15 @@ var FrameworkPackageStatusSchema = object({
|
|
|
16575
16575
|
latestVersion: string().nullable(),
|
|
16576
16576
|
hasUpdate: boolean(),
|
|
16577
16577
|
/** Optional manifest description for the row tooltip. */
|
|
16578
|
-
description: string().optional()
|
|
16578
|
+
description: string().optional(),
|
|
16579
|
+
/**
|
|
16580
|
+
* Content build-id (md5 of the resolved `dist/` tree) of the code the hub
|
|
16581
|
+
* ACTUALLY loaded. Framework packages ship code changes without always
|
|
16582
|
+
* bumping `currentVersion`, so semver alone hides "same version, new code".
|
|
16583
|
+
* `null` when the dist can't be hashed (not installed / empty). The admin-UI
|
|
16584
|
+
* surfaces this so a stale-code hub is visible even at an unchanged version.
|
|
16585
|
+
*/
|
|
16586
|
+
buildId: string().nullable()
|
|
16579
16587
|
});
|
|
16580
16588
|
var LogStreamEntrySchema = object({
|
|
16581
16589
|
timestamp: string(),
|
|
@@ -16575,7 +16575,15 @@ var FrameworkPackageStatusSchema = object({
|
|
|
16575
16575
|
latestVersion: string().nullable(),
|
|
16576
16576
|
hasUpdate: boolean(),
|
|
16577
16577
|
/** Optional manifest description for the row tooltip. */
|
|
16578
|
-
description: string().optional()
|
|
16578
|
+
description: string().optional(),
|
|
16579
|
+
/**
|
|
16580
|
+
* Content build-id (md5 of the resolved `dist/` tree) of the code the hub
|
|
16581
|
+
* ACTUALLY loaded. Framework packages ship code changes without always
|
|
16582
|
+
* bumping `currentVersion`, so semver alone hides "same version, new code".
|
|
16583
|
+
* `null` when the dist can't be hashed (not installed / empty). The admin-UI
|
|
16584
|
+
* surfaces this so a stale-code hub is visible even at an unchanged version.
|
|
16585
|
+
*/
|
|
16586
|
+
buildId: string().nullable()
|
|
16579
16587
|
});
|
|
16580
16588
|
var LogStreamEntrySchema = object({
|
|
16581
16589
|
timestamp: string(),
|
|
@@ -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-C_MUQLnn.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-
|
|
1
|
+
import { i as EventCategory, n as networkAccessCapability, r as BaseAddon } from "../dist-CgzzL85D.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.
|
|
3
|
+
"version": "1.1.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",
|