Comparing version 0.1.19-alpha.8 to 0.1.19-alpha.15
@@ -68,2 +68,6 @@ function formatObject (obj) { | ||
super('Invalid request') | ||
if (fieldErrors.length === 1) { | ||
this.message = fieldErrors[0].message | ||
this.stack = fieldErrors[0].stack | ||
} | ||
this.fieldErrors = fieldErrors.filter(e => e instanceof FieldError) | ||
@@ -70,0 +74,0 @@ this.processingError = fieldErrors.find(e => !(e instanceof FieldError)) |
{ | ||
"name": "djorm", | ||
"version": "0.1.19-alpha.8", | ||
"version": "0.1.19-alpha.15", | ||
"description": "Django like ORM framework", | ||
@@ -44,3 +44,3 @@ "author": "Pavel Žák <pavel@zak.global>", | ||
}, | ||
"gitHead": "b8cb3dea84a1039f4b910093649261697a6ac2fa" | ||
"gitHead": "1dd4de9c54dbf98bd3ce060e28e6cc2254b20c7f" | ||
} |
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
92295
44
87
3166