syntex-automation
Advanced tools
Comparing version 1.2.0-b10 to 1.2.0-b11
{ | ||
"name": "syntex-automation", | ||
"version": "1.2.0-b10", | ||
"version": "1.2.0-b11", | ||
"description": "An automation system for your smart home", | ||
@@ -13,4 +13,4 @@ "main": "main.js", | ||
"axios": "^0.21.1", | ||
"syntex-filesystem": "1.0.2-b6", | ||
"syntex-logger": "1.0.8-b11" | ||
"syntex-filesystem": "1.0.2-b9", | ||
"syntex-logger": "1.0.8-b21" | ||
}, | ||
@@ -17,0 +17,0 @@ "keywords": [ |
@@ -31,3 +31,3 @@ const axios = require('axios'); | ||
this.loadLock().then((lockSuccess) => { | ||
if(lockSuccess) | ||
@@ -103,3 +103,4 @@ { | ||
resolve(data != null); | ||
}); | ||
}).catch(() => resolve(false)); | ||
}); | ||
@@ -112,3 +113,3 @@ } | ||
this.files.readFile('automation/automation-lock.json').then((data, error) => { | ||
this.files.readFile('automation/automation-lock.json').then((data) => { | ||
@@ -121,4 +122,5 @@ if(data != null) | ||
resolve(error); | ||
}); | ||
resolve(true); | ||
}).catch(() => resolve(false)); | ||
}); | ||
@@ -125,0 +127,0 @@ } |
@@ -24,3 +24,4 @@ module.exports = class RouteManager | ||
} | ||
}); | ||
}).catch(() => {}); | ||
} | ||
@@ -27,0 +28,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
26242
+ Addedsyntex-filesystem@1.0.2-b9(transitive)
+ Addedsyntex-logger@1.0.8-b21(transitive)
- Removedsyntex-filesystem@1.0.2-b6(transitive)
- Removedsyntex-logger@1.0.8-b11(transitive)
Updatedsyntex-filesystem@1.0.2-b9
Updatedsyntex-logger@1.0.8-b21