@iobroker/db-states-jsonl
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -19,2 +19,3 @@ /** | ||
const { JsonlDB } = require('@alcalzone/jsonl-db'); | ||
const path = require('path'); | ||
@@ -75,3 +76,6 @@ // settings = { | ||
/** @type {JsonlDB<any>} */ | ||
this._db = new JsonlDB(settings.jsonlDB.fileName, settings.jsonlDB.jsonlOptions); | ||
this._db = new JsonlDB( | ||
path.join(this.dataDir, settings.jsonlDB.fileName), | ||
settings.jsonlDB.jsonlOptions | ||
); | ||
} | ||
@@ -78,0 +82,0 @@ |
{ | ||
"name": "@iobroker/db-states-jsonl", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"engines": { | ||
@@ -34,3 +34,3 @@ "node": ">=10.0.0" | ||
}, | ||
"gitHead": "b0639ec4701062a3cb8219d6f5c105e5c9b49557" | ||
"gitHead": "b31cf47b9c68d44a59c1656028c743aeab586f77" | ||
} |
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
29295
637