hekireki 0.7.7 → 0.8.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/dist/bin/ajv.js +6 -0
- package/dist/bin/arktype.d.ts +1 -0
- package/dist/bin/arktype.js +6 -0
- package/dist/bin/dbml.d.ts +1 -0
- package/dist/bin/dbml.js +6 -0
- package/dist/bin/docs.d.ts +1 -0
- package/dist/bin/docs.js +6 -0
- package/dist/bin/drizzle.d.ts +1 -0
- package/dist/bin/drizzle.js +6 -0
- package/dist/bin/ecto.d.ts +1 -0
- package/dist/bin/ecto.js +6 -0
- package/dist/bin/effect.d.ts +1 -0
- package/dist/bin/effect.js +6 -0
- package/dist/bin/gorm.d.ts +1 -0
- package/dist/bin/gorm.js +6 -0
- package/dist/bin/mermaid-er.d.ts +1 -0
- package/dist/bin/mermaid-er.js +6 -0
- package/dist/bin/sea-orm.d.ts +1 -0
- package/dist/bin/sea-orm.js +6 -0
- package/dist/bin/sqlalchemy.d.ts +1 -0
- package/dist/bin/sqlalchemy.js +6 -0
- package/dist/bin/typebox.d.ts +1 -0
- package/dist/bin/typebox.js +6 -0
- package/dist/bin/valibot.d.ts +1 -0
- package/dist/bin/valibot.js +6 -0
- package/dist/bin/zod.d.ts +1 -0
- package/dist/bin/zod.js +6 -0
- package/dist/bin-BqlsEIc6.js +3831 -0
- package/dist/cli/index.d.ts +117 -36
- package/dist/cli/index.js +14 -49
- package/package.json +35 -35
- package/dist/format-DwiYldCm.js +0 -15
- package/dist/generator/ajv/index.d.ts +0 -10
- package/dist/generator/ajv/index.js +0 -115
- package/dist/generator/arktype/index.d.ts +0 -10
- package/dist/generator/arktype/index.js +0 -127
- package/dist/generator/dbml/index.d.ts +0 -6
- package/dist/generator/dbml/index.js +0 -179
- package/dist/generator/docs/index.js +0 -982
- package/dist/generator/drizzle/index.d.ts +0 -6
- package/dist/generator/drizzle/index.js +0 -413
- package/dist/generator/ecto/index.d.ts +0 -6
- package/dist/generator/ecto/index.js +0 -305
- package/dist/generator/effect/index.d.ts +0 -6
- package/dist/generator/effect/index.js +0 -86
- package/dist/generator/gorm/index.d.ts +0 -6
- package/dist/generator/gorm/index.js +0 -363
- package/dist/generator/mermaid-er/index.d.ts +0 -6
- package/dist/generator/mermaid-er/index.js +0 -85
- package/dist/generator/sea-orm/index.d.ts +0 -6
- package/dist/generator/sea-orm/index.js +0 -433
- package/dist/generator/sqlalchemy/index.d.ts +0 -6
- package/dist/generator/sqlalchemy/index.js +0 -451
- package/dist/generator/typebox/index.d.ts +0 -10
- package/dist/generator/typebox/index.js +0 -132
- package/dist/generator/valibot/index.d.ts +0 -6
- package/dist/generator/valibot/index.js +0 -82
- package/dist/generator/zod/index.d.ts +0 -6
- package/dist/generator/zod/index.js +0 -83
- package/dist/prisma-o4IvnEUh.js +0 -79
- package/dist/utils-3ot3YB3D.js +0 -105
- /package/dist/{generator/docs/index.d.ts → bin/ajv.d.ts} +0 -0
package/dist/bin/ajv.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|
package/dist/bin/dbml.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|
package/dist/bin/docs.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|
package/dist/bin/ecto.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|
package/dist/bin/gorm.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|