couchdb-worker
Advanced tools
Comparing version 0.5.0 to 0.6.0
@@ -41,4 +41,4 @@ /* | ||
// TODO: maybe use '$worker-config/' + this.name; | ||
this.config_id = 'worker-config/' + this.name; | ||
this.status_id = 'worker-status/' + this.name; | ||
this.config_id = config.configId || 'worker-config/' + this.name; | ||
this.status_id = config.statusId || 'worker-status/' + this.name; | ||
this.configDatabase = config.configDatabase || db; | ||
@@ -45,0 +45,0 @@ |
{ | ||
"name": "couchdb-worker", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "This is an abstract CouchDB worker that manages worker status and handle attachment processing.", | ||
@@ -5,0 +5,0 @@ "keywords": ["CouchDB", "couchdb-worker", "attachments", "worker", "abstract"], |
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
27855