@vercel/build-utils 5.3.1 → 5.3.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 +0 -1
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -297,7 +297,6 @@ export interface ProjectSettings {
297
297
  directoryListing?: boolean;
298
298
  gitForkProtection?: boolean;
299
299
  commandForIgnoringBuildStep?: string | null;
300
- skipGitConnectDuringLink?: boolean;
301
300
  }
302
301
  export interface BuilderV2 {
303
302
  version: 2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/build-utils",
3
- "version": "5.3.1",
3
+ "version": "5.3.2",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.js",
@@ -47,5 +47,5 @@
47
47
  "typescript": "4.3.4",
48
48
  "yazl": "2.5.1"
49
49
  },
50
- "gitHead": "b52d01f809b80734ed1ab61df82f299f11a04720"
50
+ "gitHead": "6700630feb23bdb4e94ea727911a9e10aa546361"
51
51
  }