@ai-sdk/anthropic 2.1.0-beta.5 → 2.1.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.
@@ -980,7 +980,7 @@ function createCitationSource(citation, citationDocuments, generateId2) {
980
980
  }
981
981
  var AnthropicMessagesLanguageModel = class {
982
982
  constructor(modelId, config) {
983
- this.specificationVersion = "v2";
983
+ this.specificationVersion = "v3";
984
984
  var _a;
985
985
  this.modelId = modelId;
986
986
  this.config = config;