@vercel/next 3.6.6 → 3.6.7
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/dist/server-build.js +5 -0
- package/package.json +4 -4
package/dist/index.js
CHANGED
@@ -43370,6 +43370,11 @@ async function serverBuild({ dynamicPages, pagesDir, config = {}, privateOutputs
|
|
43370
43370
|
// to allow checking non-prefixed lambda outputs
|
43371
43371
|
...(i18n
|
43372
43372
|
? [
|
43373
|
+
{
|
43374
|
+
src: path_1.default.posix.join('/', entryDirectory, (0, escape_string_regexp_1.default)(i18n.defaultLocale)),
|
43375
|
+
dest: '/',
|
43376
|
+
check: true,
|
43377
|
+
},
|
43373
43378
|
{
|
43374
43379
|
src: `^${path_1.default.posix.join('/', entryDirectory)}/?(?:${i18n.locales
|
43375
43380
|
.map(locale => (0, escape_string_regexp_1.default)(locale))
|
package/dist/server-build.js
CHANGED
@@ -982,6 +982,11 @@ async function serverBuild({ dynamicPages, pagesDir, config = {}, privateOutputs
|
|
982
982
|
// to allow checking non-prefixed lambda outputs
|
983
983
|
...(i18n
|
984
984
|
? [
|
985
|
+
{
|
986
|
+
src: path_1.default.posix.join('/', entryDirectory, (0, escape_string_regexp_1.default)(i18n.defaultLocale)),
|
987
|
+
dest: '/',
|
988
|
+
check: true,
|
989
|
+
},
|
985
990
|
{
|
986
991
|
src: `^${path_1.default.posix.join('/', entryDirectory)}/?(?:${i18n.locales
|
987
992
|
.map(locale => (0, escape_string_regexp_1.default)(locale))
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vercel/next",
|
3
|
-
"version": "3.6.
|
3
|
+
"version": "3.6.7",
|
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": "6.
|
48
|
+
"@vercel/build-utils": "6.4.0",
|
49
49
|
"@vercel/nft": "0.22.5",
|
50
|
-
"@vercel/routing-utils": "2.1.
|
50
|
+
"@vercel/routing-utils": "2.1.11",
|
51
51
|
"async-sema": "3.0.1",
|
52
52
|
"buffer-crc32": "0.2.13",
|
53
53
|
"bytes": "3.1.2",
|
@@ -71,5 +71,5 @@
|
|
71
71
|
"typescript": "4.5.2",
|
72
72
|
"webpack-sources": "3.2.3"
|
73
73
|
},
|
74
|
-
"gitHead": "
|
74
|
+
"gitHead": "b2c68f1301b6a5eb41b6261b7faac6a8fa4c53eb"
|
75
75
|
}
|