@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/anthropic",
3
- "version": "3.0.74",
3
+ "version": "3.0.75",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -652,10 +652,6 @@ export class AnthropicMessagesLanguageModel implements LanguageModelV3 {
652
652
  }
653
653
  }
654
654
 
655
- if (anthropicOptions?.effort) {
656
- betas.add('effort-2025-11-24');
657
- }
658
-
659
655
  if (anthropicOptions?.taskBudget) {
660
656
  betas.add('task-budgets-2026-03-13');
661
657
  }