@anthropic-ai/claude-code 2.1.32 → 2.1.34

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 (3) hide show
  1. package/cli.js +2827 -2885
  2. package/package.json +1 -1
  3. package/sdk-tools.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anthropic-ai/claude-code",
3
- "version": "2.1.32",
3
+ "version": "2.1.34",
4
4
  "bin": {
5
5
  "claude": "cli.js"
6
6
  },
package/sdk-tools.d.ts CHANGED
@@ -170,7 +170,7 @@ export interface FileEditInput {
170
170
  */
171
171
  new_string: string;
172
172
  /**
173
- * Replace all occurences of old_string (default false)
173
+ * Replace all occurrences of old_string (default false)
174
174
  */
175
175
  replace_all?: boolean;
176
176
  }