@vercel/node 5.8.4 → 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.
Files changed (2) hide show
  1. package/dist/index.js +4 -1
  2. package/package.json +2 -2
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.4",
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,7 +32,7 @@
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.1",
35
+ "@vercel/build-utils": "13.26.2",
36
36
  "@vercel/static-config": "3.3.0",
37
37
  "@vercel/error-utils": "2.1.0"
38
38
  },