@vercel/next 4.4.5 → 4.5.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 +4 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -17519,6 +17519,10 @@ var prepareCache = async ({
17519
17519
  ...await (0, import_build_utils3.glob)(
17520
17520
  import_path5.default.join(cacheEntrypoint, outputDirectory, "cache/**"),
17521
17521
  cacheBasePath
17522
+ ),
17523
+ ...await (0, import_build_utils3.glob)(
17524
+ isMonorepo ? "**/.yarn/cache/**" : import_path5.default.join(cacheEntrypoint, ".yarn/cache/**"),
17525
+ cacheBasePath
17522
17526
  )
17523
17527
  };
17524
17528
  (0, import_build_utils3.debug)("Cache file manifest produced");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/next",
3
- "version": "4.4.5",
3
+ "version": "4.5.0",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index",
6
6
  "homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
@@ -30,7 +30,7 @@
30
30
  "@types/semver": "6.0.0",
31
31
  "@types/text-table": "0.2.1",
32
32
  "@types/webpack-sources": "3.2.0",
33
- "@vercel/build-utils": "9.1.1",
33
+ "@vercel/build-utils": "9.2.0",
34
34
  "@vercel/routing-utils": "5.0.2",
35
35
  "async-sema": "3.0.1",
36
36
  "buffer-crc32": "0.2.13",