@vercel/remix-builder 5.1.2 → 5.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 +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -4713,8 +4713,8 @@ var prepareCache = async ({
4713
4713
  root
4714
4714
  );
4715
4715
  }
4716
- const nodeModulesFiles = await (0, import_build_utils5.glob)("**/node_modules/**", root);
4717
- return { ...nodeModulesFiles, ...cacheDirFiles };
4716
+ const defaultCacheFiles = await (0, import_build_utils5.glob)(import_build_utils5.defaultCachePathGlob, root);
4717
+ return { ...defaultCacheFiles, ...cacheDirFiles };
4718
4718
  };
4719
4719
 
4720
4720
  // src/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/remix-builder",
3
- "version": "5.1.2",
3
+ "version": "5.2.0",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index.js",
6
6
  "homepage": "https://vercel.com/docs",
@@ -24,7 +24,7 @@
24
24
  "@types/jest": "27.5.1",
25
25
  "@types/node": "14.18.33",
26
26
  "@types/semver": "7.3.13",
27
- "@vercel/build-utils": "9.1.1",
27
+ "@vercel/build-utils": "9.2.0",
28
28
  "glob": "10.3.16",
29
29
  "jest-junit": "16.0.0",
30
30
  "path-to-regexp": "6.2.1",