@dosgato/templating 0.0.136 → 0.0.137

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.
@@ -363,7 +363,6 @@ export interface PageRecordOptionalData<DataType extends PageData = PageData> ex
363
363
  export interface DataRecord<DataType extends DataData = DataData> {
364
364
  id: string;
365
365
  name: string;
366
- linkId: string;
367
366
  createdAt: Date;
368
367
  createdBy: {
369
368
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dosgato/templating",
3
- "version": "0.0.136",
3
+ "version": "0.0.137",
4
4
  "description": "A library to support building templates for dosgato CMS.",
5
5
  "type": "module",
6
6
  "exports": {