@ai-sdk/google 3.0.64 → 3.0.66

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.
@@ -497,7 +497,10 @@ var googleFailedResponseHandler = createJsonErrorResponseHandler({
497
497
  });
498
498
 
499
499
  // src/google-generative-ai-options.ts
500
- import { lazySchema as lazySchema2, zodSchema as zodSchema2 } from "@ai-sdk/provider-utils";
500
+ import {
501
+ lazySchema as lazySchema2,
502
+ zodSchema as zodSchema2
503
+ } from "@ai-sdk/provider-utils";
501
504
  import { z as z2 } from "zod/v4";
502
505
  var googleLanguageModelOptions = lazySchema2(
503
506
  () => zodSchema2(