@vercel/build-utils 2.15.2-canary.1 → 2.15.2-canary.2

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -0
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -294,6 +294,7 @@ export interface ProjectSettings {
294
294
  sourceFilesOutsideRootDirectory?: boolean;
295
295
  directoryListing?: boolean;
296
296
  gitForkProtection?: boolean;
297
+ commandForIgnoringBuildStep?: string | null;
297
298
  }
298
299
  export interface BuilderV2 {
299
300
  version: 2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/build-utils",
3
- "version": "2.15.2-canary.1",
3
+ "version": "2.15.2-canary.2",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.js",
@@ -49,5 +49,5 @@
49
49
  "typescript": "4.3.4",
50
50
  "yazl": "2.4.3"
51
51
  },
52
- "gitHead": "71b83d5587b549a1458697b50596a5534cb783d3"
52
+ "gitHead": "b61f049f1186ccc804cea35bcf61d16583ed6ca2"
53
53
  }