Skip to content

Commit 1f17018

Browse files
jeffyawclaude
andcommitted
v0.10.4: bump esbuild target to node20
CI dropped Node 18 from the matrix and engines.node is >=20, but build.mjs was still targeting node18 -- close the gap. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0bbd7a3 commit 1f17018

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ await build({
1616
entryPoints: ["src/index.ts"],
1717
bundle: true,
1818
platform: "node",
19-
target: "node18",
19+
target: "node20",
2020
format: "esm",
2121
outfile: "dist/index.js",
2222
define: {

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yawlabs/tailscale-mcp",
3-
"version": "0.10.3",
3+
"version": "0.10.4",
44
"description": "Tailscale MCP server for managing your tailnet from AI assistants",
55
"license": "MIT",
66
"author": "YawLabs <contact@yaw.sh>",

0 commit comments

Comments
 (0)