claude-yes 1.16.0 → 1.16.1

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": "claude-yes",
3
- "version": "1.16.0",
3
+ "version": "1.16.1",
4
4
  "description": "A wrapper tool that automates interactions with the Claude CLI by automatically handling common prompts and responses.",
5
5
  "keywords": [
6
6
  "claude",
@@ -41,7 +41,7 @@
41
41
  "dist"
42
42
  ],
43
43
  "scripts": {
44
- "build": "bun build index.ts cli.ts --outdir=dist --packages=external --target=node --sourcemap",
44
+ "build": "bun build index.ts cli.ts --outdir=dist --external=node-pty --external=bun-pty --target=node --sourcemap",
45
45
  "dev": "tsx index.ts",
46
46
  "fmt": "prettier -w .",
47
47
  "prepare": "husky",
@@ -54,15 +54,16 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "bun-pty": "^0.3.2",
57
- "node-pty": "^1.0.0",
58
- "terminal-render": "^1.1.0",
59
- "yargs": "^18.0.0"
57
+ "node-pty": "^1.0.0"
60
58
  },
61
59
  "devDependencies": {
60
+ "terminal-render": "^1.1.0",
61
+ "yargs": "^18.0.0",
62
62
  "@types/bun": "^1.2.18",
63
63
  "@types/jest": "^30.0.0",
64
64
  "@types/node": "^24.0.10",
65
65
  "@types/yargs": "^17.0.33",
66
+ "sflow": "^1.20.2",
66
67
  "enhanced-ms": "^4.1.0",
67
68
  "execa": "^9.6.0",
68
69
  "from-node-stream": "^0.0.11",
@@ -70,7 +71,6 @@
70
71
  "lint-staged": "^16.1.4",
71
72
  "prettier": "^3.6.2",
72
73
  "semantic-release": "^24.2.6",
73
- "sflow": "^1.20.2",
74
74
  "strip-ansi-control-characters": "^2.0.0",
75
75
  "tsx": "^4.20.3",
76
76
  "vitest": "^3.2.4"