From 9fa28b2086c5f56c4d470b17bb10d97739b1b5c3 Mon Sep 17 00:00:00 2001 From: Schalk Venter Date: Sat, 6 Jan 2024 08:02:13 +0200 Subject: [PATCH 1/2] Adds `zod-dev` utility to eco-system section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9e656f95..d9a61b395 100644 --- a/README.md +++ b/README.md @@ -580,6 +580,7 @@ There are a growing number of tools that are built atop or support Zod natively! #### Utilities for Zod +- [`zod-dev`](https://github.com/schalkventer/zod-dev): Conditionally disables Zod run-time parsing in production. - [`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/). From 3409cd985431b63234c184e254cc5ea727fd90ad Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Fri, 2 Feb 2024 16:36:27 -0800 Subject: [PATCH 2/2] Tweak --- README.md | 2 +- deno/lib/README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9a61b395..52385dce1 100644 --- a/README.md +++ b/README.md @@ -580,9 +580,9 @@ There are a growing number of tools that are built atop or support Zod natively! #### Utilities for Zod -- [`zod-dev`](https://github.com/schalkventer/zod-dev): Conditionally disables Zod run-time parsing in production. - [`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