@h4ad/serverless-adapter
Advanced tools
Comparing version 2.5.0 to 2.5.1
@@ -159,3 +159,3 @@ "use strict"; | ||
if (index === 0) { | ||
azureCookieObject.name = sanitizedKey; | ||
azureCookieObject.name = key; | ||
azureCookieObject.value = sanitizedValue; | ||
@@ -162,0 +162,0 @@ return azureCookieObject; |
{ | ||
"name": "@h4ad/serverless-adapter", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "Run REST APIs and other web applications using your existing Node.js application framework (NestJS, Express, Koa, Hapi, Fastify and many others), on top of AWS, Azure, Huawei and many other clouds.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is not supported yet
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
345091