ts-repository-fluent
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "ts-repository-fluent", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "A basic data repository framework for Typescript. Includes a fluent-style query interface.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -182,7 +182,2 @@ 'use strict' | ||
{ | ||
if (!pValue.length) | ||
{ | ||
//if there is nothing in the list, then ignore the parameter | ||
return this; | ||
} | ||
//cannot use equals with value arrays in meadow -- fix it | ||
@@ -189,0 +184,0 @@ pOperator = Operator.IN; |
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
40729
881