@ai-sdk/anthropic 3.0.74 → 3.0.75

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/dist/index.mjs CHANGED
@@ -12,7 +12,7 @@ import {
12
12
  } from "@ai-sdk/provider-utils";
13
13
 
14
14
  // src/version.ts
15
- var VERSION = true ? "3.0.74" : "0.0.0-test";
15
+ var VERSION = true ? "3.0.75" : "0.0.0-test";
16
16
 
17
17
  // src/anthropic-messages-language-model.ts
18
18
  import {
@@ -3457,9 +3457,6 @@ var AnthropicMessagesLanguageModel = class {
3457
3457
  });
3458
3458
  }
3459
3459
  }
3460
- if (anthropicOptions == null ? void 0 : anthropicOptions.effort) {
3461
- betas.add("effort-2025-11-24");
3462
- }
3463
3460
  if (anthropicOptions == null ? void 0 : anthropicOptions.taskBudget) {
3464
3461
  betas.add("task-budgets-2026-03-13");
3465
3462
  }