@dosgato/templating
Advanced tools
Comparing version 0.0.34 to 0.0.35
@@ -184,5 +184,5 @@ import { ComponentData, DataData, PageData } from './component.js'; | ||
} | ||
declare type ComponentMigration = Migration<ComponentData, ComponentExtras>; | ||
declare type PageMigration = Migration<PageData, PageExtras>; | ||
declare type DataMigration = Migration<DataData, DataExtras>; | ||
export declare type ComponentMigration = Migration<ComponentData, ComponentExtras>; | ||
export declare type PageMigration = Migration<PageData, PageExtras>; | ||
export declare type DataMigration = Migration<DataData, DataExtras>; | ||
export declare type AnyMigration = ComponentMigration | PageMigration | DataMigration; | ||
@@ -204,2 +204,1 @@ export declare type LinkGatheringFn = (data: any) => LinkDefinition[]; | ||
}): string[]; | ||
export {}; |
{ | ||
"name": "@dosgato/templating", | ||
"version": "0.0.34", | ||
"version": "0.0.35", | ||
"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
50492
1153