@vercel/redwood 2.1.13 → 2.2.0
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/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -251,7 +251,7 @@ function hasScript(scriptName, pkg) {
|
|
|
251
251
|
return typeof scripts[scriptName] === "string";
|
|
252
252
|
}
|
|
253
253
|
var prepareCache = ({ repoRootPath, workPath }) => {
|
|
254
|
-
return (0, import_build_utils.glob)(
|
|
254
|
+
return (0, import_build_utils.glob)(import_build_utils.defaultCachePathGlob, repoRootPath || workPath);
|
|
255
255
|
};
|
|
256
256
|
// Annotate the CommonJS export names for ESM import in node:
|
|
257
257
|
0 && (module.exports = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/redwood",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://vercel.com/docs",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@vercel/nft": "0.27.10",
|
|
17
|
-
"@vercel/routing-utils": "5.0.
|
|
17
|
+
"@vercel/routing-utils": "5.0.2",
|
|
18
18
|
"@vercel/static-config": "3.0.0",
|
|
19
19
|
"semver": "6.3.1",
|
|
20
20
|
"ts-morph": "12.0.0"
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@types/aws-lambda": "8.10.19",
|
|
24
24
|
"@types/node": "14.18.33",
|
|
25
25
|
"@types/semver": "6.0.0",
|
|
26
|
-
"@vercel/build-utils": "9.
|
|
26
|
+
"@vercel/build-utils": "9.2.0",
|
|
27
27
|
"execa": "3.2.0",
|
|
28
28
|
"fs-extra": "11.1.0",
|
|
29
29
|
"jest-junit": "16.0.0"
|