@yawlabs/tailscale-mcp 0.10.8 → 0.10.9
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 +1 -1
package/dist/index.js
CHANGED
|
@@ -33467,7 +33467,7 @@ var webhookTools = [
|
|
|
33467
33467
|
];
|
|
33468
33468
|
|
|
33469
33469
|
// src/index.ts
|
|
33470
|
-
var version2 = true ? "0.10.
|
|
33470
|
+
var version2 = true ? "0.10.9" : (await null).createRequire(import.meta.url)("../package.json").version;
|
|
33471
33471
|
var subcommand = process.argv[2];
|
|
33472
33472
|
if (subcommand === "deploy-acl") {
|
|
33473
33473
|
const filePath = process.argv[3];
|