@curium.rocks/json-chronicler
Advanced tools
Comparing version 0.1.1-10 to 0.1.1-11
@@ -83,3 +83,3 @@ "use strict"; | ||
processFileOperations() { | ||
this.logger?.debug(`Executing: processFileOperations for ${this.id}`); | ||
this.logger?.trace(`Executing: processFileOperations for ${this.id}`); | ||
this.operationPromise = new Promise(async (resolve) => { | ||
@@ -94,3 +94,3 @@ let operation = this.operationQueue.pop(); | ||
if (!this.disposed) { | ||
this.logger?.debug(`Queueing: processFileOperations for ${this.id}`); | ||
this.logger?.trace(`Queueing: processFileOperations for ${this.id}`); | ||
this.operationTimer = setTimeout(this.processFileOperations.bind(this), this.batchInterval); | ||
@@ -97,0 +97,0 @@ } |
{ | ||
"name": "@curium.rocks/json-chronicler", | ||
"version": "0.1.1-10", | ||
"version": "0.1.1-11", | ||
"description": "Persists objects in JSON format to rolling archive files", | ||
@@ -5,0 +5,0 @@ "main": "build/src/index.js", |