@vercel/next 4.15.36 → 4.15.37
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 +5 -0
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -12853,6 +12853,7 @@ var onPrerenderRoute = (prerenderRouteArgs) => async (routeKey, {
|
|
|
12853
12853
|
htmlAllowQuery = [];
|
|
12854
12854
|
}
|
|
12855
12855
|
}
|
|
12856
|
+
const partialFallback = isAppPathRoute && renderingMode === "PARTIALLY_STATIC" /* PARTIALLY_STATIC */ && isFallback && Boolean(postponedState);
|
|
12856
12857
|
const staticMetadataFile = getSourceFileRefOfStaticMetadata(
|
|
12857
12858
|
routeKey,
|
|
12858
12859
|
appPathnameFilesMap
|
|
@@ -12882,6 +12883,7 @@ var onPrerenderRoute = (prerenderRouteArgs) => async (routeKey, {
|
|
|
12882
12883
|
experimentalStreamingLambdaPath,
|
|
12883
12884
|
chain,
|
|
12884
12885
|
allowHeader,
|
|
12886
|
+
partialFallback: partialFallback || void 0,
|
|
12885
12887
|
...isNotFound ? {
|
|
12886
12888
|
initialStatus: 404
|
|
12887
12889
|
} : {},
|
|
@@ -12914,6 +12916,7 @@ var onPrerenderRoute = (prerenderRouteArgs) => async (routeKey, {
|
|
|
12914
12916
|
bypassToken: prerenderManifest.bypassToken,
|
|
12915
12917
|
experimentalBypassFor,
|
|
12916
12918
|
allowHeader,
|
|
12919
|
+
partialFallback: void 0,
|
|
12917
12920
|
...isNotFound ? {
|
|
12918
12921
|
initialStatus: 404
|
|
12919
12922
|
} : {},
|
|
@@ -12967,6 +12970,7 @@ var onPrerenderRoute = (prerenderRouteArgs) => async (routeKey, {
|
|
|
12967
12970
|
bypassToken: prerenderManifest.bypassToken,
|
|
12968
12971
|
experimentalBypassFor,
|
|
12969
12972
|
allowHeader,
|
|
12973
|
+
partialFallback: void 0,
|
|
12970
12974
|
chain: {
|
|
12971
12975
|
outputPath: normalizePathData(outputPathData),
|
|
12972
12976
|
headers: routesManifest.ppr.chain.headers
|
|
@@ -13032,6 +13036,7 @@ var onPrerenderRoute = (prerenderRouteArgs) => async (routeKey, {
|
|
|
13032
13036
|
// Use the same prerender group as the JSON/data prerender.
|
|
13033
13037
|
group: prerenderGroup,
|
|
13034
13038
|
allowHeader,
|
|
13039
|
+
partialFallback: void 0,
|
|
13035
13040
|
// These routes are always only static, so they should not
|
|
13036
13041
|
// permit any bypass unless it's for preview
|
|
13037
13042
|
bypassToken: prerenderManifest.bypassToken,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/next",
|
|
3
|
-
"version": "4.15.
|
|
3
|
+
"version": "4.15.37",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "./dist/index",
|
|
6
6
|
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"test-listen": "1.1.0",
|
|
54
54
|
"text-table": "0.2.0",
|
|
55
55
|
"webpack-sources": "3.2.3",
|
|
56
|
-
"@vercel/build-utils": "13.6.
|
|
57
|
-
"@vercel/routing-utils": "6.0.
|
|
56
|
+
"@vercel/build-utils": "13.6.2",
|
|
57
|
+
"@vercel/routing-utils": "6.0.1"
|
|
58
58
|
},
|
|
59
59
|
"scripts": {
|
|
60
60
|
"build": "node build.mjs",
|