@unhead/schema
Advanced tools
Comparing version 1.1.23 to 1.1.25
@@ -78,3 +78,3 @@ import { MaybePromiseProps, MergeHead, BaseBodyAttributes, HtmlAttributes as HtmlAttributes$1, Meta as Meta$1, Stringable, Merge, Base as Base$1, DefinedValueOrEmptyObject, LinkBase, HttpEventAttributes, DataKeys, Style as Style$1, ScriptBase, Noscript as Noscript$1, BodyEvents } from 'zhead'; | ||
separator?: string; | ||
} & Record<string, string | Record<string, string>>; | ||
} & Record<string, null | string | Record<string, string>>; | ||
interface HasTemplateParams { | ||
@@ -81,0 +81,0 @@ templateParams?: TemplateParams; |
{ | ||
"name": "@unhead/schema", | ||
"type": "module", | ||
"version": "1.1.23", | ||
"packageManager": "pnpm@7.28.0", | ||
"version": "1.1.25", | ||
"packageManager": "pnpm@7.30.0", | ||
"author": "Harlan Wilton <harlan@harlanzw.com>", | ||
@@ -38,3 +38,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"hookable": "^5.4.2", | ||
"hookable": "^5.5.1", | ||
"zhead": "^2.0.4" | ||
@@ -41,0 +41,0 @@ }, |
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
18377
Updatedhookable@^5.5.1