@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.
- package/dist/apitemplate.d.ts +1 -1
- package/package.json +1 -1
package/dist/apitemplate.d.ts
CHANGED
|
@@ -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
|
|
276
|
+
nopublish?: boolean;
|
|
277
277
|
}
|
|
278
278
|
export type APIAnyTemplate = APIComponentTemplate | APIPageTemplate | APIDataTemplate;
|
|
279
279
|
/**
|