ai-sdk-provider-claude-code 0.2.1 → 1.0.0-beta.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ai-sdk-provider-claude-code",
3
- "version": "0.2.1",
4
- "description": "AI SDK provider for Claude via Claude Code CLI (use Pro/Max subscription)",
3
+ "version": "1.0.0-beta.1",
4
+ "description": "AI SDK v5-beta provider for Claude via Claude Code SDK (use Pro/Max subscription)",
5
5
  "keywords": [
6
6
  "ai-sdk",
7
7
  "claude-code",
@@ -64,8 +64,8 @@
64
64
  "example:all": "npm run build && npm run example:basic && npm run example:streaming && npm run example:conversation && npm run example:config && npm run example:object:basic && npm run example:object:nested && npm run example:object:constraints && npm run example:tools && npm run example:timeout"
65
65
  },
66
66
  "dependencies": {
67
- "@ai-sdk/provider": "1.1.3",
68
- "@ai-sdk/provider-utils": "2.2.8",
67
+ "@ai-sdk/provider": "beta",
68
+ "@ai-sdk/provider-utils": "beta",
69
69
  "@anthropic-ai/claude-code": "1.0.24",
70
70
  "jsonc-parser": "^3.3.1"
71
71
  },
@@ -75,14 +75,14 @@
75
75
  "@types/node": "20.17.24",
76
76
  "@typescript-eslint/eslint-plugin": "8.34.0",
77
77
  "@typescript-eslint/parser": "8.34.0",
78
- "@vitest/coverage-v8": "^3.2.3",
79
- "ai": "4.3.16",
78
+ "@vitest/coverage-v8": "^3.2.4",
79
+ "ai": "beta",
80
80
  "eslint": "9.28.0",
81
81
  "globals": "16.2.0",
82
82
  "tsup": "8.5.0",
83
83
  "typescript": "5.6.3",
84
- "vitest": "3.2.3",
85
- "zod": "3.24.1"
84
+ "vitest": "3.2.4",
85
+ "zod": "^3.25.76"
86
86
  },
87
87
  "peerDependencies": {
88
88
  "zod": "^3.0.0"
@@ -91,6 +91,7 @@
91
91
  "node": ">=18"
92
92
  },
93
93
  "publishConfig": {
94
- "access": "public"
94
+ "access": "public",
95
+ "tag": "beta"
95
96
  }
96
97
  }