@ai-sdk/anthropic 4.0.9 → 4.0.10

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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @ai-sdk/anthropic
2
2
 
3
+ ## 4.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ac306ed]
8
+ - @ai-sdk/provider-utils@5.0.6
9
+
3
10
  ## 4.0.9
4
11
 
5
12
  ### 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.9" : "0.0.0-test";
6298
+ var VERSION = true ? "4.0.10" : "0.0.0-test";
6299
6299
 
6300
6300
  // src/anthropic-provider.ts
6301
6301
  var ANTHROPIC_API_URL = "https://api.anthropic.com";