@vclawhub/vclaw 0.2.4 → 0.2.5

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -2
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -7,9 +7,8 @@ import { dirname, join } from "node:path";
7
7
 
8
8
  const __dirname = dirname(fileURLToPath(import.meta.url));
9
9
  const args = process.argv.slice(2);
10
- const bunPath = join(__dirname, "cli.bun.ts");
10
+ const bunPath = join(__dirname, "cli.bun.js");
11
11
 
12
- // Try bun first, then bunx
13
12
  const { status } = spawnSync("bun", [bunPath, ...args], {
14
13
  stdio: "inherit",
15
14
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vclawhub/vclaw",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "VClaw Agent — one-command setup for pi.dev + pi-web.dev + NATS leaf node + vchat.email network",