@unhead/schema
Advanced tools
Comparing version 1.11.3 to 1.11.4
@@ -581,3 +581,3 @@ import { NestedHooks, Hookable } from 'hookable'; | ||
*/ | ||
trigger?: 'client' | 'server' | 'manual' | Promise<void> | ((fn: any) => any) | null; | ||
trigger?: 'client' | 'server' | 'manual' | Promise<boolean | void> | ((fn: any) => any) | null; | ||
/** | ||
@@ -584,0 +584,0 @@ * Context to run events with. This is useful in Vue to attach the current instance context before |
{ | ||
"name": "@unhead/schema", | ||
"type": "module", | ||
"version": "1.11.3", | ||
"version": "1.11.4", | ||
"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
71676