Comparing version 8.3.0 to 8.4.0
@@ -211,2 +211,5 @@ 'use strict'; | ||
result = result.concat(ids); | ||
if (options.each) { | ||
await options.each(i, ids); | ||
} | ||
} | ||
@@ -321,2 +324,6 @@ | ||
await this._update(batch.map((item) => item.id), batch, track); | ||
if (options.each) { | ||
await options.each(i); | ||
} | ||
} | ||
@@ -323,0 +330,0 @@ } |
{ | ||
"name": "penseur", | ||
"description": "Lightweight RethinkDB wrapper", | ||
"version": "8.3.0", | ||
"version": "8.4.0", | ||
"author": "Eran Hammer <eran@hammer.io> (http://hueniverse.com)", | ||
@@ -6,0 +6,0 @@ "repository": "git://github.com/hueniverse/penseur", |
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
71071
1674