@vercel/next 11.0.4 → 12.0.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 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -17078,7 +17078,8 @@ More info: http://err.sh/vercel/vercel/next-functions-config-optimized-lambdas`
17078
17078
  }
17079
17079
  return {
17080
17080
  buildOutputPath: import_path6.default.join(entryPath, outputDirectory, "output"),
17081
- buildOutputVersion
17081
+ buildOutputVersion,
17082
+ framework: { slug: "nextjs", version: nextVersion }
17082
17083
  };
17083
17084
  }
17084
17085
  const absoluteOutputDirectory = import_path6.default.join(entryPath, outputDirectory);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/next",
3
- "version": "11.0.4",
3
+ "version": "12.0.0",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index",
6
6
  "homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
@@ -16,7 +16,7 @@
16
16
  "@vercel/nft": "1.10.0"
17
17
  },
18
18
  "peerDependencies": {
19
- "@vercel/build-utils": "14.9.3"
19
+ "@vercel/build-utils": "14.10.0"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@next-community/adapter-vercel": "0.0.1-beta.29",
@@ -57,7 +57,7 @@
57
57
  "vite": "6.4.3",
58
58
  "vitest": "4.1.10",
59
59
  "webpack-sources": "3.2.3",
60
- "@vercel/build-utils": "14.9.3",
60
+ "@vercel/build-utils": "14.10.0",
61
61
  "@vercel/routing-utils": "6.5.0"
62
62
  },
63
63
  "scripts": {