sizuku 0.0.2 → 0.0.4

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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Sizuku
2
2
 
3
- **[Sizuku](https://www.npmjs.com/package/sizuku)** is a tool that generates Valibot validation schemas and ER diagrams from commented [Drizzle](https://orm.drizzle.team/) schemas.
3
+ **[Sizuku](https://www.npmjs.com/package/sizuku)** is a tool that generates validation schemas for Zod and Valibot, as well as ER diagrams, from [Drizzle](https://orm.drizzle.team/) schemas annotated with comments.
4
4
 
5
5
  ## Features
6
6
 
@@ -426,10 +426,10 @@ erDiagram
426
426
 
427
427
  ### sizuku-mermaid-er.json
428
428
 
429
- | Option | Type | Default | Description |
430
- |--------|-------------------|------------------|
431
- | `input` | `string` | `""` | Input file path |
432
- | `output` | `string` | `""` | Output file path |
429
+ | Option | Type | Default | Description |
430
+ |----------|----------|------------|------------------|
431
+ | `input` | `string` | `""` | Input file path |
432
+ | `output` | `string` | `""` | Output file path |
433
433
 
434
434
  #### Example
435
435
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sizuku",
3
- "version": "0.0.2",
4
- "description": "Sizuku is a tool that automatically generates Valibot validation schemas and Mermaid ER diagrams from commented Drizzle schemas.",
3
+ "version": "0.0.4",
4
+ "description": "Sizuku is a tool that generates validation schemas for Zod and Valibot, as well as ER diagrams, from Drizzle schemas annotated with comments.",
5
5
  "license": "MIT",
6
6
  "keywords": [
7
7
  "drizzle",