syntex-automation
Advanced tools
Comparing version 1.2.1-b3 to 1.2.1-b4
{ | ||
"name": "syntex-automation", | ||
"version": "1.2.1-b3", | ||
"version": "1.2.1-b4", | ||
"description": "An automation system for your smart home", | ||
@@ -14,3 +14,3 @@ "main": "main.js", | ||
"syntex-filesystem": "1.0.3-b4", | ||
"syntex-logger": "1.0.9-b1" | ||
"syntex-logger": "1.0.9-b2" | ||
}, | ||
@@ -17,0 +17,0 @@ "keywords": [ |
@@ -207,10 +207,17 @@ const axios = require('axios'); | ||
if(logic == 'AND' && AND(result)) | ||
if(!result.includes(null)) | ||
{ | ||
resolve(true); | ||
if(logic == 'AND' && AND(result)) | ||
{ | ||
resolve(true); | ||
} | ||
else if(logic == 'OR' && OR(result)) | ||
{ | ||
resolve(true); | ||
} | ||
else | ||
{ | ||
resolve(false); | ||
} | ||
} | ||
else if(logic == 'OR' && OR(result)) | ||
{ | ||
resolve(true); | ||
} | ||
else | ||
@@ -217,0 +224,0 @@ { |
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
22268
651
+ Addedsyntex-logger@1.0.9-b2(transitive)
- Removedsyntex-logger@1.0.9-b1(transitive)
Updatedsyntex-logger@1.0.9-b2