@anthropic-ai/claude-agent-sdk 0.1.0 → 0.1.1

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 (3) hide show
  1. package/cli.js +740 -740
  2. package/package.json +1 -1
  3. 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.1.0",
3
+ "version": "0.1.1",
4
4
  "main": "sdk.mjs",
5
5
  "types": "sdk.d.ts",
6
6
  "engines": {
package/sdk.mjs CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  // (c) Anthropic PBC. All rights reserved. Use is subject to Anthropic's Commercial Terms of Service (https://www.anthropic.com/legal/commercial-terms).
4
4
 
5
- // Version: 0.1.0
5
+ // Version: 0.1.1
6
6
 
7
7
  // Want to see the unminified source? We're hiring!
8
8
  // https://job-boards.greenhouse.io/anthropic/jobs/4816199008
@@ -14154,7 +14154,7 @@ function query({
14154
14154
  const dirname = join(filename, "..");
14155
14155
  pathToClaudeCodeExecutable = join(dirname, "cli.js");
14156
14156
  }
14157
- process.env.CLAUDE_AGENT_SDK_VERSION = "0.1.0";
14157
+ process.env.CLAUDE_AGENT_SDK_VERSION = "0.1.1";
14158
14158
  return createSharedQuery({
14159
14159
  prompt,
14160
14160
  options: {