@ai-sdk/anthropic 4.0.0-beta.21 → 4.0.0-beta.23

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,22 @@
1
1
  # @ai-sdk/anthropic
2
2
 
3
+ ## 4.0.0-beta.23
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [176466a]
8
+ - @ai-sdk/provider@4.0.0-beta.10
9
+ - @ai-sdk/provider-utils@5.0.0-beta.16
10
+
11
+ ## 4.0.0-beta.22
12
+
13
+ ### Patch Changes
14
+
15
+ - e311194: feat(ai): allow passing provider instance to `uploadFile` and `uploadSkill` as shorthand
16
+ - Updated dependencies [e311194]
17
+ - @ai-sdk/provider@4.0.0-beta.9
18
+ - @ai-sdk/provider-utils@5.0.0-beta.15
19
+
3
20
  ## 4.0.0-beta.21
4
21
 
5
22
  ### Patch Changes
package/dist/index.js CHANGED
@@ -5322,7 +5322,7 @@ var AnthropicSkills = class {
5322
5322
  ...versionResponse.description != null ? { description: versionResponse.description } : {}
5323
5323
  };
5324
5324
  }
5325
- async upload(params) {
5325
+ async uploadSkill(params) {
5326
5326
  var _a, _b;
5327
5327
  const warnings = [];
5328
5328
  const formData = new FormData();
@@ -5370,7 +5370,7 @@ var AnthropicSkills = class {
5370
5370
  };
5371
5371
 
5372
5372
  // src/version.ts
5373
- var VERSION = true ? "4.0.0-beta.21" : "0.0.0-test";
5373
+ var VERSION = true ? "4.0.0-beta.23" : "0.0.0-test";
5374
5374
 
5375
5375
  // src/anthropic-provider.ts
5376
5376
  function createAnthropic(options = {}) {