@vercel/next 4.3.2 → 4.3.3
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.
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
@@ -16887,7 +16887,7 @@ var diagnostics = async ({
|
|
16887
16887
|
return {
|
16888
16888
|
// Collect output in `.next/diagnostics`
|
16889
16889
|
...await (0, import_build_utils3.glob)(
|
16890
|
-
"
|
16890
|
+
"*",
|
16891
16891
|
import_path5.default.join(basePath, diagnosticsEntrypoint, outputDirectory, "diagnostics")
|
16892
16892
|
),
|
16893
16893
|
// Collect `.next/trace` file
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vercel/next",
|
3
|
-
"version": "4.3.
|
3
|
+
"version": "4.3.3",
|
4
4
|
"license": "Apache-2.0",
|
5
5
|
"main": "./dist/index",
|
6
6
|
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
|
@@ -13,7 +13,7 @@
|
|
13
13
|
"dist"
|
14
14
|
],
|
15
15
|
"dependencies": {
|
16
|
-
"@vercel/nft": "0.27.
|
16
|
+
"@vercel/nft": "0.27.3"
|
17
17
|
},
|
18
18
|
"devDependencies": {
|
19
19
|
"@types/aws-lambda": "8.10.19",
|