@drzl/cli 4.14.3 → 4.14.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.
package/dist/config.d.ts CHANGED
@@ -69,9 +69,9 @@ declare const GeneratorSchema: z.ZodObject<{
69
69
  template: z.ZodOptional<z.ZodString>;
70
70
  includeRelations: z.ZodOptional<z.ZodBoolean>;
71
71
  coerceDates: z.ZodOptional<z.ZodEnum<{
72
+ all: "all";
72
73
  none: "none";
73
74
  input: "input";
74
- all: "all";
75
75
  }>>;
76
76
  typedJson: z.ZodOptional<z.ZodBoolean>;
77
77
  typedColumns: z.ZodOptional<z.ZodBoolean>;
@@ -223,9 +223,9 @@ declare const ConfigSchema: z.ZodObject<{
223
223
  template: z.ZodOptional<z.ZodString>;
224
224
  includeRelations: z.ZodOptional<z.ZodBoolean>;
225
225
  coerceDates: z.ZodOptional<z.ZodEnum<{
226
+ all: "all";
226
227
  none: "none";
227
228
  input: "input";
228
- all: "all";
229
229
  }>>;
230
230
  typedJson: z.ZodOptional<z.ZodBoolean>;
231
231
  typedColumns: z.ZodOptional<z.ZodBoolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drzl/cli",
3
- "version": "4.14.3",
3
+ "version": "4.14.4",
4
4
  "private": false,
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -29,14 +29,14 @@
29
29
  "jiti": "^2.7.0",
30
30
  "ora": "^9.4.1",
31
31
  "zod": "^4.4.3",
32
- "@drzl/analyzer": "^1.18.0",
33
- "@drzl/generator-arktype": "^3.13.0",
32
+ "@drzl/analyzer": "^1.17.1",
34
33
  "@drzl/generator-orpc": "^2.8.0",
34
+ "@drzl/generator-arktype": "^3.13.0",
35
35
  "@drzl/generator-service": "^2.4.0",
36
- "@drzl/generator-typebox": "^0.10.0",
37
36
  "@drzl/generator-valibot": "^3.16.0",
37
+ "@drzl/generator-typebox": "^0.10.0",
38
38
  "@drzl/generator-zod": "^3.17.0",
39
- "@drzl/validation-core": "^3.16.0"
39
+ "@drzl/validation-core": "^3.16.1"
40
40
  },
41
41
  "devDependencies": {
42
42
  "drizzle-orm": "^0.45.2",