@sveltejs/adapter-node
Advanced tools
Comparing version 1.0.0-next.90 to 1.0.0-next.91
{ | ||
"name": "@sveltejs/adapter-node", | ||
"version": "1.0.0-next.90", | ||
"version": "1.0.0-next.91", | ||
"repository": { | ||
@@ -27,3 +27,3 @@ "type": "git", | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@sveltejs/kit": "1.0.0-next.481", | ||
"@sveltejs/kit": "1.0.0-next.482", | ||
"@types/node": "^16.11.36", | ||
@@ -30,0 +30,0 @@ "c8": "^7.11.3", |
@@ -74,3 +74,3 @@ # @sveltejs/adapter-node | ||
The maximum request body size to accept in bytes. Defaults to 512kb. This option does not allow streaming. You can disable this option with a value of 0 and implement a custom check in [`handle`](https://kit.svelte.dev/docs/hooks#server-hooks-handle) if you need something more advanced. | ||
The maximum request body size to accept in bytes including while streaming. Defaults to 512kb. You can disable this option with a value of 0 and implement a custom check in [`handle`](https://kit.svelte.dev/docs/hooks#server-hooks-handle) if you need something more advanced. | ||
@@ -77,0 +77,0 @@ ## Options |
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
782766
17854