ai 6.0.0-beta.41 → 6.0.0-beta.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
@@ -720,7 +720,7 @@ import {
720
720
  } from "@ai-sdk/provider-utils";
721
721
 
722
722
  // src/version.ts
723
- var VERSION = true ? "6.0.0-beta.41" : "0.0.0-test";
723
+ var VERSION = true ? "6.0.0-beta.42" : "0.0.0-test";
724
724
 
725
725
  // src/util/download/download.ts
726
726
  var download = async ({ url }) => {
@@ -3142,8 +3142,8 @@ import {
3142
3142
 
3143
3143
  // src/ui-message-stream/ui-message-chunks.ts
3144
3144
  import { z as z7 } from "zod/v4";
3145
- import { lazyValidator, zodSchema } from "@ai-sdk/provider-utils";
3146
- var uiMessageChunkSchema = lazyValidator(
3145
+ import { lazySchema, zodSchema } from "@ai-sdk/provider-utils";
3146
+ var uiMessageChunkSchema = lazySchema(
3147
3147
  () => zodSchema(
3148
3148
  z7.union([
3149
3149
  z7.strictObject({
@@ -10431,12 +10431,12 @@ var TextStreamChatTransport = class extends HttpChatTransport {
10431
10431
  // src/ui/validate-ui-messages.ts
10432
10432
  import { TypeValidationError as TypeValidationError4 } from "@ai-sdk/provider";
10433
10433
  import {
10434
- lazyValidator as lazyValidator2,
10434
+ lazySchema as lazySchema2,
10435
10435
  validateTypes as validateTypes2,
10436
10436
  zodSchema as zodSchema2
10437
10437
  } from "@ai-sdk/provider-utils";
10438
10438
  import { z as z10 } from "zod/v4";
10439
- var uiMessagesSchema = lazyValidator2(
10439
+ var uiMessagesSchema = lazySchema2(
10440
10440
  () => zodSchema2(
10441
10441
  z10.array(
10442
10442
  z10.object({