Comparing version 2.15.1 to 2.15.2
@@ -499,3 +499,3 @@ /* UNIQORM | ||
const f = this.fields[name]; | ||
if (!f.foreignModel) | ||
if (f instanceof DataField) | ||
result.push(name); | ||
@@ -671,2 +671,4 @@ } | ||
const field = this.fields[name]; | ||
if (!(field instanceof DataField)) | ||
continue; | ||
const v = values[name]; | ||
@@ -673,0 +675,0 @@ // Validate required |
{ | ||
"name": "uniqorm", | ||
"description": "Multi dialect and multi schema ORM framework for enterprise level NodeJS applications", | ||
"version": "2.15.1", | ||
"version": "2.15.2", | ||
"author": "Panates Ltd.", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
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
98065
3220