@vercel/build-utils 2.14.1-canary.0 → 2.14.1-canary.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.
@@ -30,4 +30,4 @@ ncc: Using typescript@4.3.4 (local user-provided)
30
30
  4kB dist/main/fs/run-user-scripts.d.ts
31
31
  10kB dist/main/types.d.ts
32
32
  1231kB dist/main/index.js
33
- 1259kB [7510ms] - ncc 0.24.0
33
+ 1259kB [9313ms] - ncc 0.24.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/build-utils",
3
- "version": "2.14.1-canary.0",
3
+ "version": "2.14.1-canary.1",
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.6.1-canary.0",
33
+ "@vercel/frameworks": "0.6.1-canary.1",
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": "04029013a60ed96c86ed369990cef6dd284d1724"
52
+ "gitHead": "0351f02dff357a396f581e11dd06a72619dbcfb1"
53
53
  }