@zhead/schema
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -880,4 +880,2 @@ interface BodyAttributes { | ||
interface MergeHead { | ||
title?: any; | ||
titleTemplate?: any; | ||
base?: Record<string, any>; | ||
@@ -900,7 +898,7 @@ link?: Record<string, any>; | ||
*/ | ||
title?: Default<E['title'], string>; | ||
title?: string; | ||
/** | ||
* Generate the title from a template. | ||
*/ | ||
titleTemplate?: Default<E['titleTemplate'], string | ((title?: string) => string)>; | ||
titleTemplate?: string | ((title?: string) => string); | ||
/** | ||
@@ -907,0 +905,0 @@ * The <base> HTML element specifies the base URL to use for all relative URLs in a document. |
{ | ||
"name": "@zhead/schema", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"packageManager": "pnpm@7.8.0", | ||
@@ -5,0 +5,0 @@ "author": "Harlan Wilton <harlan@harlanzw.com>", |
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
41744
948