@vercel/build-utils 2.15.1-canary.0 → 2.15.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.
- package/dist/types.d.ts +4 -3
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
@@ -107,10 +107,11 @@ export interface PrepareCacheOptions {
|
|
107
107
|
*/
|
108
108
|
workPath: string;
|
109
109
|
/**
|
110
|
-
*
|
111
|
-
* the
|
110
|
+
* The "Root Directory" is assigned to the `workPath` so the `repoRootPath`
|
111
|
+
* is the Git Repository Root. This is only relevant for Monorepos.
|
112
|
+
* See https://vercel.com/blog/monorepos
|
112
113
|
*/
|
113
|
-
|
114
|
+
repoRootPath?: string;
|
114
115
|
/**
|
115
116
|
* An arbitrary object passed by the user in the build definition defined
|
116
117
|
* in `vercel.json`.
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vercel/build-utils",
|
3
|
-
"version": "2.15.1
|
3
|
+
"version": "2.15.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.7.1
|
33
|
+
"@vercel/frameworks": "0.7.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": "
|
52
|
+
"gitHead": "4a8504fc45092dc4a374bf7a518bd9a07f24fd41"
|
53
53
|
}
|