@unhead/dom
Advanced tools
Comparing version 1.10.4 to 1.11.0-beta.1
@@ -15,7 +15,2 @@ import * as _unhead_schema from '@unhead/schema'; | ||
interface DomPluginOptions extends RenderDomHeadOptions { | ||
delayFn?: (fn: () => void) => void; | ||
} | ||
declare function DomPlugin(options?: DomPluginOptions): _unhead_schema.HeadPluginInput; | ||
interface DebouncedRenderDomHeadOptions extends RenderDomHeadOptions { | ||
@@ -32,2 +27,7 @@ /** | ||
interface DomPluginOptions extends RenderDomHeadOptions { | ||
delayFn?: (fn: () => void) => void; | ||
} | ||
declare function DomPlugin(options?: DomPluginOptions): _unhead_schema.HeadPluginInput; | ||
export { type DebouncedRenderDomHeadOptions, DomPlugin, type DomPluginOptions, type RenderDomHeadOptions, debouncedRenderDOMHead, renderDOMHead }; |
{ | ||
"name": "@unhead/dom", | ||
"type": "module", | ||
"version": "1.10.4", | ||
"version": "1.11.0-beta.1", | ||
"author": "Harlan Wilton <harlan@harlanzw.com>", | ||
@@ -32,4 +32,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"@unhead/schema": "1.10.4", | ||
"@unhead/shared": "1.10.4" | ||
"@unhead/schema": "1.11.0-beta.1", | ||
"@unhead/shared": "1.11.0-beta.1" | ||
}, | ||
@@ -36,0 +36,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
18619
416
1
+ Added@unhead/schema@1.11.0-beta.1(transitive)
+ Added@unhead/shared@1.11.0-beta.1(transitive)
- Removed@unhead/schema@1.10.4(transitive)
- Removed@unhead/shared@1.10.4(transitive)
Updated@unhead/schema@1.11.0-beta.1
Updated@unhead/shared@1.11.0-beta.1