Comparing version 1.0.0 to 1.0.1
@@ -17,4 +17,6 @@ module.exports = createTriggerLoader | ||
function triggerFunction() { | ||
logger.info('"' + trigger.desc + '"', 'triggered...') | ||
evaluateConditionals(trigger.if, function (result) { | ||
if (!result) return | ||
logger.info('"' + trigger.desc + '"', 'executing...') | ||
async.each(trigger.then | ||
@@ -21,0 +23,0 @@ , function (then, eachCb) { |
{ | ||
"name": "automait", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |
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
6465
129