@ai-sdk/anthropic 2.0.40 → 2.0.42

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
@@ -11,7 +11,7 @@ import {
11
11
  } from "@ai-sdk/provider-utils";
12
12
 
13
13
  // src/version.ts
14
- var VERSION = true ? "2.0.40" : "0.0.0-test";
14
+ var VERSION = true ? "2.0.42" : "0.0.0-test";
15
15
 
16
16
  // src/anthropic-messages-language-model.ts
17
17
  import {
@@ -2408,7 +2408,8 @@ var AnthropicMessagesLanguageModel = class {
2408
2408
  data: part.content.content.source.data
2409
2409
  }
2410
2410
  }
2411
- }
2411
+ },
2412
+ providerExecuted: true
2412
2413
  });
2413
2414
  } else if (part.content.type === "web_fetch_tool_result_error") {
2414
2415
  controller.enqueue({