@vercel/next 4.9.4 → 4.10.0
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/index.js +4 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -11503,6 +11503,7 @@ async function createLambdaFromPseudoLayers({
|
|
|
11503
11503
|
isStreaming,
|
|
11504
11504
|
nextVersion,
|
|
11505
11505
|
experimentalAllowBundling,
|
|
11506
|
+
regions,
|
|
11506
11507
|
...lambdaOptions
|
|
11507
11508
|
}) {
|
|
11508
11509
|
await createLambdaSema.acquire();
|
|
@@ -11540,7 +11541,8 @@ async function createLambdaFromPseudoLayers({
|
|
|
11540
11541
|
slug: "nextjs",
|
|
11541
11542
|
version: nextVersion
|
|
11542
11543
|
},
|
|
11543
|
-
experimentalAllowBundling
|
|
11544
|
+
experimentalAllowBundling,
|
|
11545
|
+
regions
|
|
11544
11546
|
});
|
|
11545
11547
|
}
|
|
11546
11548
|
async function getExportIntent(entryPath) {
|
|
@@ -14836,6 +14838,7 @@ ${JSON.stringify(
|
|
|
14836
14838
|
memory: group.memory,
|
|
14837
14839
|
runtime: nodeVersion.runtime,
|
|
14838
14840
|
maxDuration: group.maxDuration,
|
|
14841
|
+
regions: group.regions,
|
|
14839
14842
|
isStreaming: group.isStreaming,
|
|
14840
14843
|
nextVersion,
|
|
14841
14844
|
experimentalAllowBundling,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/next",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.10.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "./dist/index",
|
|
6
6
|
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@types/semver": "6.0.0",
|
|
31
31
|
"@types/text-table": "0.2.1",
|
|
32
32
|
"@types/webpack-sources": "3.2.0",
|
|
33
|
-
"@vercel/build-utils": "10.6.
|
|
33
|
+
"@vercel/build-utils": "10.6.5",
|
|
34
34
|
"@vercel/routing-utils": "5.1.0",
|
|
35
35
|
"async-sema": "3.0.1",
|
|
36
36
|
"buffer-crc32": "0.2.13",
|