mutano 3.7.2 → 3.7.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 (3) hide show
  1. package/README.md +2 -2
  2. package/dist/main.js +30 -15103
  3. package/package.json +2 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Convert database schemas to TypeScript types, Zod schemas, or Kysely definitions.
4
4
 
5
- - **Supports:** MySQL, PostgreSQL, SQLite, Prisma, **SQL DDL Files**
5
+ - **Supports:** MySQL, PostgreSQL, SQLite, Prisma, SQL DDL Files
6
6
  - **Features:** Views, Magic Comments, Type Overrides, Multiple Outputs
7
7
 
8
8
  ## Installation
@@ -425,4 +425,4 @@ Override specific columns from specific tables. Takes priority over magic commen
425
425
  1. `overrideColumns` - Specific column overrides
426
426
  2. Magic comments (`@zod`, `@ts`, `@kysely`) - Column-level comments
427
427
  3. `overrideTypes` - Global type overrides
428
- 4. Default type mappings
428
+ 4. Default type mappings