diff --git a/README.md b/README.md index f9e656f95..52385dce1 100644 --- a/README.md +++ b/README.md @@ -582,6 +582,7 @@ There are a growing number of tools that are built atop or support Zod natively! - [`zod_utilz`](https://github.com/JacobWeisenburger/zod_utilz): Framework agnostic utilities for Zod. - [`zod-sandbox`](https://github.com/nereumelo/zod-sandbox): Controlled environment for testing zod schemas. [Live demo](https://zod-sandbox.vercel.app/). +- [`zod-dev`](https://github.com/schalkventer/zod-dev): Conditionally disables Zod runtime parsing in production. ## Installation diff --git a/deno/lib/README.md b/deno/lib/README.md index f9e656f95..52385dce1 100644 --- a/deno/lib/README.md +++ b/deno/lib/README.md @@ -582,6 +582,7 @@ There are a growing number of tools that are built atop or support Zod natively! - [`zod_utilz`](https://github.com/JacobWeisenburger/zod_utilz): Framework agnostic utilities for Zod. - [`zod-sandbox`](https://github.com/nereumelo/zod-sandbox): Controlled environment for testing zod schemas. [Live demo](https://zod-sandbox.vercel.app/). +- [`zod-dev`](https://github.com/schalkventer/zod-dev): Conditionally disables Zod runtime parsing in production. ## Installation