@vercel/next 4.15.10 → 4.15.12
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/___get-nextjs-edge-function.js +1 -1
- package/dist/index.js +72 -13
- package/package.json +4 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports = "
|
|
1
|
+
module.exports = "\"use strict\";var x=Object.defineProperty;var N=Object.getOwnPropertyDescriptor;var E=Object.getOwnPropertyNames;var b=Object.prototype.hasOwnProperty;var w=(e,n)=>{for(var t in n)x(e,t,{get:n[t],enumerable:!0})},T=(e,n,t,o)=>{if(n&&typeof n==\"object\"||typeof n==\"function\")for(let i of E(n))!b.call(e,i)&&i!==t&&x(e,i,{get:()=>n[i],enumerable:!(o=N(n,i))||o.enumerable});return e};var P=e=>T(x({},\"__esModule\",{value:!0}),e);var S={};w(S,{default:()=>y});module.exports=P(S);var f=require(\"async_hooks\"),L=\"@next/request-context\",d=Symbol.for(L),h=Symbol.for(\"internal.storage\");function _(){let e=globalThis;if(!e[d]){let n=new f.AsyncLocalStorage,t={get:()=>n.getStore(),[h]:n};e[d]=t}return e[d]}var U=_();function m(e,n){return U[h].run(e,n)}function R(e){let n={};return e&&e.forEach((t,o)=>{n[o]=t,o.toLowerCase()===\"set-cookie\"&&(n[o]=A(t))}),n}function A(e){let n=[],t=0,o,i,g,r,a;function u(){for(;t<e.length&&/\\s/.test(e.charAt(t));)t+=1;return t<e.length}function s(){return i=e.charAt(t),i!==\"=\"&&i!==\";\"&&i!==\",\"}for(;t<e.length;){for(o=t,a=!1;u();)if(i=e.charAt(t),i===\",\"){for(g=t,t+=1,u(),r=t;t<e.length&&s();)t+=1;t<e.length&&e.charAt(t)===\"=\"?(a=!0,t=r,n.push(e.substring(o,g)),o=t):t=g+1}else t+=1;(!a||t>=e.length)&&n.push(e.substring(o,e.length))}return n}function y(e){let n=e.staticRoutes.map(o=>({regexp:new RegExp(o.namedRegex),page:o.page})),t=e.dynamicRoutes?.map(o=>({regexp:new RegExp(o.namedRegex),page:o.page}))||[];return async function(i,g){let r=new URL(i.url).pathname,a={};if(e.nextConfig?.basePath&&r.startsWith(e.nextConfig.basePath)&&(r=r.replace(e.nextConfig.basePath,\"\")||\"/\"),e.nextConfig?.i18n)for(let s of e.nextConfig.i18n.locales){let l=new RegExp(`^/${s}($|/)`,\"i\");if(r.match(l)){r=r.replace(l,\"/\")||\"/\";break}}for(let s of n)if(s.regexp.exec(r)){a.name=s.page;break}if(!a.name){let s=C(r);for(let l of t||[]){if(s&&!C(l.page))continue;let p=l.regexp.exec(r);if(p){a={name:l.page,params:p.groups};break}}}let u=await m({waitUntil:g.waitUntil},()=>_ENTRIES[`middleware_${e.name}`].default.call({},{request:{url:i.url,method:i.method,headers:R(i.headers),ip:c(i.headers,\"x-real-ip\"),geo:{city:c(i.headers,\"x-vercel-ip-city\",!0),country:c(i.headers,\"x-vercel-ip-country\",!0),latitude:c(i.headers,\"x-vercel-ip-latitude\"),longitude:c(i.headers,\"x-vercel-ip-longitude\"),region:c(i.headers,\"x-vercel-ip-country-region\",!0)},nextConfig:e.nextConfig,page:a,body:i.body}}));return u.waitUntil&&g.waitUntil(u.waitUntil),u.response}}function c(e,n,t=!1){let o=e.get(n)||void 0;return t&&o?decodeURIComponent(o):o}function C(e){return e===\"/api\"||e.startsWith(\"/api/\")}\n"
|
package/dist/index.js
CHANGED
|
@@ -2265,9 +2265,9 @@ var require_graceful_fs = __commonJS({
|
|
|
2265
2265
|
}
|
|
2266
2266
|
}
|
|
2267
2267
|
var fs$readdir = fs6.readdir;
|
|
2268
|
-
fs6.readdir =
|
|
2268
|
+
fs6.readdir = readdir2;
|
|
2269
2269
|
var noReaddirOptionVersions = /^v[0-5]\./;
|
|
2270
|
-
function
|
|
2270
|
+
function readdir2(path6, options, cb) {
|
|
2271
2271
|
if (typeof options === "function")
|
|
2272
2272
|
cb = options, options = null;
|
|
2273
2273
|
var go$readdir = noReaddirOptionVersions.test(process.version) ? function go$readdir2(path7, options2, cb2, startTime) {
|
|
@@ -10698,7 +10698,7 @@ var require_bytes = __commonJS({
|
|
|
10698
10698
|
var require_get_nextjs_edge_function = __commonJS({
|
|
10699
10699
|
"dist/___get-nextjs-edge-function.js"(exports, module2) {
|
|
10700
10700
|
"use strict";
|
|
10701
|
-
module2.exports = '
|
|
10701
|
+
module2.exports = '"use strict";var x=Object.defineProperty;var N=Object.getOwnPropertyDescriptor;var E=Object.getOwnPropertyNames;var b=Object.prototype.hasOwnProperty;var w=(e,n)=>{for(var t in n)x(e,t,{get:n[t],enumerable:!0})},T=(e,n,t,o)=>{if(n&&typeof n=="object"||typeof n=="function")for(let i of E(n))!b.call(e,i)&&i!==t&&x(e,i,{get:()=>n[i],enumerable:!(o=N(n,i))||o.enumerable});return e};var P=e=>T(x({},"__esModule",{value:!0}),e);var S={};w(S,{default:()=>y});module.exports=P(S);var f=require("async_hooks"),L="@next/request-context",d=Symbol.for(L),h=Symbol.for("internal.storage");function _(){let e=globalThis;if(!e[d]){let n=new f.AsyncLocalStorage,t={get:()=>n.getStore(),[h]:n};e[d]=t}return e[d]}var U=_();function m(e,n){return U[h].run(e,n)}function R(e){let n={};return e&&e.forEach((t,o)=>{n[o]=t,o.toLowerCase()==="set-cookie"&&(n[o]=A(t))}),n}function A(e){let n=[],t=0,o,i,g,r,a;function u(){for(;t<e.length&&/\\s/.test(e.charAt(t));)t+=1;return t<e.length}function s(){return i=e.charAt(t),i!=="="&&i!==";"&&i!==","}for(;t<e.length;){for(o=t,a=!1;u();)if(i=e.charAt(t),i===","){for(g=t,t+=1,u(),r=t;t<e.length&&s();)t+=1;t<e.length&&e.charAt(t)==="="?(a=!0,t=r,n.push(e.substring(o,g)),o=t):t=g+1}else t+=1;(!a||t>=e.length)&&n.push(e.substring(o,e.length))}return n}function y(e){let n=e.staticRoutes.map(o=>({regexp:new RegExp(o.namedRegex),page:o.page})),t=e.dynamicRoutes?.map(o=>({regexp:new RegExp(o.namedRegex),page:o.page}))||[];return async function(i,g){let r=new URL(i.url).pathname,a={};if(e.nextConfig?.basePath&&r.startsWith(e.nextConfig.basePath)&&(r=r.replace(e.nextConfig.basePath,"")||"/"),e.nextConfig?.i18n)for(let s of e.nextConfig.i18n.locales){let l=new RegExp(`^/${s}($|/)`,"i");if(r.match(l)){r=r.replace(l,"/")||"/";break}}for(let s of n)if(s.regexp.exec(r)){a.name=s.page;break}if(!a.name){let s=C(r);for(let l of t||[]){if(s&&!C(l.page))continue;let p=l.regexp.exec(r);if(p){a={name:l.page,params:p.groups};break}}}let u=await m({waitUntil:g.waitUntil},()=>_ENTRIES[`middleware_${e.name}`].default.call({},{request:{url:i.url,method:i.method,headers:R(i.headers),ip:c(i.headers,"x-real-ip"),geo:{city:c(i.headers,"x-vercel-ip-city",!0),country:c(i.headers,"x-vercel-ip-country",!0),latitude:c(i.headers,"x-vercel-ip-latitude"),longitude:c(i.headers,"x-vercel-ip-longitude"),region:c(i.headers,"x-vercel-ip-country-region",!0)},nextConfig:e.nextConfig,page:a,body:i.body}}));return u.waitUntil&&g.waitUntil(u.waitUntil),u.response}}function c(e,n,t=!1){let o=e.get(n)||void 0;return t&&o?decodeURIComponent(o):o}function C(e){return e==="/api"||e.startsWith("/api/")}\n';
|
|
10702
10702
|
}
|
|
10703
10703
|
});
|
|
10704
10704
|
|
|
@@ -11334,7 +11334,13 @@ async function getRoutesManifest(entryPath, outputDirectory, nextVersion) {
|
|
|
11334
11334
|
const hasRoutesManifest = await import_fs_extra3.default.access(pathRoutesManifest).then(() => true).catch(() => false);
|
|
11335
11335
|
if (shouldHaveManifest && !hasRoutesManifest) {
|
|
11336
11336
|
throw new import_build_utils.NowBuildError({
|
|
11337
|
-
message: `The file "${pathRoutesManifest}" couldn't be found. This is
|
|
11337
|
+
message: `The file "${pathRoutesManifest}" couldn't be found. This is usually caused by one of the following:
|
|
11338
|
+
|
|
11339
|
+
1. The "Output Directory" setting in your project is misconfigured. Ensure it matches your Next.js "distDir" configuration (defaults to ".next").
|
|
11340
|
+
|
|
11341
|
+
2. If using Turborepo, ensure your task outputs include the Next.js build directory. Add ".next/**" (or your custom distDir) to the "outputs" array in turbo.json for the build task.
|
|
11342
|
+
|
|
11343
|
+
3. The build command did not complete successfully. Check the build logs above for errors.`,
|
|
11338
11344
|
link: "https://err.sh/vercel/vercel/now-next-routes-manifest",
|
|
11339
11345
|
code: "NEXT_NO_ROUTES_MANIFEST"
|
|
11340
11346
|
});
|
|
@@ -16287,7 +16293,10 @@ ${JSON.stringify(
|
|
|
16287
16293
|
)}(?<nextLocale>${i18n.locales.map((locale) => (0, import_escape_string_regexp2.default)(locale)).join("|")})(/.*|$)`,
|
|
16288
16294
|
dest: import_path5.default.posix.join("/", entryDirectory, "/$nextLocale/404"),
|
|
16289
16295
|
status: 404,
|
|
16290
|
-
caseSensitive: true
|
|
16296
|
+
caseSensitive: true,
|
|
16297
|
+
headers: {
|
|
16298
|
+
"x-next-error-status": "404"
|
|
16299
|
+
}
|
|
16291
16300
|
},
|
|
16292
16301
|
{
|
|
16293
16302
|
src: import_path5.default.posix.join("/", entryDirectory, ".*"),
|
|
@@ -16296,7 +16305,10 @@ ${JSON.stringify(
|
|
|
16296
16305
|
entryDirectory,
|
|
16297
16306
|
`/${i18n.defaultLocale}/404`
|
|
16298
16307
|
),
|
|
16299
|
-
status: 404
|
|
16308
|
+
status: 404,
|
|
16309
|
+
headers: {
|
|
16310
|
+
"x-next-error-status": "404"
|
|
16311
|
+
}
|
|
16300
16312
|
}
|
|
16301
16313
|
] : [
|
|
16302
16314
|
{
|
|
@@ -16313,7 +16325,10 @@ ${JSON.stringify(
|
|
|
16313
16325
|
entryDirectory,
|
|
16314
16326
|
static404Page || hasIsr404Page || lambdas[import_path5.default.posix.join(entryDirectory, "404")] ? "/404" : appPathRoutesManifest && (middleware.edgeFunctions[appNotFoundPath] || lambdas[appNotFoundPath]) ? "/_not-found" : "/_error"
|
|
16315
16327
|
),
|
|
16316
|
-
status: 404
|
|
16328
|
+
status: 404,
|
|
16329
|
+
headers: {
|
|
16330
|
+
"x-next-error-status": "404"
|
|
16331
|
+
}
|
|
16317
16332
|
}
|
|
16318
16333
|
],
|
|
16319
16334
|
// custom 500 page if present
|
|
@@ -16326,7 +16341,10 @@ ${JSON.stringify(
|
|
|
16326
16341
|
)}(?<nextLocale>${i18n.locales.map((locale) => (0, import_escape_string_regexp2.default)(locale)).join("|")})(/.*|$)`,
|
|
16327
16342
|
dest: import_path5.default.posix.join("/", entryDirectory, "/$nextLocale/500"),
|
|
16328
16343
|
status: 500,
|
|
16329
|
-
caseSensitive: true
|
|
16344
|
+
caseSensitive: true,
|
|
16345
|
+
headers: {
|
|
16346
|
+
"x-next-error-status": "500"
|
|
16347
|
+
}
|
|
16330
16348
|
},
|
|
16331
16349
|
{
|
|
16332
16350
|
src: import_path5.default.posix.join("/", entryDirectory, ".*"),
|
|
@@ -16335,7 +16353,10 @@ ${JSON.stringify(
|
|
|
16335
16353
|
entryDirectory,
|
|
16336
16354
|
`/${i18n.defaultLocale}/500`
|
|
16337
16355
|
),
|
|
16338
|
-
status: 500
|
|
16356
|
+
status: 500,
|
|
16357
|
+
headers: {
|
|
16358
|
+
"x-next-error-status": "500"
|
|
16359
|
+
}
|
|
16339
16360
|
}
|
|
16340
16361
|
] : [
|
|
16341
16362
|
{
|
|
@@ -16352,7 +16373,10 @@ ${JSON.stringify(
|
|
|
16352
16373
|
entryDirectory,
|
|
16353
16374
|
hasStatic500 || hasIsr500Page || lambdas[import_path5.default.posix.join(entryDirectory, "500")] ? "/500" : "/_error"
|
|
16354
16375
|
),
|
|
16355
|
-
status: 500
|
|
16376
|
+
status: 500,
|
|
16377
|
+
headers: {
|
|
16378
|
+
"x-next-error-status": "500"
|
|
16379
|
+
}
|
|
16356
16380
|
}
|
|
16357
16381
|
]
|
|
16358
16382
|
],
|
|
@@ -16696,7 +16720,7 @@ More info: http://err.sh/vercel/vercel/next-functions-config-optimized-lambdas`
|
|
|
16696
16720
|
let buildOutputVersion;
|
|
16697
16721
|
try {
|
|
16698
16722
|
const data = await (0, import_fs_extra6.readJSON)(
|
|
16699
|
-
import_path6.default.join(outputDirectory, "output/config.json")
|
|
16723
|
+
import_path6.default.join(entryPath, outputDirectory, "output/config.json")
|
|
16700
16724
|
);
|
|
16701
16725
|
buildOutputVersion = data.version;
|
|
16702
16726
|
} catch (_) {
|
|
@@ -16707,6 +16731,35 @@ More info: http://err.sh/vercel/vercel/next-functions-config-optimized-lambdas`
|
|
|
16707
16731
|
buildOutputVersion
|
|
16708
16732
|
};
|
|
16709
16733
|
}
|
|
16734
|
+
const absoluteOutputDirectory = import_path6.default.join(entryPath, outputDirectory);
|
|
16735
|
+
const outputDirExists = await (0, import_fs_extra6.pathExists)(absoluteOutputDirectory);
|
|
16736
|
+
if (!outputDirExists) {
|
|
16737
|
+
throw new import_build_utils3.NowBuildError({
|
|
16738
|
+
code: "NEXT_OUTPUT_DIR_MISSING",
|
|
16739
|
+
message: `The Next.js output directory "${outputDirectory}" was not found at "${absoluteOutputDirectory}". This is usually caused by one of the following:
|
|
16740
|
+
|
|
16741
|
+
1. The "Output Directory" setting in your project is misconfigured. Check your project settings and ensure the output directory matches your Next.js configuration.
|
|
16742
|
+
|
|
16743
|
+
2. If using Turborepo, ensure your task outputs include the Next.js build directory. Add "${outputDirectory}/**" to the "outputs" array in your turbo.json for the build task.
|
|
16744
|
+
|
|
16745
|
+
3. The build command did not complete successfully. Check the build logs above for errors.`,
|
|
16746
|
+
link: "https://err.sh/vercel/vercel/now-next-routes-manifest"
|
|
16747
|
+
});
|
|
16748
|
+
}
|
|
16749
|
+
const outputDirContents = await (0, import_fs_extra6.readdir)(absoluteOutputDirectory);
|
|
16750
|
+
if (outputDirContents.length === 0) {
|
|
16751
|
+
throw new import_build_utils3.NowBuildError({
|
|
16752
|
+
code: "NEXT_OUTPUT_DIR_EMPTY",
|
|
16753
|
+
message: `The Next.js output directory "${outputDirectory}" exists but is empty. This is usually caused by one of the following:
|
|
16754
|
+
|
|
16755
|
+
1. If using Turborepo, ensure your task outputs include the Next.js build directory. Add "${outputDirectory}/**" to the "outputs" array in your turbo.json for the build task.
|
|
16756
|
+
|
|
16757
|
+
2. The build command did not generate any output. Check the build logs above for errors.
|
|
16758
|
+
|
|
16759
|
+
3. A previous build step may have cleared the output directory.`,
|
|
16760
|
+
link: "https://err.sh/vercel/vercel/now-next-routes-manifest"
|
|
16761
|
+
});
|
|
16762
|
+
}
|
|
16710
16763
|
let appMountPrefixNoTrailingSlash = import_path6.default.posix.join("/", entryDirectory).replace(/\/+$/, "");
|
|
16711
16764
|
const requiredServerFilesManifest = isServerMode ? await getRequiredServerFilesManifest(entryPath, outputDirectory) : false;
|
|
16712
16765
|
isServerMode = Boolean(requiredServerFilesManifest);
|
|
@@ -16762,6 +16815,7 @@ More info: http://err.sh/vercel/vercel/next-functions-config-optimized-lambdas`
|
|
|
16762
16815
|
let hasPages404 = false;
|
|
16763
16816
|
let buildId = "";
|
|
16764
16817
|
let escapedBuildId = "";
|
|
16818
|
+
let deploymentId;
|
|
16765
16819
|
if (isLegacy || isSharedLambdas || isServerMode) {
|
|
16766
16820
|
try {
|
|
16767
16821
|
buildId = await (0, import_fs_extra6.readFile)(
|
|
@@ -16776,6 +16830,9 @@ More info: http://err.sh/vercel/vercel/next-functions-config-optimized-lambdas`
|
|
|
16776
16830
|
});
|
|
16777
16831
|
}
|
|
16778
16832
|
}
|
|
16833
|
+
if (routesManifest?.deploymentId) {
|
|
16834
|
+
deploymentId = routesManifest.deploymentId;
|
|
16835
|
+
}
|
|
16779
16836
|
if (routesManifest) {
|
|
16780
16837
|
switch (routesManifest.version) {
|
|
16781
16838
|
case 1:
|
|
@@ -17078,7 +17135,8 @@ More info: http://err.sh/vercel/vercel/next-functions-config-optimized-lambdas`
|
|
|
17078
17135
|
}
|
|
17079
17136
|
] : []
|
|
17080
17137
|
],
|
|
17081
|
-
framework: { version: nextVersion }
|
|
17138
|
+
framework: { version: nextVersion },
|
|
17139
|
+
...deploymentId && { deploymentId }
|
|
17082
17140
|
};
|
|
17083
17141
|
}
|
|
17084
17142
|
if (isLegacy) {
|
|
@@ -18440,7 +18498,8 @@ More info: http://err.sh/vercel/vercel/next-functions-config-optimized-lambdas`
|
|
|
18440
18498
|
]
|
|
18441
18499
|
]
|
|
18442
18500
|
],
|
|
18443
|
-
framework: { version: nextVersion }
|
|
18501
|
+
framework: { version: nextVersion },
|
|
18502
|
+
...deploymentId && { deploymentId }
|
|
18444
18503
|
};
|
|
18445
18504
|
};
|
|
18446
18505
|
var diagnostics = async ({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/next",
|
|
3
|
-
"version": "4.15.
|
|
3
|
+
"version": "4.15.12",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "./dist/index",
|
|
6
6
|
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"bytes": "3.1.2",
|
|
36
36
|
"cheerio": "1.0.0-rc.10",
|
|
37
37
|
"convert-source-map": "1.8.0",
|
|
38
|
-
"esbuild": "0.
|
|
38
|
+
"esbuild": "0.27.0",
|
|
39
39
|
"escape-string-regexp": "2.0.0",
|
|
40
40
|
"execa": "2.0.4",
|
|
41
41
|
"find-up": "4.1.0",
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
"test-listen": "1.1.0",
|
|
53
53
|
"text-table": "0.2.0",
|
|
54
54
|
"webpack-sources": "3.2.3",
|
|
55
|
-
"@vercel/build-utils": "13.2.
|
|
56
|
-
"@vercel/routing-utils": "5.3.
|
|
55
|
+
"@vercel/build-utils": "13.2.6",
|
|
56
|
+
"@vercel/routing-utils": "5.3.2"
|
|
57
57
|
},
|
|
58
58
|
"scripts": {
|
|
59
59
|
"build": "node build.mjs",
|