@vercel/node 5.5.18 → 5.5.19

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 +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -70428,7 +70428,7 @@ async function downloadInstallAndBundle({
70428
70428
  }) {
70429
70429
  const downloadedFiles = await (0, import_build_utils3.download)(files, workPath, meta);
70430
70430
  const entrypointFsDirname = (0, import_path3.join)(workPath, (0, import_path3.dirname)(entrypoint));
70431
- const nodeVersion = await (0, import_build_utils3.getNodeVersion)(
70431
+ const nodeVersion = await (0, import_build_utils3.getRuntimeNodeVersion)(
70432
70432
  entrypointFsDirname,
70433
70433
  void 0,
70434
70434
  config,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/node",
3
- "version": "5.5.18",
3
+ "version": "5.5.19",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index",
6
6
  "homepage": "https://vercel.com/docs/runtimes#official-runtimes/node-js",
@@ -33,9 +33,9 @@
33
33
  "typescript": "4.9.5",
34
34
  "typescript5": "npm:typescript@5.9.3",
35
35
  "undici": "5.28.4",
36
- "@vercel/build-utils": "13.2.6",
36
+ "@vercel/static-config": "3.1.2",
37
37
  "@vercel/error-utils": "2.0.3",
38
- "@vercel/static-config": "3.1.2"
38
+ "@vercel/build-utils": "13.2.7"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@babel/core": "7.24.4",