@vercel/next
Advanced tools
Comparing version 2.6.30 to 2.6.31-canary.0
@@ -555,2 +555,3 @@ "use strict"; | ||
omittedRoutes: [], | ||
notFoundRoutes: [], | ||
}; | ||
@@ -569,2 +570,3 @@ } | ||
omittedRoutes: [], | ||
notFoundRoutes: [], | ||
}; | ||
@@ -610,3 +612,7 @@ routes.forEach(route => { | ||
omittedRoutes: [], | ||
notFoundRoutes: [], | ||
}; | ||
if (manifest.notFoundRoutes) { | ||
ret.notFoundRoutes.push(...manifest.notFoundRoutes); | ||
} | ||
routes.forEach(route => { | ||
@@ -654,2 +660,3 @@ const { initialRevalidateSeconds, dataRoute, srcRoute, } = manifest.routes[route]; | ||
omittedRoutes: [], | ||
notFoundRoutes: [], | ||
}; | ||
@@ -656,0 +663,0 @@ } |
{ | ||
"name": "@vercel/next", | ||
"version": "2.6.30", | ||
"version": "2.6.31-canary.0", | ||
"license": "MIT", | ||
@@ -43,3 +43,3 @@ "main": "./dist/index", | ||
}, | ||
"gitHead": "fd5d3b2921f1d26ffff782e975e01fff209adf47" | ||
"gitHead": "8b5a2aa44f4ccca617e416bb33a242d5f000d274" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1480056
40540
1