@ghentcdh/crouton-api 0.0.1-alpha.26 → 0.0.1-alpha.27
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -931,7 +931,7 @@ var CroutonConfigSchema = import_zod17.z.object({
|
|
|
931
931
|
*/
|
|
932
932
|
schemaExportName: import_zod17.z.string().default("{Model}WithRelationsSchema"),
|
|
933
933
|
/** Path to the shared enum registry, relative to project root. Default `crouton.enums.json`. */
|
|
934
|
-
enumsFile: import_zod17.z.string().default("
|
|
934
|
+
enumsFile: import_zod17.z.string().default("crouton.enums.json"),
|
|
935
935
|
/** Optional overrides of the default visibility ruleset. */
|
|
936
936
|
rules: RulesetSchema.default(RulesetSchema.parse({})),
|
|
937
937
|
/**
|