@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/CHANGELOG.md +10 -0
- package/dist/index.d.mts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.d.mts +9 -9
- package/dist/internal/index.d.ts +9 -9
- package/dist/internal/index.js +1 -1
- package/dist/internal/index.js.map +1 -1
- package/dist/internal/index.mjs +1 -1
- package/dist/internal/index.mjs.map +1 -1
- package/package.json +4 -4
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.
|
|
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 = "
|
|
997
|
+
this.specificationVersion = "v3";
|
|
998
998
|
var _a;
|
|
999
999
|
this.modelId = modelId;
|
|
1000
1000
|
this.config = config;
|