@dosgato/templating
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -55,5 +55,5 @@ import type { ComponentData, DataData, PageData } from './component.js'; | ||
* The component data before validation. Will be present during migration but equal to the | ||
* data already being passed to the migration. | ||
* data already being passed to the migration. Undefined for a new component. | ||
*/ | ||
currentData: ComponentData; | ||
currentData?: ComponentData; | ||
} | ||
@@ -69,2 +69,7 @@ export interface DataExtras { | ||
dataId?: string; | ||
/** | ||
* The data before validation. Will be present during migration but equal to the | ||
* data already being passed to the migration. Undefined for a new data entry. | ||
*/ | ||
currentData?: DataData; | ||
} | ||
@@ -71,0 +76,0 @@ /** |
{ | ||
"name": "@dosgato/templating", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"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
121513
2645