@gasket/core
Advanced tools
Comparing version 7.0.0-next.66 to 7.0.0-next.67
@@ -104,3 +104,3 @@ # Gasket Engine | ||
The `GasketEngine` is used internally by the `makeGasket` function, so you probably do not need | ||
to use this directly. If you do, instantiate an engine, by passing in an array of pluigns. | ||
to use this directly. If you do, instantiate an engine, by passing in an array of plugins. | ||
@@ -107,0 +107,0 @@ ```js |
@@ -88,7 +88,7 @@ declare module '@gasket/core' { | ||
...args: Parameters<HookExecTypes[Id]> | ||
): ReturnType<HookExecTypes[Id]>; | ||
): Promise<ResolvedType<ReturnType<HookExecTypes[Id]>>>; | ||
execWaterfallSync<Id extends HookId>( | ||
hook: Id, | ||
...args: Parameters<HookExecTypes[Id]> | ||
): ReturnType<HookExecTypes[Id]>; | ||
): ResolvedType<ReturnType<HookExecTypes[Id]>>; | ||
execApply<Id extends HookId, Return = void>( | ||
@@ -95,0 +95,0 @@ hook: Id, |
{ | ||
"name": "@gasket/core", | ||
"version": "7.0.0-next.66", | ||
"version": "7.0.0-next.67", | ||
"description": "Entry point to setting up Gasket instances", | ||
@@ -102,3 +102,3 @@ "type": "module", | ||
}, | ||
"gitHead": "73d57d790d06eaf7d75c74bd89a9505f49be73ea" | ||
"gitHead": "a18369e46ce5322ac965ae0dff22c2fca99d5997" | ||
} |
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
134012