@zhead/schema
Advanced tools
Comparing version 0.7.1 to 0.7.2
@@ -825,4 +825,6 @@ interface BodyAttributes { | ||
* This attribute indicates the type of script represented. | ||
* | ||
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script#attr-type | ||
*/ | ||
type?: '' | 'text/javascript' | 'module'; | ||
type?: '' | 'text/javascript' | 'module' | 'application/json' | 'application/ld+json' | string; | ||
} | ||
@@ -829,0 +831,0 @@ |
{ | ||
"name": "@zhead/schema", | ||
"version": "0.7.1", | ||
"version": "0.7.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
39723
950