@camstack/addon-tailscale 1.0.6 → 1.1.0
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-BHBH0HOD.mjs → dist-C3gBIyb4.mjs} +3 -3
- package/dist/{dist-CNR-jNVu.js → dist-_yzt354G.js} +3 -3
- 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-_yzt354G.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-C3gBIyb4.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";
|
|
@@ -4627,7 +4627,7 @@ function _instanceof(cls, params = {}) {
|
|
|
4627
4627
|
return inst;
|
|
4628
4628
|
}
|
|
4629
4629
|
//#endregion
|
|
4630
|
-
//#region ../types/dist/sleep-
|
|
4630
|
+
//#region ../types/dist/sleep-B1dKJAMJ.mjs
|
|
4631
4631
|
var EventCategory = /* @__PURE__ */ function(EventCategory) {
|
|
4632
4632
|
EventCategory["SystemBoot"] = "system.boot";
|
|
4633
4633
|
EventCategory["SystemAddonsReady"] = "system.addons-ready";
|
|
@@ -5601,7 +5601,7 @@ var BaseAddon = class {
|
|
|
5601
5601
|
deviceSettingsSchema() {
|
|
5602
5602
|
return null;
|
|
5603
5603
|
}
|
|
5604
|
-
async getGlobalSettings(overlay, cap) {
|
|
5604
|
+
async getGlobalSettings(overlay, cap, _nodeId) {
|
|
5605
5605
|
const schema = this.globalSettingsSchema(cap);
|
|
5606
5606
|
if (!schema) return { sections: [] };
|
|
5607
5607
|
const raw = await this._ctx?.settings?.readAddonStore() ?? {};
|
|
@@ -5610,7 +5610,7 @@ var BaseAddon = class {
|
|
|
5610
5610
|
...overlay
|
|
5611
5611
|
} : raw);
|
|
5612
5612
|
}
|
|
5613
|
-
async updateGlobalSettings(patch) {
|
|
5613
|
+
async updateGlobalSettings(patch, _nodeId) {
|
|
5614
5614
|
await this._ctx?.settings?.writeAddonStore(patch);
|
|
5615
5615
|
await this.resolveConfig();
|
|
5616
5616
|
await this.onConfigChanged();
|
|
@@ -4627,7 +4627,7 @@ function _instanceof(cls, params = {}) {
|
|
|
4627
4627
|
return inst;
|
|
4628
4628
|
}
|
|
4629
4629
|
//#endregion
|
|
4630
|
-
//#region ../types/dist/sleep-
|
|
4630
|
+
//#region ../types/dist/sleep-B1dKJAMJ.mjs
|
|
4631
4631
|
var EventCategory = /* @__PURE__ */ function(EventCategory) {
|
|
4632
4632
|
EventCategory["SystemBoot"] = "system.boot";
|
|
4633
4633
|
EventCategory["SystemAddonsReady"] = "system.addons-ready";
|
|
@@ -5601,7 +5601,7 @@ var BaseAddon = class {
|
|
|
5601
5601
|
deviceSettingsSchema() {
|
|
5602
5602
|
return null;
|
|
5603
5603
|
}
|
|
5604
|
-
async getGlobalSettings(overlay, cap) {
|
|
5604
|
+
async getGlobalSettings(overlay, cap, _nodeId) {
|
|
5605
5605
|
const schema = this.globalSettingsSchema(cap);
|
|
5606
5606
|
if (!schema) return { sections: [] };
|
|
5607
5607
|
const raw = await this._ctx?.settings?.readAddonStore() ?? {};
|
|
@@ -5610,7 +5610,7 @@ var BaseAddon = class {
|
|
|
5610
5610
|
...overlay
|
|
5611
5611
|
} : raw);
|
|
5612
5612
|
}
|
|
5613
|
-
async updateGlobalSettings(patch) {
|
|
5613
|
+
async updateGlobalSettings(patch, _nodeId) {
|
|
5614
5614
|
await this._ctx?.settings?.writeAddonStore(patch);
|
|
5615
5615
|
await this.resolveConfig();
|
|
5616
5616
|
await this.onConfigChanged();
|
|
@@ -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-_yzt354G.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-C3gBIyb4.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.1.0",
|
|
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",
|