Comparing version 1.6.8 to 1.7.0
@@ -68,2 +68,6 @@ /** | ||
if (data) { | ||
headers = Object.assign(headers, data.headers); | ||
} | ||
let response = Object.assign(this.createResponseObject(code), data || {}); | ||
@@ -70,0 +74,0 @@ if (this.corsEnabled) { |
{ | ||
"name": "hydra", | ||
"version": "1.6.8", | ||
"version": "1.7.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "Carlos Justiniano", |
Sorry, the diff of this file is too big to display
1137610
4081