@vercel/node 3.0.3 → 3.0.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.
@@ -96,7 +96,6 @@ export async function createServerlessEventHandler(entrypointPath, options) {
96
96
  if (contentEncoding) {
97
97
  body = compress(body, contentEncoding);
98
98
  const clonedHeaders = [];
99
- console.log(response.headers.entries());
100
99
  for (const [key, value] of response.headers.entries()) {
101
100
  if (key !== 'transfer-encoding') {
102
101
  // transfer-encoding is only for streaming response
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/node",
3
- "version": "3.0.3",
3
+ "version": "3.0.5",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index",
6
6
  "homepage": "https://vercel.com/docs/runtimes#official-runtimes/node-js",
@@ -13,16 +13,16 @@
13
13
  "dist"
14
14
  ],
15
15
  "dependencies": {
16
- "@edge-runtime/node-utils": "2.2.0",
17
- "@edge-runtime/primitives": "3.1.0",
18
- "@edge-runtime/vm": "3.1.0",
16
+ "@edge-runtime/node-utils": "2.2.1",
17
+ "@edge-runtime/primitives": "3.1.1",
18
+ "@edge-runtime/vm": "3.1.1",
19
19
  "@types/node": "14.18.33",
20
- "@vercel/build-utils": "7.1.0",
20
+ "@vercel/build-utils": "7.2.0",
21
21
  "@vercel/error-utils": "2.0.1",
22
22
  "@vercel/static-config": "3.0.0",
23
23
  "async-listen": "3.0.0",
24
24
  "content-type": "1.0.5",
25
- "edge-runtime": "2.5.0",
25
+ "edge-runtime": "2.5.1",
26
26
  "esbuild": "0.14.47",
27
27
  "exit-hook": "2.2.1",
28
28
  "node-fetch": "2.6.9",