Comparing version 0.1.4 to 0.1.5
@@ -71,5 +71,5 @@ /* UNIQORM | ||
const ret = {}; | ||
self._returning.forEach(c => { | ||
const f = model.meta.getField(c); | ||
ret[c] = String(f.jsType).toLowerCase(); | ||
self._returning.forEach(n => { | ||
const f = model.meta.getField(n); | ||
ret[n] = String(f.jsType).toLowerCase(); | ||
}); | ||
@@ -76,0 +76,0 @@ query.returning(ret); |
{ | ||
"name": "uniqorm", | ||
"description": "Easy to use, multi-dialect ORM framework for JavaScript", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"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