@anthropic-ai/claude-code 2.0.25 → 2.0.26

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 (4) hide show
  1. package/cli.js +1268 -1268
  2. package/package.json +1 -1
  3. package/sdk-tools.d.ts +1 -1
  4. package/yoga.wasm +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anthropic-ai/claude-code",
3
- "version": "2.0.25",
3
+ "version": "2.0.26",
4
4
  "main": "sdk.mjs",
5
5
  "types": "sdk.d.ts",
6
6
  "bin": {
package/sdk-tools.d.ts CHANGED
@@ -72,7 +72,7 @@ export interface BashInput {
72
72
  /**
73
73
  * Set this to true to dangerously override sandbox mode and run commands without sandboxing.
74
74
  */
75
- dangerouslyOverrideSandbox?: boolean;
75
+ dangerouslyDisableSandbox?: boolean;
76
76
  }
77
77
  export interface BashOutputInput {
78
78
  /**
package/yoga.wasm DELETED
Binary file