@anthropic-ai/claude-code 1.0.71 → 1.0.73

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": "1.0.71",
3
+ "version": "1.0.73",
4
4
  "main": "sdk.mjs",
5
5
  "types": "sdk.d.ts",
6
6
  "bin": {
package/sdk.mjs CHANGED
@@ -1,6 +1,11 @@
1
+ #!/usr/bin/env node
2
+
1
3
  // (c) Anthropic PBC. All rights reserved. Use is subject to Anthropic's Commercial Terms of Service (https://www.anthropic.com/legal/commercial-terms).
2
4
 
3
- // Version: 1.0.71
5
+ // Version: 1.0.73
6
+
7
+ // Want to see the unminified source? We're hiring!
8
+ // https://job-boards.greenhouse.io/anthropic/jobs/4816199008
4
9
 
5
10
  // src/entrypoints/sdk.ts
6
11
  import { spawn } from "child_process";
@@ -415,5 +420,6 @@ class AbortError extends Error {
415
420
  }
416
421
  export {
417
422
  query,
423
+ Query,
418
424
  AbortError
419
425
  };
Binary file