lambda-wrap
Advanced tools
Comparing version 3.0.1 to 3.1.0
@@ -27,3 +27,4 @@ 'use strict'; | ||
body = null, | ||
statusCode = 200 | ||
statusCode = 200, | ||
multiValueHeaders = null | ||
} = res; | ||
@@ -39,2 +40,6 @@ | ||
}; | ||
if (multiValueHeaders) { | ||
Object.assign(res, { multiValueHeaders }); | ||
} | ||
} else if (typeof res === 'undefined') { | ||
@@ -41,0 +46,0 @@ res = null; |
{ | ||
"name": "lambda-wrap", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"description": "AWS Serverless wrapper for async generators", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
32899
771