@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/cli.js +1113 -1090
- package/package.json +1 -1
- package/sdk.mjs +7 -1
- package/vendor/claude-code.vsix +0 -0
package/package.json
CHANGED
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.
|
|
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
|
};
|
package/vendor/claude-code.vsix
CHANGED
|
Binary file
|