@dosgato/templating
Advanced tools
Comparing version 0.0.102 to 0.0.103
@@ -99,3 +99,3 @@ import { ContextBase, DataData, PageData, PageRecord, PageRecordOptionalData } from './component.js'; | ||
*/ | ||
getImgAttributes: (link: string | AssetLink, absolute?: boolean) => Promise<PictureAttributes>; | ||
getImgAttributes: (link: string | AssetLink | undefined, absolute?: boolean) => Promise<PictureAttributes | undefined>; | ||
/** Get the data for a specific page. | ||
@@ -102,0 +102,0 @@ * |
{ | ||
"name": "@dosgato/templating", | ||
"version": "0.0.102", | ||
"version": "0.0.103", | ||
"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
89078