@seed-ship/mcp-ui-solid 6.6.1 → 6.7.0

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.
@@ -3168,6 +3168,7 @@ const unionType = ZodUnion.create;
3168
3168
  ZodIntersection.create;
3169
3169
  const tupleType = ZodTuple.create;
3170
3170
  const recordType = ZodRecord.create;
3171
+ const lazyType = ZodLazy.create;
3171
3172
  const literalType = ZodLiteral.create;
3172
3173
  const enumType = ZodEnum.create;
3173
3174
  ZodPromise.create;
@@ -3218,6 +3219,7 @@ export {
3218
3219
  booleanType as boolean,
3219
3220
  datetimeRegex,
3220
3221
  enumType as enum,
3222
+ lazyType as lazy,
3221
3223
  literalType as literal,
3222
3224
  numberType as number,
3223
3225
  objectType as object,