@anthropic-ai/claude-agent-sdk 0.1.60 → 0.1.61
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 +48 -48
- package/package.json +1 -1
- package/sdk.mjs +2 -2
package/package.json
CHANGED
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.1.
|
|
4
|
+
// Version: 0.1.61
|
|
5
5
|
|
|
6
6
|
// Want to see the unminified source? We're hiring!
|
|
7
7
|
// https://job-boards.greenhouse.io/anthropic/jobs/4816199008
|
|
@@ -15104,7 +15104,7 @@ function query({
|
|
|
15104
15104
|
const dirname2 = join5(filename, "..");
|
|
15105
15105
|
pathToClaudeCodeExecutable = join5(dirname2, "cli.js");
|
|
15106
15106
|
}
|
|
15107
|
-
process.env.CLAUDE_AGENT_SDK_VERSION = "0.1.
|
|
15107
|
+
process.env.CLAUDE_AGENT_SDK_VERSION = "0.1.61";
|
|
15108
15108
|
const {
|
|
15109
15109
|
abortController = createAbortController(),
|
|
15110
15110
|
additionalDirectories = [],
|