@dosgato/templating
Advanced tools
Comparing version 0.0.28 to 0.0.29
@@ -1,2 +0,2 @@ | ||
import { PageRecord, ComponentData, PageData } from './component.js'; | ||
import { PageRecord, ComponentData } from './component.js'; | ||
import { LinkDefinition } from './links.js'; | ||
@@ -69,3 +69,3 @@ export declare type APITemplateType = 'page' | 'component' | 'data'; | ||
*/ | ||
validate?: (data: ComponentData, query: <T>(query: string, variables?: any) => Promise<T>, page: PageData, path: string) => Promise<ValidationFeedback[]>; | ||
validate?: (data: ComponentData, query: <T>(query: string, variables?: any) => Promise<T>, page: PageRecord, path: string) => Promise<ValidationFeedback[]>; | ||
/** | ||
@@ -72,0 +72,0 @@ * Hard-coded properties that may be set on page templates to influence the rendering of |
{ | ||
"name": "@dosgato/templating", | ||
"version": "0.0.28", | ||
"version": "0.0.29", | ||
"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
46485