ee-query-builder
Advanced tools
Comparing version 0.1.12 to 0.1.13
@@ -318,3 +318,3 @@ !function(){ | ||
filter.forEach(function(filterItem){ | ||
items.push(this._renderFilter(parameters, filterItem, (property === '_' ? (entity || property) : (property || entity)) )); | ||
items.push(this._renderFilter(parameters, filterItem, (property === '_' ? (entity || property) : (property || entity)), entity)); | ||
}.bind(this)); | ||
@@ -321,0 +321,0 @@ return items.length ? ( items.length === 1 ? items[0] : '(' + items.join(filter.mode === 'and' ? ' AND ' : ' OR ') + ')' ) : ''; |
{ | ||
"name" : "ee-query-builder" | ||
, "description" : "query builder for ee-orm" | ||
, "version" : "0.1.12" | ||
, "version" : "0.1.13" | ||
, "homepage" : "https://github.com/eventEmitter/ee-query-builder" | ||
@@ -6,0 +6,0 @@ , "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)" |
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
18005