@vercel/next 3.6.2 → 3.6.3
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 +1 -1
- package/dist/server-build.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
@@ -43370,7 +43370,7 @@ async function serverBuild({ dynamicPages, pagesDir, config = {}, privateOutputs
|
|
43370
43370
|
{
|
43371
43371
|
src: `^${path_1.default.posix.join('/', entryDirectory)}/?(?:${i18n.locales
|
43372
43372
|
.map(locale => (0, escape_string_regexp_1.default)(locale))
|
43373
|
-
.join('|')})
|
43373
|
+
.join('|')})/?(.*)`,
|
43374
43374
|
dest: `${path_1.default.posix.join('/', entryDirectory, '/')}$1`,
|
43375
43375
|
check: true,
|
43376
43376
|
},
|
package/dist/server-build.js
CHANGED
@@ -982,7 +982,7 @@ async function serverBuild({ dynamicPages, pagesDir, config = {}, privateOutputs
|
|
982
982
|
{
|
983
983
|
src: `^${path_1.default.posix.join('/', entryDirectory)}/?(?:${i18n.locales
|
984
984
|
.map(locale => (0, escape_string_regexp_1.default)(locale))
|
985
|
-
.join('|')})
|
985
|
+
.join('|')})/?(.*)`,
|
986
986
|
dest: `${path_1.default.posix.join('/', entryDirectory, '/')}$1`,
|
987
987
|
check: true,
|
988
988
|
},
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vercel/next",
|
3
|
-
"version": "3.6.
|
3
|
+
"version": "3.6.3",
|
4
4
|
"license": "MIT",
|
5
5
|
"main": "./dist/index",
|
6
6
|
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
|
@@ -71,5 +71,5 @@
|
|
71
71
|
"typescript": "4.5.2",
|
72
72
|
"webpack-sources": "3.2.3"
|
73
73
|
},
|
74
|
-
"gitHead": "
|
74
|
+
"gitHead": "cfc1c9e818ebb55d440479cf0edf18536b772b28"
|
75
75
|
}
|