@dosgato/templating 1.1.3 → 1.1.4

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.
@@ -273,7 +273,7 @@ export interface APIDataTemplate<DataType extends DataData = any> extends APITem
273
273
  * cases, you can set this to true and all entries will be automatically published to latest
274
274
  * on every change.
275
275
  */
276
- nopublish: boolean;
276
+ nopublish?: boolean;
277
277
  }
278
278
  export type APIAnyTemplate = APIComponentTemplate | APIPageTemplate | APIDataTemplate;
279
279
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dosgato/templating",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "A library to support building templates for dosgato CMS.",
5
5
  "type": "module",
6
6
  "exports": {