@vercel/hydrogen 1.0.11 → 1.1.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
@@ -165,7 +165,7 @@ function hasScript(scriptName, pkg) {
165
165
  // src/prepare-cache.ts
166
166
  var import_build_utils2 = require("@vercel/build-utils");
167
167
  var prepareCache = ({ repoRootPath, workPath }) => {
168
- return (0, import_build_utils2.glob)("**/node_modules/**", repoRootPath || workPath);
168
+ return (0, import_build_utils2.glob)(import_build_utils2.defaultCachePathGlob, repoRootPath || workPath);
169
169
  };
170
170
 
171
171
  // src/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/hydrogen",
3
- "version": "1.0.11",
3
+ "version": "1.1.0",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index.js",
6
6
  "homepage": "https://vercel.com/docs",
@@ -20,7 +20,7 @@
20
20
  "devDependencies": {
21
21
  "@types/jest": "27.5.1",
22
22
  "@types/node": "14.18.33",
23
- "@vercel/build-utils": "9.0.1",
23
+ "@vercel/build-utils": "9.2.0",
24
24
  "execa": "3.2.0",
25
25
  "fs-extra": "11.1.0",
26
26
  "jest-junit": "16.0.0"