@unhead/schema
Advanced tools
Comparing version 2.0.0-alpha.8 to 2.0.0-alpha.9
@@ -371,3 +371,3 @@ import { NestedHooks, Hookable } from 'hookable'; | ||
interface DomPluginOptions extends RenderDomHeadOptions { | ||
delayFn?: (fn: () => void) => void; | ||
render: ((head: Unhead<any>) => void); | ||
} | ||
@@ -516,6 +516,2 @@ | ||
*/ | ||
_domDebouncedUpdatePromise?: Promise<void>; | ||
/** | ||
* @internal | ||
*/ | ||
dirty: boolean; | ||
@@ -522,0 +518,0 @@ /** |
{ | ||
"name": "@unhead/schema", | ||
"type": "module", | ||
"version": "2.0.0-alpha.8", | ||
"version": "2.0.0-alpha.9", | ||
"author": "Harlan Wilton <harlan@harlanzw.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
73341
559