claude-code-termux 1.0.21 → 1.0.22

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-termux",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "Claude Code CLI with Termux/Android compatibility fixes - a wrapper that patches issues with Sharp, ripgrep, and path resolution on ARM64 Android",
5
5
  "author": "Jimoh Ovbiagele <findingjimoh@gmail.com>",
6
6
  "license": "MIT",
@@ -28,7 +28,7 @@
28
28
  "test": "node scripts/verify-install.js"
29
29
  },
30
30
  "dependencies": {
31
- "@anthropic-ai/claude-code": "^2.1.32"
31
+ "@anthropic-ai/claude-code": "^2.1.33"
32
32
  },
33
33
  "engines": {
34
34
  "node": ">=18.0.0 <25.0.0"