@ai-sdk/anthropic 4.0.9 → 4.0.11
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 +15 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/docs/05-anthropic.mdx +15 -29
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @ai-sdk/anthropic
|
|
2
2
|
|
|
3
|
+
## 4.0.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [0f93c57]
|
|
8
|
+
- @ai-sdk/provider@4.0.3
|
|
9
|
+
- @ai-sdk/provider-utils@5.0.7
|
|
10
|
+
|
|
11
|
+
## 4.0.10
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [ac306ed]
|
|
16
|
+
- @ai-sdk/provider-utils@5.0.6
|
|
17
|
+
|
|
3
18
|
## 4.0.9
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/dist/index.js
CHANGED
|
@@ -6295,7 +6295,7 @@ var AnthropicSkills = class {
|
|
|
6295
6295
|
};
|
|
6296
6296
|
|
|
6297
6297
|
// src/version.ts
|
|
6298
|
-
var VERSION = true ? "4.0.
|
|
6298
|
+
var VERSION = true ? "4.0.11" : "0.0.0-test";
|
|
6299
6299
|
|
|
6300
6300
|
// src/anthropic-provider.ts
|
|
6301
6301
|
var ANTHROPIC_API_URL = "https://api.anthropic.com";
|