ai 4.1.20 → 4.1.21

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
@@ -13,7 +13,8 @@ import {
13
13
  parseAssistantStreamPart,
14
14
  parseDataStreamPart,
15
15
  processDataStream,
16
- processTextStream
16
+ processTextStream,
17
+ zodSchema
17
18
  } from "@ai-sdk/ui-utils";
18
19
 
19
20
  // core/data-stream/create-data-stream.ts
@@ -6568,6 +6569,7 @@ export {
6568
6569
  streamObject,
6569
6570
  streamText,
6570
6571
  tool,
6571
- wrapLanguageModel
6572
+ wrapLanguageModel,
6573
+ zodSchema
6572
6574
  };
6573
6575
  //# sourceMappingURL=index.mjs.map