@vercel/next 4.15.38 → 4.15.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/adapter/index.js +1 -1
- package/package.json +2 -2
package/dist/adapter/index.js
CHANGED
|
@@ -9768,7 +9768,7 @@ async function handleNodeOutputs(nodeOutputs, {
|
|
|
9768
9768
|
),
|
|
9769
9769
|
runtime: nodeVersion.runtime,
|
|
9770
9770
|
maxDuration,
|
|
9771
|
-
|
|
9771
|
+
supportsMultiPayloads: true,
|
|
9772
9772
|
supportsResponseStreaming: true,
|
|
9773
9773
|
experimentalAllowBundling: true,
|
|
9774
9774
|
// middleware handler always expects Request/Response interface
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/next",
|
|
3
|
-
"version": "4.15.
|
|
3
|
+
"version": "4.15.39",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "./dist/index",
|
|
6
6
|
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@vercel/nft": "1.1.1"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@next-community/adapter-vercel": "0.0.1-beta.
|
|
19
|
+
"@next-community/adapter-vercel": "0.0.1-beta.12",
|
|
20
20
|
"@types/aws-lambda": "8.10.19",
|
|
21
21
|
"@types/buffer-crc32": "0.2.0",
|
|
22
22
|
"@types/bytes": "3.1.1",
|