@dosgato/templating
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -10,5 +10,4 @@ /** | ||
id: string; | ||
siteId: string; | ||
path: string; | ||
checksum: string; | ||
path?: string; | ||
checksum?: string; | ||
} | ||
@@ -24,3 +23,2 @@ /** | ||
id: string; | ||
siteId: string; | ||
path: string; | ||
@@ -34,3 +32,2 @@ } | ||
linkId: string; | ||
siteId: string; | ||
path: string; | ||
@@ -56,4 +53,5 @@ } | ||
type: 'data'; | ||
templateKey: string; | ||
id: string; | ||
siteId: string | null; | ||
siteId?: string; | ||
path: string; | ||
@@ -60,0 +58,0 @@ } |
{ | ||
"name": "@dosgato/templating", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "A library to support building templates for dosgato CMS.", | ||
@@ -5,0 +5,0 @@ "exports": { |
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
32688
637