claude-yolo 1.6.2 → 1.6.4

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.
@@ -7,7 +7,6 @@ import { createRequire } from 'module';
7
7
  import { fileURLToPath } from 'url';
8
8
  import { execSync } from 'child_process';
9
9
  import readline from 'readline';
10
- import punycode from 'punycode';
11
10
 
12
11
  // ANSI color codes
13
12
  const RED = '\x1b[31m';
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "claude-yolo",
3
- "version": "1.6.2",
3
+ "version": "1.6.4",
4
4
  "description": "YOLO wrapper for Claude CLI with danger mode always enabled, auto-updates, and colorful loading messages",
5
5
  "bin": {
6
6
  "claude-yolo": "./bin/claude-yolo.js"
7
7
  },
8
8
  "dependencies": {
9
- "@anthropic-ai/claude-code": "0.2.14",
9
+ "@anthropic-ai/claude-code": "latest",
10
10
  "punycode": "latest"
11
11
  },
12
12
  "type": "module",