@ai-sdk/anthropic 4.0.0-beta.4 → 4.0.0-beta.6

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/anthropic",
3
- "version": "4.0.0-beta.4",
3
+ "version": "4.0.0-beta.6",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -36,16 +36,16 @@
36
36
  }
37
37
  },
38
38
  "dependencies": {
39
- "@ai-sdk/provider": "4.0.0-beta.0",
40
- "@ai-sdk/provider-utils": "5.0.0-beta.1"
39
+ "@ai-sdk/provider": "4.0.0-beta.1",
40
+ "@ai-sdk/provider-utils": "5.0.0-beta.2"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/node": "20.17.24",
44
44
  "tsup": "^8",
45
45
  "typescript": "5.8.3",
46
46
  "zod": "3.25.76",
47
- "@vercel/ai-tsconfig": "0.0.0",
48
- "@ai-sdk/test-server": "2.0.0-beta.0"
47
+ "@ai-sdk/test-server": "2.0.0-beta.0",
48
+ "@vercel/ai-tsconfig": "0.0.0"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "zod": "^3.25.76 || ^4.1.8"
@@ -322,7 +322,6 @@ export async function prepareTools({
322
322
  }
323
323
 
324
324
  case 'anthropic.tool_search_regex_20251119': {
325
- betas.add('advanced-tool-use-2025-11-20');
326
325
  anthropicTools.push({
327
326
  type: 'tool_search_tool_regex_20251119',
328
327
  name: 'tool_search_tool_regex',
@@ -331,7 +330,6 @@ export async function prepareTools({
331
330
  }
332
331
 
333
332
  case 'anthropic.tool_search_bm25_20251119': {
334
- betas.add('advanced-tool-use-2025-11-20');
335
333
  anthropicTools.push({
336
334
  type: 'tool_search_tool_bm25_20251119',
337
335
  name: 'tool_search_tool_bm25',