aws-lambda-fastify
Advanced tools
Comparing version 2.1.4 to 2.1.5
@@ -107,3 +107,3 @@ module.exports = (app, options) => { | ||
cookies = Array.isArray(res.headers[h]) ? res.headers[h] : [res.headers[h]] | ||
delete res.headers[h] | ||
if (event.version === '2.0') delete res.headers[h] | ||
} | ||
@@ -110,0 +110,0 @@ }) |
@@ -29,3 +29,3 @@ { | ||
"license": "MIT", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"main": "index.js", | ||
@@ -32,0 +32,0 @@ "scripts": { |
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
20709