@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/dist/index.mjs CHANGED
@@ -5420,7 +5420,7 @@ var AnthropicSkills = class {
5420
5420
  ...versionResponse.description != null ? { description: versionResponse.description } : {}
5421
5421
  };
5422
5422
  }
5423
- async upload(params) {
5423
+ async uploadSkill(params) {
5424
5424
  var _a, _b;
5425
5425
  const warnings = [];
5426
5426
  const formData = new FormData();
@@ -5468,7 +5468,7 @@ var AnthropicSkills = class {
5468
5468
  };
5469
5469
 
5470
5470
  // src/version.ts
5471
- var VERSION = true ? "4.0.0-beta.21" : "0.0.0-test";
5471
+ var VERSION = true ? "4.0.0-beta.23" : "0.0.0-test";
5472
5472
 
5473
5473
  // src/anthropic-provider.ts
5474
5474
  function createAnthropic(options = {}) {