@vercel/next 4.7.9 → 4.7.10

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 +5 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -17976,6 +17976,11 @@ var diagnostics = async ({
17976
17976
  ...await (0, import_build_utils3.glob)(
17977
17977
  "trace",
17978
17978
  import_path5.default.join(basePath, diagnosticsEntrypoint, outputDirectory)
17979
+ ),
17980
+ // Collect `.next/turbopack` file
17981
+ ...await (0, import_build_utils3.glob)(
17982
+ "turbopack",
17983
+ import_path5.default.join(basePath, diagnosticsEntrypoint, outputDirectory)
17979
17984
  )
17980
17985
  };
17981
17986
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/next",
3
- "version": "4.7.9",
3
+ "version": "4.7.10",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index",
6
6
  "homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",