mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
8 lines
233 B
Markdown
8 lines
233 B
Markdown
|
---
|
||
|
"@logto/schemas": patch
|
||
|
---
|
||
|
|
||
|
## Add min length 1 type guard for all string typed db schema fields
|
||
|
|
||
|
Update the `@logto/schemas` zod guard generation method to include a min length of 1 for all the required string typed db fields.
|