adonis-lucid-mongodb
Advanced tools
Comparing version 1.0.25 to 1.0.26
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"scripts": { | ||
@@ -11,0 +11,0 @@ "lint": "standard", |
@@ -719,10 +719,18 @@ 'use strict' | ||
'exists', | ||
'elemMatch', | ||
'eq', | ||
'gt', | ||
'gte', | ||
'lt', | ||
'lte', | ||
'in', | ||
'ne', | ||
'nin', | ||
'nor', | ||
'regex', | ||
'size', | ||
'slice' | ||
'mod', | ||
'slice', | ||
'intersects', | ||
'regex' | ||
] | ||
@@ -729,0 +737,0 @@ _.forEach(arguments[0], (conditions, key) => { |
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
233568
8260