@gasket/engine
Advanced tools
Comparing version 6.45.2 to 6.46.2-esm.0
{ | ||
"name": "@gasket/engine", | ||
"version": "6.45.2", | ||
"version": "6.46.2-esm.0", | ||
"description": "Plugin engine for gasket", | ||
@@ -42,3 +42,3 @@ "main": "lib/engine.js", | ||
"dependencies": { | ||
"@gasket/resolve": "^6.45.2", | ||
"@gasket/resolve": "^6.46.2-esm.0", | ||
"debug": "^4.3.4" | ||
@@ -72,3 +72,3 @@ }, | ||
}, | ||
"gitHead": "335fae78f00d32a22d0a77c9cb97901941a9bb75" | ||
"gitHead": "872c7d8db888ea5f6a02b5cc580113cae3c84019" | ||
} |
@@ -28,3 +28,3 @@ # @gasket/engine | ||
### exec(event, ...args) | ||
### `exec(event, ...args)` | ||
@@ -37,3 +37,3 @@ The `exec` method enables a plugin to introduce new lifecycle events. When | ||
### execSync(event, ...args) | ||
### `execSync(event, ...args)` | ||
@@ -45,3 +45,3 @@ The `execSync` method is like `exec`, only all hooks must execute synchronously. | ||
### execMap(event, ...args) | ||
### `execMap(event, ...args)` | ||
@@ -53,3 +53,3 @@ The `execMap` method is just like `exec`, only the Promise result is an object | ||
### execMapSync(event, ...args) | ||
### `execMapSync(event, ...args)` | ||
@@ -59,3 +59,3 @@ The `execSyncSync` method is like `execMap`, only all hooks must execute | ||
### execApply(event, async applyFn) | ||
### `execApply(event, async applyFn)` | ||
@@ -75,3 +75,3 @@ The `execApply` method execution is ordered like `exec`, but you must invoke the | ||
### execApplySync(event, applyFn) | ||
### `execApplySync(event, applyFn)` | ||
@@ -81,3 +81,3 @@ The `execApply` method is like `execApply`, only all hooks must execute | ||
### execWaterfall(event, value, ...args) | ||
### `execWaterfall(event, value, ...args)` | ||
@@ -89,3 +89,3 @@ The `execWaterfall` method is like `exec`, only it allows you to have each hook | ||
### execWaterfallSync(event, value, ...args) | ||
### `execWaterfallSync(event, value, ...args)` | ||
@@ -97,3 +97,3 @@ The `execWaterfallSync` method is like `execWaterfall`, only each hook must | ||
### hook({ event, handler, timing, pluginName }) | ||
### `hook({ event, handler, timing, pluginName })` | ||
@@ -100,0 +100,0 @@ Injects additional lifecycle hooks at runtime. Takes a single object parameter |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
30074
2