hekireki 0.2.0 → 0.2.1
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -190,7 +190,7 @@ erDiagram
|
|
|
190
190
|
| `file` | `string` | `index.ts` | File Name |
|
|
191
191
|
| `type` | `boolean` | `false` | Generate TypeScript types |
|
|
192
192
|
| `comment` | `boolean` | `false` | Include schema documentation |
|
|
193
|
-
| `
|
|
193
|
+
| `zod` | `string` | `'v4'` | Zod import version (`'v4-mini'`, `'@hono/zod-openapi'`, or default `'v4'`) |
|
|
194
194
|
|
|
195
195
|
### Valibot Generator Options
|
|
196
196
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hekireki",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Hekireki is a tool that generates validation schemas for Zod and Valibot, as well as ER diagrams, from Prisma schemas annotated with comments.",
|
|
7
7
|
"keywords": [
|