nats-hemera
Advanced tools
Comparing version 0.2.10 to 0.2.11
@@ -331,3 +331,4 @@ // | ||
if (currentPlugin.attributes.name === currentActPlugin.name) { | ||
if (currentPlugin.attributes.name === currentActPlugin.name | ||
|| currentActPlugin.dependencies.indexOf(currentPlugin.attributes.name) > -1) { | ||
@@ -369,2 +370,3 @@ return handler.call(this, next) | ||
ctx.plugin$.attributes = params.attributes | ||
ctx.plugin$.attributes.dependencies = params.attributes.dependencies || [] | ||
ctx.plugin$.options = params.options | ||
@@ -371,0 +373,0 @@ params.plugin.call(ctx, params.options) |
{ | ||
"name": "nats-hemera", | ||
"author": "Dustin Deus (https://github.com/StarpTech)", | ||
"version": "0.2.10", | ||
"version": "0.2.11", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "homepage": "https://hemerajs.github.io/hemera/", |
30888
989