@dosgato/templating
Advanced tools
Comparing version 0.0.138 to 0.0.139
@@ -220,4 +220,7 @@ import type { ComponentData, DataData, PageData } from './component.js'; | ||
* entry in the same folder, it will be automatically numerated. | ||
* | ||
* If you return undefined or an empty string, the name `item-1` will be used, which will | ||
* then be numerated as necessary. | ||
*/ | ||
computeName: (data: DataType) => string; | ||
computeName: (data: DataType) => string | undefined; | ||
} | ||
@@ -224,0 +227,0 @@ export type APIAnyTemplate = APIComponentTemplate | APIPageTemplate | APIDataTemplate; |
{ | ||
"name": "@dosgato/templating", | ||
"version": "0.0.138", | ||
"version": "0.0.139", | ||
"description": "A library to support building templates for dosgato CMS.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
113134
2466