@vercel/node 3.2.16 → 3.2.18

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.
@@ -1238,6 +1238,7 @@ process.on("message", async (m) => {
1238
1238
  await onExit();
1239
1239
  }
1240
1240
  process.exit(0);
1241
+ break;
1241
1242
  default:
1242
1243
  console.error(`unknown IPC message from parent:`, m);
1243
1244
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/node",
3
- "version": "3.2.16",
3
+ "version": "3.2.18",
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": "8.4.4",
20
+ "@vercel/build-utils": "8.4.6",
21
21
  "@vercel/error-utils": "2.0.2",
22
22
  "@vercel/nft": "0.27.3",
23
23
  "@vercel/static-config": "3.0.0",