couchdb-force
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "couchdb-force", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Updates documents in CouchDB without having to fetch them", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -143,2 +143,4 @@ # couchdb-force | ||
]) | ||
.then((docs) => { | ||
console.log('Bulk patch successful', docs); | ||
}, (err) => { | ||
@@ -145,0 +147,0 @@ console.log('Bulk patch failed', err); |
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
54083
178