@vercel/node 5.8.3 → 5.8.5
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 +4 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -112141,6 +112141,7 @@ var build = async ({
|
|
|
112141
112141
|
repoRootPath,
|
|
112142
112142
|
config = {},
|
|
112143
112143
|
meta = {},
|
|
112144
|
+
service,
|
|
112144
112145
|
considerBuildCommand = false,
|
|
112145
112146
|
entrypointCallback,
|
|
112146
112147
|
checks = () => {
|
|
@@ -112358,7 +112359,9 @@ var build = async ({
|
|
|
112358
112359
|
nodeVersion,
|
|
112359
112360
|
cliType,
|
|
112360
112361
|
lockfilePath,
|
|
112361
|
-
lockfileVersion
|
|
112362
|
+
lockfileVersion,
|
|
112363
|
+
framework: config.framework ?? void 0,
|
|
112364
|
+
serviceType: service ? (0, import_build_utils5.getReportedServiceType)(service) : void 0
|
|
112362
112365
|
});
|
|
112363
112366
|
} catch (err) {
|
|
112364
112367
|
(0, import_build_utils5.debug)(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/node",
|
|
3
|
-
"version": "5.8.
|
|
3
|
+
"version": "5.8.5",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "./dist/index",
|
|
6
6
|
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/node-js",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"tsx": "4.21.0",
|
|
33
33
|
"typescript": "npm:typescript@5.9.3",
|
|
34
34
|
"undici": "5.28.4",
|
|
35
|
-
"@vercel/build-utils": "13.26.
|
|
36
|
-
"@vercel/
|
|
37
|
-
"@vercel/
|
|
35
|
+
"@vercel/build-utils": "13.26.2",
|
|
36
|
+
"@vercel/static-config": "3.3.0",
|
|
37
|
+
"@vercel/error-utils": "2.1.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@babel/core": "7.24.4",
|