github colinhacks/zod v3.23.1

latest releases: v3.23.8, v3.23.7, v3.23.6...
one month ago

This changes the default generics back to any to prevent breakages with common packager like @hookform/resolvers:

- class ZodType<Output = unknown, Def extends ZodTypeDef = ZodTypeDef, Input = unknown> {}
+ class ZodType<Output = any, Def extends ZodTypeDef = ZodTypeDef, Input = any> {}

Commits:

Don't miss a new zod release

NewReleases is sending notifications on new releases.