Comparing version 0.0.38 to 0.0.39
@@ -172,3 +172,3 @@ /** | ||
} | ||
this.collection(model).update(filter, data, function (err) { | ||
this.collection(model).update(filter, { '$set': data }, {w:1, multi: true}, function (err) { | ||
callback(err); | ||
@@ -175,0 +175,0 @@ }); |
{ | ||
"name": "caminte", | ||
"description": "ORM for every database: redis, mysql, neo4j, mongodb, rethinkdb, postgres, sqlite, tingodb", | ||
"version": "0.0.38", | ||
"version": "0.0.39", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Aleksej Gordejev", |
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
690624