@iobroker/db-base
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -24,3 +24,3 @@ const path = require('path'); | ||
while (pathParts.length) { | ||
const tryPath = path.join(path.sep, pathParts.join(path.sep)); | ||
const tryPath = pathParts.join(path.sep); | ||
if (fs.existsSync(path.join(tryPath, 'lib/tools.js'))) { | ||
@@ -27,0 +27,0 @@ controllerPath = tryPath; |
{ | ||
"name": "@iobroker/db-base", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"engines": { | ||
@@ -34,3 +34,3 @@ "node": ">=10.0.0" | ||
}, | ||
"gitHead": "ffacbbe82d0239b1e4e20fa63ba52ec74719fc3c" | ||
"gitHead": "ddb4ea63654025abe9cf2e53c82cca76449dbf66" | ||
} |
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
26544