@cloudcannon/configuration-types 0.0.45 → 0.0.47

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudcannon/configuration-types",
3
- "version": "0.0.45",
3
+ "version": "0.0.47",
4
4
  "type": "module",
5
5
  "description": "Contains TypeScript declarations and generates JSONSchema files for the CloudCannon configuration file.",
6
6
  "author": "CloudCannon <support@cloudcannon.com>",
@@ -231,7 +231,7 @@ export const CollectionConfigSchema = z
231
231
  description:
232
232
  'This key defines which Schemas are available to populate files in this Collection.',
233
233
  }),
234
- schemas_config_from_glob: z.array(z.string()).optional(),
234
+ schemas_from_glob: z.array(z.string()).optional(),
235
235
  schema_key: z.string().optional().meta({
236
236
  description:
237
237
  'This key defines the name for the structured data key that references the Schema a file uses.',