@vercel/build-utils 5.6.0 → 5.7.1

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 +3 -0
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -376,6 +376,9 @@ export interface BuildResultV2Typical {
376
376
  domain: string;
377
377
  value: string;
378
378
  }>;
379
+ framework?: {
380
+ version: string;
381
+ };
379
382
  }
380
383
  export declare type BuildResultV2 = BuildResultV2Typical | BuildResultBuildOutput;
381
384
  export interface BuildResultV3 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/build-utils",
3
- "version": "5.6.0",
3
+ "version": "5.7.1",
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": "a19447f9cdc8c7be8aa3646dfb441dd9469d2ed3"
50
+ "gitHead": "4484c134487214af68bc97da322688ec027db532"
51
51
  }