Comparing version 0.8.0 to 0.8.1
@@ -26,3 +26,7 @@ /** | ||
...container, | ||
errorBody: err.response.body, | ||
...( | ||
err.response && err.response.body | ||
? { errorBody: err.response.body } | ||
: null | ||
), | ||
}); | ||
@@ -29,0 +33,0 @@ throw error; |
{ | ||
"name": "nodegate", | ||
"description": "API gateway made simple, fast and easy to configure.", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"author": "Julien Martin <martin.julien82@gmail.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
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
18681
457