@camstack/addon-tailscale 1.0.0 → 1.0.2
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-McbAbfH9.js → dist-ByDiIgMC.js} +4 -4
- package/dist/{dist-9ijv7oi4.mjs → dist-DcSssCOP.mjs} +4 -4
- package/dist/ingress/tailscale-ingress.addon.js +1 -1
- package/dist/ingress/tailscale-ingress.addon.mjs +1 -1
- package/package.json +2 -2
|
@@ -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-ByDiIgMC.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 networkAccessCapability, n as EventCategory, r as meshNetworkCapability, t as BaseAddon } from "../dist-
|
|
1
|
+
import { i as networkAccessCapability, n as EventCategory, r as meshNetworkCapability, t as BaseAddon } from "../dist-DcSssCOP.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";
|
|
@@ -12191,7 +12191,7 @@ method(_void(), DeviceExportStatusSchema), method(_void(), array(DeviceKindSchem
|
|
|
12191
12191
|
* rebuilds without manual reload.
|
|
12192
12192
|
*
|
|
12193
12193
|
* The hub-local builtin `addon-pages-aggregator` (see
|
|
12194
|
-
* `@camstack/
|
|
12194
|
+
* `@camstack/system/builtins/addon-pages-aggregator`) registers the
|
|
12195
12195
|
* provider. Splitting the public aggregator from the raw collection
|
|
12196
12196
|
* keeps both ends in codegen — there's no hand-written
|
|
12197
12197
|
* `addon-pages.router.ts` wrapper anymore.
|
|
@@ -12374,7 +12374,7 @@ method(_void(), array(WidgetMetadataSchema).readonly());
|
|
|
12374
12374
|
* manual reload — same scheme used by `addon-pages`.
|
|
12375
12375
|
*
|
|
12376
12376
|
* The hub-local builtin `addon-widgets-aggregator` (see
|
|
12377
|
-
* `@camstack/
|
|
12377
|
+
* `@camstack/system/builtins/addon-widgets-aggregator`) registers the
|
|
12378
12378
|
* provider. Splitting the public aggregator from the raw collection
|
|
12379
12379
|
* keeps both ends in codegen — there's no hand-written wrapper.
|
|
12380
12380
|
*/
|
|
@@ -15102,7 +15102,7 @@ method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema)
|
|
|
15102
15102
|
* clients — they reverse-connect to the hub. Exposing their interfaces
|
|
15103
15103
|
* via the same surface would leak internal topology with no upside.
|
|
15104
15104
|
*
|
|
15105
|
-
* Implementation in `@camstack/
|
|
15105
|
+
* Implementation in `@camstack/system/builtins/local-network/`.
|
|
15106
15106
|
*/
|
|
15107
15107
|
/** Coarse classification derived from the interface name + IP range. */
|
|
15108
15108
|
var InterfaceKindEnum = _enum([
|
|
@@ -15710,7 +15710,7 @@ method(_void(), FeatureManifestSchema), method(_void(), HealthStatusSchema), met
|
|
|
15710
15710
|
* jitter, and observed/peak bandwidth per device + per client.
|
|
15711
15711
|
*
|
|
15712
15712
|
* Implementation lives in the server's `NetworkQualityService` (thin
|
|
15713
|
-
* wrapper over the shared `NetworkQualityTracker` from `@camstack/
|
|
15713
|
+
* wrapper over the shared `NetworkQualityTracker` from `@camstack/system`).
|
|
15714
15714
|
* The provider is registered from `trpc.router.ts` against the existing
|
|
15715
15715
|
* service instance — no addon owns this state.
|
|
15716
15716
|
*
|
|
@@ -12191,7 +12191,7 @@ method(_void(), DeviceExportStatusSchema), method(_void(), array(DeviceKindSchem
|
|
|
12191
12191
|
* rebuilds without manual reload.
|
|
12192
12192
|
*
|
|
12193
12193
|
* The hub-local builtin `addon-pages-aggregator` (see
|
|
12194
|
-
* `@camstack/
|
|
12194
|
+
* `@camstack/system/builtins/addon-pages-aggregator`) registers the
|
|
12195
12195
|
* provider. Splitting the public aggregator from the raw collection
|
|
12196
12196
|
* keeps both ends in codegen — there's no hand-written
|
|
12197
12197
|
* `addon-pages.router.ts` wrapper anymore.
|
|
@@ -12374,7 +12374,7 @@ method(_void(), array(WidgetMetadataSchema).readonly());
|
|
|
12374
12374
|
* manual reload — same scheme used by `addon-pages`.
|
|
12375
12375
|
*
|
|
12376
12376
|
* The hub-local builtin `addon-widgets-aggregator` (see
|
|
12377
|
-
* `@camstack/
|
|
12377
|
+
* `@camstack/system/builtins/addon-widgets-aggregator`) registers the
|
|
12378
12378
|
* provider. Splitting the public aggregator from the raw collection
|
|
12379
12379
|
* keeps both ends in codegen — there's no hand-written wrapper.
|
|
12380
12380
|
*/
|
|
@@ -15102,7 +15102,7 @@ method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema)
|
|
|
15102
15102
|
* clients — they reverse-connect to the hub. Exposing their interfaces
|
|
15103
15103
|
* via the same surface would leak internal topology with no upside.
|
|
15104
15104
|
*
|
|
15105
|
-
* Implementation in `@camstack/
|
|
15105
|
+
* Implementation in `@camstack/system/builtins/local-network/`.
|
|
15106
15106
|
*/
|
|
15107
15107
|
/** Coarse classification derived from the interface name + IP range. */
|
|
15108
15108
|
var InterfaceKindEnum = _enum([
|
|
@@ -15710,7 +15710,7 @@ method(_void(), FeatureManifestSchema), method(_void(), HealthStatusSchema), met
|
|
|
15710
15710
|
* jitter, and observed/peak bandwidth per device + per client.
|
|
15711
15711
|
*
|
|
15712
15712
|
* Implementation lives in the server's `NetworkQualityService` (thin
|
|
15713
|
-
* wrapper over the shared `NetworkQualityTracker` from `@camstack/
|
|
15713
|
+
* wrapper over the shared `NetworkQualityTracker` from `@camstack/system`).
|
|
15714
15714
|
* The provider is registered from `trpc.router.ts` against the existing
|
|
15715
15715
|
* service instance — no addon owns this state.
|
|
15716
15716
|
*
|
|
@@ -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-ByDiIgMC.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 networkAccessCapability, n as EventCategory, t as BaseAddon } from "../dist-
|
|
1
|
+
import { i as networkAccessCapability, n as EventCategory, t as BaseAddon } from "../dist-DcSssCOP.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.0.
|
|
3
|
+
"version": "1.0.2",
|
|
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",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"publish": "npm publish --access public"
|
|
89
89
|
},
|
|
90
90
|
"peerDependencies": {
|
|
91
|
-
"@camstack/types": "
|
|
91
|
+
"@camstack/types": "*"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
94
|
"@camstack/types": "*",
|