@vercel/node 5.3.17 → 5.3.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 +3 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -69658,7 +69658,9 @@ function fixConfig(config, nodeVersionMajor = 12) {
69658
69658
  config.compilerOptions.esModuleInterop = true;
69659
69659
  }
69660
69660
  if (config.compilerOptions.module === void 0) {
69661
- config.compilerOptions.module = "CommonJS";
69661
+ config.compilerOptions.module = "NodeNext";
69662
+ config.compilerOptions.moduleResolution = "NodeNext";
69663
+ config.compilerOptions.strict = false;
69662
69664
  }
69663
69665
  return config;
69664
69666
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/node",
3
- "version": "5.3.17",
3
+ "version": "5.3.19",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index",
6
6
  "homepage": "https://vercel.com/docs/runtimes#official-runtimes/node-js",
@@ -17,7 +17,7 @@
17
17
  "@edge-runtime/primitives": "4.1.0",
18
18
  "@edge-runtime/vm": "3.2.0",
19
19
  "@types/node": "16.18.11",
20
- "@vercel/build-utils": "11.0.2",
20
+ "@vercel/build-utils": "12.0.0",
21
21
  "@vercel/error-utils": "2.0.3",
22
22
  "@vercel/nft": "0.30.1",
23
23
  "@vercel/static-config": "3.1.2",
@@ -57,7 +57,7 @@
57
57
  "tree-kill": "1.2.2",
58
58
  "vite": "^5.1.6",
59
59
  "vitest": "^2.0.1",
60
- "@vercel/functions": "2.2.13"
60
+ "@vercel/functions": "3.0.0"
61
61
  },
62
62
  "scripts": {
63
63
  "build": "node build.mjs",