@andyrmitchell/utils
v0.30.0
Published
A collection of small helpful functions.
Downloads
3,603
Readme
Utils
A collection of small helpful functions.
Compatibility
Requires zod ^4 as a peer dependency (since v0.28.0). Projects still on zod 3 must upgrade to zod 4 before using this version.
Breaking changes in v0.28.0 (Zod 4 migration)
- Peer dependency
zodmoved from^3.23.8to^4.1.8. - The
./prettify-zod-v3-errorexport is renamed to./prettify-zod-error; its functionsprettifyZod3Error/prettifyZod3ErrorAsArray/prettifyZod3ErrorAsJsonare renamed toprettifyZodError/prettifyZodErrorAsArray/prettifyZodErrorAsJsonand now wrap Zod's nativeprettifyError. Issue message text follows Zod 4 defaults (paths are unchanged).
Building
npm run build_releaseWill run the lint (failing if it gives any warnings), build it, and deploy with np
