@ai-sdk/anthropic 2.0.53 → 2.0.55

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.53" : "0.0.0-test";
14
+ var VERSION = true ? "2.0.55" : "0.0.0-test";
15
15
 
16
16
  // src/anthropic-messages-language-model.ts
17
17
  import {
@@ -707,7 +707,7 @@ var webSearch_20250305OutputSchema = lazySchema4(
707
707
  z5.array(
708
708
  z5.object({
709
709
  url: z5.string(),
710
- title: z5.string(),
710
+ title: z5.string().nullable(),
711
711
  pageAge: z5.string().nullable(),
712
712
  encryptedContent: z5.string(),
713
713
  type: z5.literal("web_search_result")
@@ -757,7 +757,7 @@ var webFetch_20250910OutputSchema = lazySchema5(
757
757
  url: z6.string(),
758
758
  content: z6.object({
759
759
  type: z6.literal("document"),
760
- title: z6.string(),
760
+ title: z6.string().nullable(),
761
761
  citations: z6.object({ enabled: z6.boolean() }).optional(),
762
762
  source: z6.union([
763
763
  z6.object({