@sveltejs/adapter-netlify
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -269,3 +269,4 @@ import './shims.js'; | ||
if (key === 'set-cookie') { | ||
m[key] = splitCookiesString_1(value); | ||
if (!m[key]) m[key] = []; | ||
m[key].push(...splitCookiesString_1(value)); | ||
} else { | ||
@@ -272,0 +273,0 @@ h[key] = value; |
{ | ||
"name": "@sveltejs/adapter-netlify", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"repository": { | ||
@@ -41,3 +41,3 @@ "type": "git", | ||
"uvu": "^0.5.6", | ||
"@sveltejs/kit": "^1.5.6" | ||
"@sveltejs/kit": "^1.7.1" | ||
}, | ||
@@ -44,0 +44,0 @@ "peerDependencies": { |
Sorry, the diff of this file is too big to display
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
800314
18788