@vercel/node 5.1.16 → 5.2.0

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 -0
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -70089,6 +70089,7 @@ var build = async ({
70089
70089
  output = new import_build_utils3.NodejsLambda({
70090
70090
  files: preparedFiles,
70091
70091
  handler,
70092
+ architecture: staticConfig?.architecture,
70092
70093
  runtime: nodeVersion.runtime,
70093
70094
  shouldAddHelpers,
70094
70095
  shouldAddSourcemapSupport,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/node",
3
- "version": "5.1.16",
3
+ "version": "5.2.0",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index",
6
6
  "homepage": "https://vercel.com/docs/runtimes#official-runtimes/node-js",
@@ -17,10 +17,10 @@
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": "10.5.1",
20
+ "@vercel/build-utils": "10.6.0",
21
21
  "@vercel/error-utils": "2.0.3",
22
22
  "@vercel/nft": "0.29.2",
23
- "@vercel/static-config": "3.0.0",
23
+ "@vercel/static-config": "3.1.0",
24
24
  "async-listen": "3.0.0",
25
25
  "cjs-module-lexer": "1.2.3",
26
26
  "edge-runtime": "2.5.9",
@@ -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.0.3"
60
+ "@vercel/functions": "2.1.0"
61
61
  },
62
62
  "scripts": {
63
63
  "build": "node build.mjs",