@ai-sdk/google 2.0.59 → 2.0.60

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
@@ -7,7 +7,7 @@ import {
7
7
  } from "@ai-sdk/provider-utils";
8
8
 
9
9
  // src/version.ts
10
- var VERSION = true ? "2.0.59" : "0.0.0-test";
10
+ var VERSION = true ? "2.0.60" : "0.0.0-test";
11
11
 
12
12
  // src/google-generative-ai-embedding-model.ts
13
13
  import {
@@ -1482,7 +1482,7 @@ var getGroundingMetadataSchema = () => z5.object({
1482
1482
  startIndex: z5.number().nullish(),
1483
1483
  endIndex: z5.number().nullish(),
1484
1484
  text: z5.string().nullish()
1485
- }),
1485
+ }).nullish(),
1486
1486
  segment_text: z5.string().nullish(),
1487
1487
  groundingChunkIndices: z5.array(z5.number()).nullish(),
1488
1488
  supportChunkIndices: z5.array(z5.number()).nullish(),