Comparing version 4.1.0 to 4.1.1
@@ -0,1 +1,5 @@ | ||
## 4.1.1/2018-01-19 | ||
- fix: beforeDeleteOne & beforeDeleteMany | ||
## 4.1.0/2018-01-09 | ||
@@ -2,0 +6,0 @@ |
@@ -47,7 +47,7 @@ const _ = require('lodash') | ||
beforeDeleteMany: function beforeDeleteMany () { | ||
const query = this._args[1] | ||
const query = this._args[0] | ||
formatQuery(query, schema) | ||
}, | ||
beforeDeleteOne: function beforeDeleteOne () { | ||
const query = this._args[1] | ||
const query = this._args[0] | ||
formatQuery(query, schema) | ||
@@ -54,0 +54,0 @@ }, |
{ | ||
"name": "mongolass", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Elegant MongoDB driver for Node.js.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
92287