@drzl/cli 4.38.0 → 4.40.0
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/cli.cjs +177 -43
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +170 -36
- package/dist/cli.js.map +1 -1
- package/dist/config.d.cts +2 -2
- package/dist/config.d.ts +2 -2
- package/package.json +7 -7
package/dist/config.d.cts
CHANGED
|
@@ -206,8 +206,8 @@ declare const GeneratorSchema: z.ZodObject<{
|
|
|
206
206
|
includeRelations: z.ZodOptional<z.ZodBoolean>;
|
|
207
207
|
sharedEnums: z.ZodOptional<z.ZodBoolean>;
|
|
208
208
|
coerceDates: z.ZodOptional<z.ZodEnum<{
|
|
209
|
-
input: "input";
|
|
210
209
|
none: "none";
|
|
210
|
+
input: "input";
|
|
211
211
|
all: "all";
|
|
212
212
|
}>>;
|
|
213
213
|
typedJson: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -472,8 +472,8 @@ declare const ConfigSchema: z.ZodObject<{
|
|
|
472
472
|
includeRelations: z.ZodOptional<z.ZodBoolean>;
|
|
473
473
|
sharedEnums: z.ZodOptional<z.ZodBoolean>;
|
|
474
474
|
coerceDates: z.ZodOptional<z.ZodEnum<{
|
|
475
|
-
input: "input";
|
|
476
475
|
none: "none";
|
|
476
|
+
input: "input";
|
|
477
477
|
all: "all";
|
|
478
478
|
}>>;
|
|
479
479
|
typedJson: z.ZodOptional<z.ZodBoolean>;
|
package/dist/config.d.ts
CHANGED
|
@@ -206,8 +206,8 @@ declare const GeneratorSchema: z.ZodObject<{
|
|
|
206
206
|
includeRelations: z.ZodOptional<z.ZodBoolean>;
|
|
207
207
|
sharedEnums: z.ZodOptional<z.ZodBoolean>;
|
|
208
208
|
coerceDates: z.ZodOptional<z.ZodEnum<{
|
|
209
|
-
input: "input";
|
|
210
209
|
none: "none";
|
|
210
|
+
input: "input";
|
|
211
211
|
all: "all";
|
|
212
212
|
}>>;
|
|
213
213
|
typedJson: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -472,8 +472,8 @@ declare const ConfigSchema: z.ZodObject<{
|
|
|
472
472
|
includeRelations: z.ZodOptional<z.ZodBoolean>;
|
|
473
473
|
sharedEnums: z.ZodOptional<z.ZodBoolean>;
|
|
474
474
|
coerceDates: z.ZodOptional<z.ZodEnum<{
|
|
475
|
-
input: "input";
|
|
476
475
|
none: "none";
|
|
476
|
+
input: "input";
|
|
477
477
|
all: "all";
|
|
478
478
|
}>>;
|
|
479
479
|
typedJson: z.ZodOptional<z.ZodBoolean>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@drzl/cli",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.40.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -32,16 +32,13 @@
|
|
|
32
32
|
"@drzl/analyzer": "^1.22.0",
|
|
33
33
|
"@drzl/generator-ai": "^0.1.0",
|
|
34
34
|
"@drzl/generator-arktype": "^3.17.5",
|
|
35
|
-
"@drzl/generator-effect": "^0.5.4",
|
|
36
35
|
"@drzl/generator-effect-http": "^0.1.0",
|
|
36
|
+
"@drzl/generator-effect": "^0.5.4",
|
|
37
37
|
"@drzl/generator-elysia": "^0.2.0",
|
|
38
38
|
"@drzl/generator-express": "^0.2.2",
|
|
39
39
|
"@drzl/generator-fast-check": "^0.2.0",
|
|
40
40
|
"@drzl/generator-fastify": "^0.2.2",
|
|
41
41
|
"@drzl/generator-graphql": "^0.2.1",
|
|
42
|
-
"@drzl/generator-h3": "^0.1.0",
|
|
43
|
-
"@drzl/generator-hono": "^0.2.2",
|
|
44
|
-
"@drzl/generator-json-schema": "^0.9.3",
|
|
45
42
|
"@drzl/generator-mcp": "^0.1.0",
|
|
46
43
|
"@drzl/generator-nestjs": "^0.2.3",
|
|
47
44
|
"@drzl/generator-next": "^0.1.1",
|
|
@@ -50,11 +47,14 @@
|
|
|
50
47
|
"@drzl/generator-service": "^2.5.3",
|
|
51
48
|
"@drzl/generator-tanstack-start": "^0.1.0",
|
|
52
49
|
"@drzl/generator-trpc": "^0.3.2",
|
|
53
|
-
"@drzl/generator-ts-rest": "^0.2.0",
|
|
54
50
|
"@drzl/generator-typebox": "^0.14.6",
|
|
55
51
|
"@drzl/generator-valibot": "^3.20.5",
|
|
52
|
+
"@drzl/generator-ts-rest": "^0.2.0",
|
|
56
53
|
"@drzl/generator-zod": "^3.22.0",
|
|
57
|
-
"@drzl/validation-core": "^3.23.0"
|
|
54
|
+
"@drzl/validation-core": "^3.23.0",
|
|
55
|
+
"@drzl/generator-h3": "^0.1.0",
|
|
56
|
+
"@drzl/generator-json-schema": "^0.9.3",
|
|
57
|
+
"@drzl/generator-hono": "^0.2.2"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"ajv": "^8.17.1",
|