@trayio/express
Advanced tools
Comparing version 4.50.0 to 4.51.0
@@ -55,3 +55,3 @@ "use strict"; | ||
const requestBody = await this.parseRequestBody(req); | ||
const httpResponse = await endpoint.execute(this.logger)({ | ||
const httpResponse = await endpoint.execute(this.logger)(Http_1.HttpRequest.create({ | ||
headers, | ||
@@ -61,3 +61,3 @@ pathParams: req.params, | ||
body: requestBody, | ||
})(); | ||
}))(); | ||
const response = Object.entries(httpResponse.headers) | ||
@@ -64,0 +64,0 @@ .reduce((acc, [key, value]) => acc.setHeader(key, value), res) |
{ | ||
"name": "@trayio/express", | ||
"version": "4.50.0", | ||
"version": "4.51.0", | ||
"description": "Express extensions and implementations", | ||
@@ -17,3 +17,3 @@ "exports": { | ||
"dependencies": { | ||
"@trayio/commons": "4.50.0", | ||
"@trayio/commons": "4.51.0", | ||
"cors": "2.8.5", | ||
@@ -20,0 +20,0 @@ "express": "4.20.0", |
Sorry, the diff of this file is not supported yet
11309
+ Added@trayio/commons@4.51.0(transitive)
- Removed@trayio/commons@4.50.0(transitive)
Updated@trayio/commons@4.51.0