@vercel/redwood
Advanced tools
Comparing version 2.1.14 to 2.2.0
@@ -254,3 +254,3 @@ "use strict"; | ||
var prepareCache = ({ repoRootPath, workPath }) => { | ||
return (0, import_build_utils.glob)("**/node_modules/**", repoRootPath || workPath); | ||
return (0, import_build_utils.glob)(import_build_utils.defaultCachePathGlob, repoRootPath || workPath); | ||
}; | ||
@@ -257,0 +257,0 @@ // Annotate the CommonJS export names for ESM import in node: |
@@ -254,3 +254,3 @@ "use strict"; | ||
var prepareCache = ({ repoRootPath, workPath }) => { | ||
return (0, import_build_utils.glob)("**/node_modules/**", repoRootPath || workPath); | ||
return (0, import_build_utils.glob)(import_build_utils.defaultCachePathGlob, repoRootPath || workPath); | ||
}; | ||
@@ -257,0 +257,0 @@ // Annotate the CommonJS export names for ESM import in node: |
{ | ||
"name": "@vercel/redwood", | ||
"version": "2.1.14", | ||
"version": "2.2.0", | ||
"main": "./dist/index.js", | ||
@@ -26,3 +26,3 @@ "license": "Apache-2.0", | ||
"@types/semver": "6.0.0", | ||
"@vercel/build-utils": "9.1.1", | ||
"@vercel/build-utils": "9.2.0", | ||
"execa": "3.2.0", | ||
@@ -29,0 +29,0 @@ "fs-extra": "11.1.0", |
32630