@unhead/schema
Advanced tools
Comparing version 1.10.0 to 1.10.1
@@ -534,2 +534,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, MetaFlatInput } from 'zhead'; | ||
remove: () => boolean; | ||
updateTrigger: (trigger: UseScriptOptions['trigger']) => void; | ||
onLoaded: (fn: (instance: T) => void | Promise<void>) => void; | ||
@@ -540,2 +541,6 @@ onError: (fn: (err?: Error) => void | Promise<void>) => void; | ||
*/ | ||
_triggerAbortController?: AbortController; | ||
/** | ||
* @internal | ||
*/ | ||
_cbs: { | ||
@@ -542,0 +547,0 @@ loaded: null | ((instance: T) => void | Promise<void>)[]; |
{ | ||
"name": "@unhead/schema", | ||
"type": "module", | ||
"version": "1.10.0", | ||
"version": "1.10.1", | ||
"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
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
71682
590