Commit f21c61d
committed
fix: Use public Zod v4 .def API, fix CSV coercion and merge clone
- Use schema.def (public API) instead of _zod?.def ?? _def in getSchemaDefault
- Fix CSV array coercion being dropped by restructuring control flow
- Replace structuredClone with recursive deepMerge clone for Jest compat
- Update test for maintenanceKey now being optional per schema change1 parent b4240e2 commit f21c61d
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| |||
0 commit comments