@meteor-it/queue
Advanced tools
Comparing version 2.0.7 to 2.0.8
@@ -15,3 +15,3 @@ export interface IQueueProcessor<I, O> { | ||
private readonly boundProcessLoop; | ||
private processLoop(); | ||
private processLoop; | ||
} | ||
@@ -31,3 +31,3 @@ /** | ||
private readonly boundProcessLoop; | ||
private processLoop(); | ||
private processLoop; | ||
} |
{ | ||
"name": "@meteor-it/queue", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "Queue decorator", | ||
@@ -16,3 +16,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@meteor-it/logger": "^2.3.6" | ||
"@meteor-it/logger": "^2.3.7" | ||
}, | ||
@@ -22,3 +22,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "4d3860362b9e95dec971cf6d86e0b8b5832d911f" | ||
"gitHead": "cc24ac9159a05a342d4b3f2fcbe16037fd8d1b8e" | ||
} |
Sorry, the diff of this file is not supported yet
14961
Updated@meteor-it/logger@^2.3.7