@dosgato/templating 0.0.35 → 0.0.36

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.
@@ -171,11 +171,11 @@ export interface ComponentData {
171
171
  areas?: Record<string, ComponentData[]>;
172
172
  }
173
173
  export interface PageData extends ComponentData {
174
- savedAtVersion: Date;
174
+ savedAtVersion: string;
175
175
  }
176
176
  export interface DataData {
177
177
  templateKey: string;
178
- savedAtVersion: Date;
178
+ savedAtVersion: string;
179
179
  }
180
180
  export interface ContextBase {
181
181
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dosgato/templating",
3
- "version": "0.0.35",
3
+ "version": "0.0.36",
4
4
  "description": "A library to support building templates for dosgato CMS.",
5
5
  "type": "module",
6
6
  "exports": {