@dosgato/templating 0.0.8 → 0.0.9

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.
@@ -100,7 +100,7 @@ export interface PageWithAncestors<DataType extends PageData = PageData> extends
100
100
  }
101
101
  export interface ComponentData {
102
102
  templateKey: string;
103
- areas: Record<string, ComponentData[]>;
103
+ areas?: Record<string, ComponentData[]>;
104
104
  }
105
105
  export interface PageData extends ComponentData {
106
106
  savedAtVersion: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dosgato/templating",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "A library to support building templates for dosgato CMS.",
5
5
  "exports": {
6
6
  "require": "./dist/index.js",