Comparing version 0.7.1 to 0.7.2
@@ -56,3 +56,3 @@ /** | ||
error.message = err; | ||
} else if (err instanceof appErr.Error) { | ||
} else if (err.toApi) { | ||
error = err.toApi(); | ||
@@ -59,0 +59,0 @@ } else if (typeof err.message === 'string'){ |
{ | ||
"name": "crude", | ||
"description": "Creates CRUD RESTfull endpoints for a given route", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"homepage": "https://github.com/thanpolas/crude", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -56,2 +56,4 @@ # Crude | ||
- **v0.7.2**, *24 Nov 2014* | ||
- Better heuristics for detected nodeON Error objects | ||
- **v0.7.1**, *16 Sep 2014* | ||
@@ -58,0 +60,0 @@ - Switched CRUD middleware to FIFO. |
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
73818
94