@vercel/next
Advanced tools
Comparing version 2.5.5-canary.5 to 2.5.5-canary.6
@@ -14,3 +14,3 @@ "use strict"; | ||
const resolve_from_1 = __importDefault(require("resolve-from")); | ||
const build_utils_1 = require("@now/build-utils"); | ||
const build_utils_1 = require("@vercel/build-utils"); | ||
// Identify /[param]/ in route string | ||
@@ -31,3 +31,3 @@ // eslint-disable-next-line no-useless-escape | ||
throw new build_utils_1.NowBuildError({ | ||
message: 'Specified "src" for "@now/next" has to be "package.json" or "next.config.js"', | ||
message: 'Specified "src" for "@vercel/next" has to be "package.json" or "next.config.js"', | ||
code: 'NOW_NEXT_INCORRECT_SRC', | ||
@@ -278,4 +278,4 @@ }); | ||
throw new build_utils_1.NowBuildError({ | ||
message: 'This version of `@now/next` does not support the version of Next.js you are trying to deploy.\n' + | ||
'Please upgrade your `@now/next` builder and try again. Contact support if this continues to happen.', | ||
message: 'This version of `@vercel/next` does not support the version of Next.js you are trying to deploy.\n' + | ||
'Please upgrade your `@vercel/next` builder and try again. Contact support if this continues to happen.', | ||
code: 'NOW_NEXT_VERSION_UPGRADE', | ||
@@ -282,0 +282,0 @@ }); |
{ | ||
"name": "@vercel/next", | ||
"version": "2.5.5-canary.5", | ||
"version": "2.5.5-canary.6", | ||
"license": "MIT", | ||
@@ -9,3 +9,3 @@ "main": "./dist/index", | ||
"build": "./build.sh", | ||
"test-integration-once": "jest --env node --verbose --runInBand", | ||
"test-integration-once": "jest --env node --verbose --runInBand --bail", | ||
"prepublishOnly": "./build.sh" | ||
@@ -39,3 +39,4 @@ }, | ||
"yazl": "https://github.com/ijjk/yazl#70949c55b482647669ce37023017b1514c42b33c" | ||
} | ||
}, | ||
"gitHead": "898478d1e1712a761c6e87878ef6831c2a793767" | ||
} |
Sorry, the diff of this file is too big to display
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
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
1344712
10
1
6