@vercel/redwood 2.1.14 → 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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
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)("**/node_modules/**", repoRootPath || workPath);
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.1.14",
3
+ "version": "2.2.0",
4
4
  "main": "./dist/index.js",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://vercel.com/docs",
@@ -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.1.1",
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"