@kubb/plugin-zod 5.0.0-beta.56 → 5.0.0-beta.73
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.
- package/README.md +2 -2
- package/dist/index.cjs +201 -93
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +78 -18
- package/dist/index.js +202 -94
- package/dist/index.js.map +1 -1
- package/package.json +9 -11
- package/src/components/Operations.tsx +0 -78
- package/src/components/Zod.tsx +0 -42
- package/src/constants.ts +0 -5
- package/src/generators/zodGenerator.tsx +0 -367
- package/src/index.ts +0 -11
- package/src/plugin.ts +0 -97
- package/src/printers/printerZod.ts +0 -360
- package/src/printers/printerZodMini.ts +0 -290
- package/src/resolvers/resolverZod.ts +0 -71
- package/src/types.ts +0 -219
- package/src/utils.ts +0 -299
- /package/dist/{chunk-C0LytTxp.js → rolldown-runtime-C0LytTxp.js} +0 -0
package/README.md
CHANGED
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
|
|
23
23
|
# @kubb/plugin-zod
|
|
24
24
|
|
|
25
|
-
### Generate Zod schemas
|
|
25
|
+
### Generate Zod schemas with Kubb
|
|
26
26
|
|
|
27
|
-
`@kubb/plugin-zod` generates Zod validation schemas
|
|
27
|
+
`@kubb/plugin-zod` generates Zod validation schemas with Kubb. Each schema becomes a Zod object you can use to parse and validate data at runtime.
|
|
28
28
|
|
|
29
29
|
## Installation
|
|
30
30
|
|