@hatchway/cli 0.50.68 → 0.50.70

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hatchway/cli",
3
- "version": "0.50.68",
3
+ "version": "0.50.70",
4
4
  "description": "Hatchway CLI - Build AI-powered apps with Claude. Just run: npx @hatchway/cli runner",
5
5
  "private": false,
6
6
  "type": "module",
@@ -41,24 +41,23 @@
41
41
  "homepage": "https://github.com/codyde/hatchway#readme",
42
42
  "preferGlobal": true,
43
43
  "scripts": {
44
- "dev": "RUNNER_WS_URL=ws://localhost:3000/ws/runner RUNNER_SHARED_SECRET=${RUNNER_SHARED_SECRET:-dev-secret} tsx --import ./src/instrument.ts src/index.ts",
45
- "dev:cli": "tsx --import ./src/instrument.ts src/cli/index.ts",
44
+ "dev": "RUNNER_WS_URL=ws://localhost:3000/ws/runner RUNNER_SHARED_SECRET=${RUNNER_SHARED_SECRET:-dev-secret} tsx src/index.ts",
45
+ "dev:cli": "tsx src/cli/index.ts",
46
46
  "build": "rollup -c && cp templates.json dist/ && rm -rf dist/lib/skills/platform-plugin && mkdir -p dist/lib/skills && cp -R src/lib/skills/platform-plugin dist/lib/skills/platform-plugin",
47
47
  "build:tsc": "tsc -p tsconfig.json",
48
- "start": "RUNNER_WS_URL=ws://localhost:3000/ws/runner RUNNER_SHARED_SECRET=${RUNNER_SHARED_SECRET:-dev-secret} node --import ./dist/instrument.js dist/index.js",
49
- "cli": "node --import ./dist/instrument.js dist/cli/index.js"
48
+ "start": "RUNNER_WS_URL=ws://localhost:3000/ws/runner RUNNER_SHARED_SECRET=${RUNNER_SHARED_SECRET:-dev-secret} node dist/index.js",
49
+ "cli": "node dist/cli/index.js"
50
50
  },
51
51
  "dependencies": {
52
- "@anthropic-ai/claude-agent-sdk": "^0.2.45",
53
- "@hatchway/droid-sdk": "^1.0.0",
52
+ "@anthropic-ai/claude-agent-sdk": "^0.3.181",
54
53
  "@clack/prompts": "^0.11.0",
55
- "@openai/codex-sdk": "^0.93.0",
56
- "@sentry/node": "^10.37.0",
54
+ "@hatchway/droid-sdk": "^1.0.0",
55
+ "@openai/codex-sdk": "^0.141.0",
57
56
  "chalk": "^5.6.2",
58
57
  "commander": "^14.0.1",
59
58
  "conf": "^15.0.2",
60
59
  "dotenv": "^16.4.5",
61
- "drizzle-orm": "^0.44.5",
60
+ "drizzle-orm": "^0.45.2",
62
61
  "express": "^5.1.0",
63
62
  "http-proxy": "^1.18.1",
64
63
  "inquirer": "^12.9.6",
@@ -66,7 +65,7 @@
66
65
  "ora": "^9.0.0",
67
66
  "pg": "^8.13.1",
68
67
  "picocolors": "^1.1.1",
69
- "simple-git": "^3.28.0",
68
+ "simple-git": "^3.32.3",
70
69
  "ws": "^8.18.0",
71
70
  "zod": "^4.0.0"
72
71
  },