@yawlabs/tailscale-mcp 0.10.3 → 0.10.4
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/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -32519,7 +32519,7 @@ var webhookTools = [
|
|
|
32519
32519
|
];
|
|
32520
32520
|
|
|
32521
32521
|
// src/index.ts
|
|
32522
|
-
var version2 = true ? "0.10.
|
|
32522
|
+
var version2 = true ? "0.10.4" : (await null).createRequire(import.meta.url)("../package.json").version;
|
|
32523
32523
|
var subcommand = process.argv[2];
|
|
32524
32524
|
if (subcommand === "deploy-acl") {
|
|
32525
32525
|
const filePath = process.argv[3];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yawlabs/tailscale-mcp",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.4",
|
|
4
4
|
"description": "Tailscale MCP server for managing your tailnet from AI assistants",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "YawLabs <contact@yaw.sh>",
|
|
@@ -51,6 +51,6 @@
|
|
|
51
51
|
"zod": "^4.3.6"
|
|
52
52
|
},
|
|
53
53
|
"engines": {
|
|
54
|
-
"node": ">=
|
|
54
|
+
"node": ">=20"
|
|
55
55
|
}
|
|
56
56
|
}
|