node-red-contrib-actionflows
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -265,4 +265,3 @@ module.exports = function(RED) { | ||
// Map actionflows with `action in` assocations on scope settings | ||
function runtimeMap(e) { | ||
if ("runtime-deploy" != e.id) return; | ||
function runtimeMap() { | ||
@@ -597,3 +596,3 @@ // Init mapping variables right away | ||
} | ||
RED.events.on("runtime-event", runtimeMap); | ||
RED.events.on("nodes-started", runtimeMap); | ||
} |
{ | ||
"name": "node-red-contrib-actionflows", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Create extendable, loopable, and reusable design patterns for flows.", | ||
@@ -5,0 +5,0 @@ "author": "Stephen J. Carnam <steveorevo@gmail.com>", |
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
1428817
1537