timed-queue
Advanced tools
Comparing version 1.2.2 to 1.3.0
@@ -15,3 +15,3 @@ 'use strict' | ||
const slice = Array.prototype.slice | ||
const luaScript = fs.readFileSync(path.join(__dirname, 'queue.lua'), {encoding: 'utf8'}) | ||
const luaScript = fs.readFileSync(path.join(__dirname, 'queue.lua'), { encoding: 'utf8' }) | ||
@@ -50,4 +50,4 @@ class TimedQueue extends EventEmitter { | ||
this.redis.on('connect', () => this.emit('connect')) | ||
.on('error', (err) => this.emit('error', err)) | ||
.on('close', () => this.emit('close')) | ||
.on('error', (err) => this.emit('error', err)) | ||
.on('close', () => this.emit('close')) | ||
@@ -54,0 +54,0 @@ // auto scan jobs |
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "1.2.2", | ||
"version": "1.3.0", | ||
"main": "index.js", | ||
@@ -27,9 +27,9 @@ "repository": { | ||
"dependencies": { | ||
"thunk-redis": "^2.1.6", | ||
"thunks": "^4.9.0" | ||
"thunk-redis": "^2.2.4", | ||
"thunks": "^4.9.3" | ||
}, | ||
"devDependencies": { | ||
"standard": "^10.0.3", | ||
"standard": "^12.0.1", | ||
"thunk-queue": "^1.2.0", | ||
"tman": "^1.7.2" | ||
"tman": "^1.8.1" | ||
}, | ||
@@ -36,0 +36,0 @@ "scripts": { |
20277
Updatedthunk-redis@^2.2.4
Updatedthunks@^4.9.3