@allbin/entity-logic
Advanced tools
Comparing version 0.9.2 to 0.10.0
@@ -349,2 +349,3 @@ "use strict"; | ||
switch (schema_prop.type) { | ||
case 'location': | ||
case 'array:number': | ||
@@ -376,4 +377,3 @@ case 'array:string': { | ||
case 'date': | ||
case 'photo': | ||
case 'location': { | ||
case 'photo': { | ||
if (prev_val !== prop_val) { | ||
@@ -380,0 +380,0 @@ invalid = true; |
{ | ||
"name": "@allbin/entity-logic", | ||
"version": "0.9.2", | ||
"version": "0.10.0", | ||
"description": "Logic solver for mobilix filters", | ||
@@ -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
99741