@vercel/next 2.8.66-canary.0 → 2.8.67-canary.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 +2 -2
- package/dist/server-build.js +2 -2
- package/package.json +5 -5
package/dist/server-build.js
CHANGED
@@ -253,7 +253,7 @@ async function serverBuild({ dynamicPages, pagesDir, config = {}, privateOutputs
|
|
253
253
|
.replace(/\//g, '\\/')}/, '')`);
|
254
254
|
}
|
255
255
|
const launcherFiles = {
|
256
|
-
[path_1.default.join(path_1.default.relative(baseDir, requiredServerFilesManifest.appDir || entryPath), '___next_launcher.
|
256
|
+
[path_1.default.join(path_1.default.relative(baseDir, requiredServerFilesManifest.appDir || entryPath), '___next_launcher.cjs')]: new build_utils_1.FileBlob({ data: launcher }),
|
257
257
|
};
|
258
258
|
const pageTraces = {};
|
259
259
|
const compressedPages = {};
|
@@ -350,7 +350,7 @@ async function serverBuild({ dynamicPages, pagesDir, config = {}, privateOutputs
|
|
350
350
|
return prev;
|
351
351
|
}, {}),
|
352
352
|
],
|
353
|
-
handler: path_1.default.join(path_1.default.relative(baseDir, requiredServerFilesManifest.appDir || entryPath), '___next_launcher.
|
353
|
+
handler: path_1.default.join(path_1.default.relative(baseDir, requiredServerFilesManifest.appDir || entryPath), '___next_launcher.cjs'),
|
354
354
|
memory: group.memory,
|
355
355
|
runtime: nodeVersion.runtime,
|
356
356
|
maxDuration: group.maxDuration,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vercel/next",
|
3
|
-
"version": "2.8.
|
3
|
+
"version": "2.8.67-canary.0",
|
4
4
|
"license": "MIT",
|
5
5
|
"main": "./dist/index",
|
6
6
|
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
|
@@ -45,9 +45,9 @@
|
|
45
45
|
"@types/semver": "6.0.0",
|
46
46
|
"@types/text-table": "0.2.1",
|
47
47
|
"@types/webpack-sources": "3.2.0",
|
48
|
-
"@vercel/build-utils": "3.
|
49
|
-
"@vercel/nft": "0.
|
50
|
-
"@vercel/routing-utils": "1.13.3
|
48
|
+
"@vercel/build-utils": "3.1.1-canary.0",
|
49
|
+
"@vercel/nft": "0.19.0",
|
50
|
+
"@vercel/routing-utils": "1.13.3",
|
51
51
|
"async-sema": "3.0.1",
|
52
52
|
"buffer-crc32": "0.2.13",
|
53
53
|
"cheerio": "1.0.0-rc.10",
|
@@ -70,5 +70,5 @@
|
|
70
70
|
"typescript": "4.5.2",
|
71
71
|
"webpack-sources": "3.2.3"
|
72
72
|
},
|
73
|
-
"gitHead": "
|
73
|
+
"gitHead": "e829ce47c356a06564551349e771b457ea95ac74"
|
74
74
|
}
|