couchdb-worker
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -162,3 +162,3 @@ /* | ||
if (!err) { | ||
feed.emit('worker:complete', err, doc); | ||
feed.emit('worker:complete', doc); | ||
statusDiff.completed++; | ||
@@ -165,0 +165,0 @@ } |
{ | ||
"name": "couchdb-worker", | ||
"description": "CouchDB worker module that manages state", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"homepage": "https://github.com/jo/couchdb-worker", | ||
@@ -6,0 +6,0 @@ "author": { |
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
18095