happn-db-provider-loki
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -39,2 +39,3 @@ const db = require('lokijs'), | ||
if (this.persistenceOn) { | ||
fs.ensureDirSync(commons.path.dirname(this.settings.filename)); | ||
let pathArray = this.settings.filename.split(pathSep); | ||
@@ -41,0 +42,0 @@ pathArray[pathArray.length - 1] = 'temp_' + pathArray[pathArray.length - 1]; |
{ | ||
"name": "happn-db-provider-loki", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Loki data provider for happn", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -17,2 +17,6 @@ 1.0.0 2022-03-01 | ||
- TEN-102: loki snapshot file redundancy | ||
- TEN-92: made all dependencies test dependencies | ||
- TEN-92: made all dependencies test dependencies | ||
1.0.4 2022-05-09 | ||
----------------- | ||
- TEN-114: happner-2: enforce MESH_GST, MESH_ADMIN upsert on startup, ensures db dir |
15722
469