@ai-sdk/anthropic 3.0.61 → 3.0.63

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/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @ai-sdk/anthropic
2
2
 
3
+ ## 3.0.63
4
+
5
+ ### Patch Changes
6
+
7
+ - 055cd68: fix: publish v6 to latest npm dist tag
8
+ - Updated dependencies [055cd68]
9
+ - @ai-sdk/provider-utils@4.0.21
10
+
11
+ ## 3.0.62
12
+
13
+ ### Patch Changes
14
+
15
+ - 41c6a56: fix(anthropic): skip passing beta header for tool search tools
16
+
3
17
  ## 3.0.61
4
18
 
5
19
  ### Patch Changes
package/dist/index.js CHANGED
@@ -32,7 +32,7 @@ var import_provider4 = require("@ai-sdk/provider");
32
32
  var import_provider_utils26 = require("@ai-sdk/provider-utils");
33
33
 
34
34
  // src/version.ts
35
- var VERSION = true ? "3.0.61" : "0.0.0-test";
35
+ var VERSION = true ? "3.0.63" : "0.0.0-test";
36
36
 
37
37
  // src/anthropic-messages-language-model.ts
38
38
  var import_provider3 = require("@ai-sdk/provider");
@@ -1521,7 +1521,6 @@ async function prepareTools({
1521
1521
  break;
1522
1522
  }
1523
1523
  case "anthropic.tool_search_regex_20251119": {
1524
- betas.add("advanced-tool-use-2025-11-20");
1525
1524
  anthropicTools2.push({
1526
1525
  type: "tool_search_tool_regex_20251119",
1527
1526
  name: "tool_search_tool_regex"
@@ -1529,7 +1528,6 @@ async function prepareTools({
1529
1528
  break;
1530
1529
  }
1531
1530
  case "anthropic.tool_search_bm25_20251119": {
1532
- betas.add("advanced-tool-use-2025-11-20");
1533
1531
  anthropicTools2.push({
1534
1532
  type: "tool_search_tool_bm25_20251119",
1535
1533
  name: "tool_search_tool_bm25"