@anthropic-ai/claude-agent-sdk 0.2.10 → 0.2.11
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 +893 -893
- package/package.json +2 -2
- package/sdk.mjs +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anthropic-ai/claude-agent-sdk",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.11",
|
|
4
4
|
"main": "sdk.mjs",
|
|
5
5
|
"types": "sdk.d.ts",
|
|
6
6
|
"engines": {
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"@img/sharp-linuxmusl-x64": "^0.33.5",
|
|
38
38
|
"@img/sharp-win32-x64": "^0.33.5"
|
|
39
39
|
},
|
|
40
|
-
"claudeCodeVersion": "2.1.
|
|
40
|
+
"claudeCodeVersion": "2.1.11"
|
|
41
41
|
}
|
package/sdk.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
// (c) Anthropic PBC. All rights reserved. Use is subject to the Legal Agreements outlined here: https://code.claude.com/docs/en/legal-and-compliance.
|
|
3
3
|
|
|
4
|
-
// Version: 0.2.
|
|
4
|
+
// Version: 0.2.11
|
|
5
5
|
|
|
6
6
|
// Want to see the unminified source? We're hiring!
|
|
7
7
|
// https://job-boards.greenhouse.io/anthropic/jobs/4816199008
|
|
@@ -21325,7 +21325,7 @@ function query({
|
|
|
21325
21325
|
const dirname2 = join5(filename, "..");
|
|
21326
21326
|
pathToClaudeCodeExecutable = join5(dirname2, "cli.js");
|
|
21327
21327
|
}
|
|
21328
|
-
process.env.CLAUDE_AGENT_SDK_VERSION = "0.2.
|
|
21328
|
+
process.env.CLAUDE_AGENT_SDK_VERSION = "0.2.11";
|
|
21329
21329
|
const {
|
|
21330
21330
|
abortController = createAbortController(),
|
|
21331
21331
|
additionalDirectories = [],
|