Comparing version 2.8.1 to 2.8.2
@@ -24,2 +24,3 @@ /* UNIQORM | ||
const { | ||
normalizeAttributes, | ||
normalizeFindOptions, | ||
@@ -477,3 +478,3 @@ normalizeUpdateValues, | ||
(typeof value === 'object' ? value : [value]); | ||
attributes = normalizeFindOptions({attributes}, silent).attributes; | ||
attributes = normalizeAttributes(attributes, silent); | ||
/* Be sure key fields exists in attributes */ | ||
@@ -480,0 +481,0 @@ /* istanbul ignore else */ |
{ | ||
"name": "uniqorm", | ||
"description": "Multi dialect and multi schema ORM framework for enterprise level NodeJS applications", | ||
"version": "2.8.1", | ||
"version": "2.8.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
85159
2796