@sveltejs/adapter-node
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -1137,3 +1137,3 @@ import 'SHIMS'; | ||
const port_header = env('PORT_HEADER', '').toLowerCase(); | ||
const body_size_limit = parseInt(env('BODY_SIZE_LIMIT', '524288')); | ||
const body_size_limit = parseInt(env('BODY_SIZE_LIMIT', '524288')) || undefined; | ||
@@ -1140,0 +1140,0 @@ const dir = path.dirname(fileURLToPath(import.meta.url)); |
{ | ||
"name": "@sveltejs/adapter-node", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Adapter for SvelteKit apps that generates a standalone Node server", | ||
@@ -35,3 +35,3 @@ "repository": { | ||
"vitest": "^1.0.4", | ||
"@sveltejs/kit": "^2.1.1" | ||
"@sveltejs/kit": "^2.2.1" | ||
}, | ||
@@ -38,0 +38,0 @@ "dependencies": { |
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
49191