@ai-sdk/google 3.0.39 → 3.0.41

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 ? "3.0.39" : "0.0.0-test";
10
+ var VERSION = true ? "3.0.41" : "0.0.0-test";
11
11
 
12
12
  // src/google-generative-ai-embedding-model.ts
13
13
  import {
@@ -1623,7 +1623,7 @@ var getUrlContextMetadataSchema = () => z5.object({
1623
1623
  retrievedUrl: z5.string(),
1624
1624
  urlRetrievalStatus: z5.string()
1625
1625
  })
1626
- )
1626
+ ).nullish()
1627
1627
  });
1628
1628
  var responseSchema = lazySchema5(
1629
1629
  () => zodSchema5(