@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.
package/dist/index.mjs CHANGED
@@ -10,7 +10,7 @@ import {
10
10
  } from "@ai-sdk/provider-utils";
11
11
 
12
12
  // src/version.ts
13
- var VERSION = true ? "2.1.0-beta.5" : "0.0.0-test";
13
+ var VERSION = true ? "2.1.0-beta.6" : "0.0.0-test";
14
14
 
15
15
  // src/anthropic-messages-language-model.ts
16
16
  import {
@@ -994,7 +994,7 @@ function createCitationSource(citation, citationDocuments, generateId3) {
994
994
  }
995
995
  var AnthropicMessagesLanguageModel = class {
996
996
  constructor(modelId, config) {
997
- this.specificationVersion = "v2";
997
+ this.specificationVersion = "v3";
998
998
  var _a;
999
999
  this.modelId = modelId;
1000
1000
  this.config = config;