@vercel/build-utils 2.12.3-canary.25 → 2.12.3-canary.26

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.
@@ -38,6 +38,9 @@ function convertRuntimeToPlugin(buildRuntime, ext) {
38
38
  includeFiles: config.includeFiles,
39
39
  excludeFiles: config.excludeFiles,
40
40
  },
41
+ meta: {
42
+ avoidTopLevelInstall: true,
43
+ },
41
44
  });
42
45
  pages[entrypoint] = {
43
46
  handler: output.handler,
package/dist/index.js CHANGED
@@ -32315,6 +32315,9 @@ function convertRuntimeToPlugin(buildRuntime, ext) {
32315
32315
  includeFiles: config.includeFiles,
32316
32316
  excludeFiles: config.excludeFiles,
32317
32317
  },
32318
+ meta: {
32319
+ avoidTopLevelInstall: true,
32320
+ },
32318
32321
  });
32319
32322
  pages[entrypoint] = {
32320
32323
  handler: output.handler,
package/dist/types.d.ts CHANGED
@@ -51,6 +51,7 @@ export interface Meta {
51
51
  filesRemoved?: string[];
52
52
  env?: Env;
53
53
  buildEnv?: Env;
54
+ avoidTopLevelInstall?: boolean;
54
55
  }
55
56
  export interface AnalyzeOptions {
56
57
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/build-utils",
3
- "version": "2.12.3-canary.25",
3
+ "version": "2.12.3-canary.26",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.js",
@@ -30,7 +30,7 @@
30
30
  "@types/node-fetch": "^2.1.6",
31
31
  "@types/semver": "6.0.0",
32
32
  "@types/yazl": "^2.4.1",
33
- "@vercel/frameworks": "0.5.1-canary.15",
33
+ "@vercel/frameworks": "0.5.1-canary.16",
34
34
  "@vercel/ncc": "0.24.0",
35
35
  "aggregate-error": "3.0.1",
36
36
  "async-retry": "1.2.3",
@@ -49,5 +49,5 @@
49
49
  "typescript": "4.3.4",
50
50
  "yazl": "2.4.3"
51
51
  },
52
- "gitHead": "6b865ff753ad0e51b284dac173e7e32953de3298"
52
+ "gitHead": "1202ff7b2b8a821c6404a86baa12996f3078ed36"
53
53
  }