@vercel/build-utils
Advanced tools
Comparing version 2.2.2-canary.4 to 2.2.2-canary.6
@@ -125,3 +125,4 @@ "use strict"; | ||
!fileName.includes('/') && | ||
fileName !== 'now.json') { | ||
fileName !== 'now.json' && | ||
fileName !== 'vercel.json') { | ||
fallbackEntrypoint = fileName; | ||
@@ -128,0 +129,0 @@ } |
@@ -46,3 +46,3 @@ /// <reference types="node" /> | ||
skipDownload?: boolean; | ||
requestPath?: string | null; | ||
requestPath?: string; | ||
filesChanged?: string[]; | ||
@@ -74,3 +74,3 @@ filesRemoved?: string[]; | ||
* An arbitrary object passed by the user in the build definition defined | ||
* in `now.json`. | ||
* in `vercel.json`. | ||
*/ | ||
@@ -98,3 +98,3 @@ config: Config; | ||
* An arbitrary object passed by the user in the build definition defined | ||
* in `now.json`. | ||
* in `vercel.json`. | ||
*/ | ||
@@ -133,3 +133,3 @@ config: Config; | ||
* An arbitrary object passed by the user in the build definition defined | ||
* in `now.json`. | ||
* in `vercel.json`. | ||
*/ | ||
@@ -163,30 +163,6 @@ config: Config; | ||
* An arbitrary object passed by the user in the build definition defined | ||
* in `now.json`. | ||
* in `vercel.json`. | ||
*/ | ||
config: Config; | ||
} | ||
export interface StartDevServerOptions { | ||
/** | ||
* Name of entrypoint file for this particular build job. Value | ||
* `files[entrypoint]` is guaranteed to exist and be a valid File reference. | ||
* `entrypoint` is always a discrete file and never a glob, since globs are | ||
* expanded into separate builds at deployment time. | ||
*/ | ||
entrypoint: string; | ||
/** | ||
* A writable temporary directory where you are encouraged to perform your | ||
* build process. This directory will be populated with the restored cache. | ||
*/ | ||
workPath: string; | ||
/** | ||
* An arbitrary object passed by the user in the build definition defined | ||
* in `now.json`. | ||
*/ | ||
config: Config; | ||
/** | ||
* Runtime environment variables configuration from the project's `now.json` | ||
* and local `.env` file. | ||
*/ | ||
env: Env; | ||
} | ||
export interface StartDevServerSuccess { | ||
@@ -213,3 +189,3 @@ /** | ||
*/ | ||
export declare namespace PackageJson { | ||
declare namespace PackageJson { | ||
/** | ||
@@ -324,1 +300,2 @@ * An author or contributor | ||
} | ||
export {}; |
{ | ||
"name": "@vercel/build-utils", | ||
"version": "2.2.2-canary.4", | ||
"version": "2.2.2-canary.6", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
1208506
30231