@vercel/node 3.0.15 → 3.0.16

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 +0 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -105426,8 +105426,6 @@ var build = async ({
105426
105426
  entrypoint: handler,
105427
105427
  files: preparedFiles,
105428
105428
  regions: staticConfig?.regions,
105429
- // TODO: remove - these two properties should not be required
105430
- name: outputPath,
105431
105429
  deploymentTarget: "v8-worker"
105432
105430
  });
105433
105431
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/node",
3
- "version": "3.0.15",
3
+ "version": "3.0.16",
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.0.5",
18
18
  "@edge-runtime/vm": "3.1.7",
19
19
  "@types/node": "14.18.33",
20
- "@vercel/build-utils": "7.4.1",
20
+ "@vercel/build-utils": "7.5.0",
21
21
  "@vercel/error-utils": "2.0.2",
22
22
  "@vercel/nft": "0.26.2",
23
23
  "@vercel/static-config": "3.0.0",