@vercel/next
Advanced tools
Comparing version 3.8.4 to 3.8.5
@@ -186,10 +186,8 @@ "use strict"; | ||
} | ||
if (pageMatchesApi(page)) { | ||
if (lambdaAppPaths[page]) { | ||
appRouterPages.push(page); | ||
} | ||
else if (pageMatchesApi(page)) { | ||
apiPages.push(page); | ||
} | ||
else if ((appPathRoutesManifest?.[`${normalizedPathname}/page`] || | ||
appPathRoutesManifest?.[`${normalizedPathname}/route`]) && | ||
lambdaAppPaths[page]) { | ||
appRouterPages.push(page); | ||
} | ||
else { | ||
@@ -196,0 +194,0 @@ nonApiPages.push(page); |
{ | ||
"name": "@vercel/next", | ||
"version": "3.8.4", | ||
"version": "3.8.5", | ||
"license": "Apache-2.0", | ||
@@ -29,3 +29,3 @@ "main": "./dist/index", | ||
"@types/webpack-sources": "3.2.0", | ||
"@vercel/build-utils": "6.7.2", | ||
"@vercel/build-utils": "6.7.3", | ||
"@vercel/nft": "0.22.5", | ||
@@ -32,0 +32,0 @@ "@vercel/routing-utils": "2.2.1", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1704756
45003