@anthropic-ai/claude-code 2.1.38 → 2.1.40

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": "@anthropic-ai/claude-code",
3
- "version": "2.1.38",
3
+ "version": "2.1.40",
4
4
  "bin": {
5
5
  "claude": "cli.js"
6
6
  },
package/sdk-tools.d.ts CHANGED
@@ -102,13 +102,6 @@ export interface BashInput {
102
102
  * Set this to true to dangerously override sandbox mode and run commands without sandboxing.
103
103
  */
104
104
  dangerouslyDisableSandbox?: boolean;
105
- /**
106
- * Internal: pre-computed sed edit result from preview
107
- */
108
- _simulatedSedEdit?: {
109
- filePath: string;
110
- newContent: string;
111
- };
112
105
  }
113
106
  export interface TaskOutputInput {
114
107
  /**