@vercel/build-utils 3.1.0 → 3.1.1-canary.0

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
@@ -289,6 +289,7 @@ export interface ProjectSettings {
289
289
  buildCommand?: string | null;
290
290
  outputDirectory?: string | null;
291
291
  rootDirectory?: string | null;
292
+ nodeVersion?: string;
292
293
  createdAt?: number;
293
294
  autoExposeSystemEnvs?: boolean;
294
295
  sourceFilesOutsideRootDirectory?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/build-utils",
3
- "version": "3.1.0",
3
+ "version": "3.1.1-canary.0",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.js",
@@ -50,5 +50,5 @@
50
50
  "typescript": "4.3.4",
51
51
  "yazl": "2.5.1"
52
52
  },
53
- "gitHead": "6e8935883b874d68499283e7a3081a1e2824cbee"
53
+ "gitHead": "e829ce47c356a06564551349e771b457ea95ac74"
54
54
  }