@pi-r/mongodb 0.7.6 → 0.7.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/client/index.js +1 -1
  2. package/package.json +1 -1
package/client/index.js CHANGED
@@ -353,7 +353,7 @@ async function executeBatchQuery(batch, options = '', outResult) {
353
353
  continue;
354
354
  }
355
355
  }
356
- else if (!aggregate && setResult()) {
356
+ else if (!aggregate && !update && setResult()) {
357
357
  continue;
358
358
  }
359
359
  if (!ignoreCache && outCacheMiss) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-r/mongodb",
3
- "version": "0.7.6",
3
+ "version": "0.7.7",
4
4
  "description": "MongoDB client driver for E-mc.",
5
5
  "main": "client/index.js",
6
6
  "types": "client/index.d.ts",