@vercel/node 5.8.7 → 5.8.9
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.
- package/dist/index.js +1 -0
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -111979,6 +111979,7 @@ async function compile2(workPath, baseDir, entrypointPath, config, meta, nodeVer
|
|
|
111979
111979
|
processCwd: workPath,
|
|
111980
111980
|
ts: true,
|
|
111981
111981
|
mixedModules: true,
|
|
111982
|
+
moduleSyncCatchall: true,
|
|
111982
111983
|
conditions,
|
|
111983
111984
|
resolve(id, parent, job, cjsResolve) {
|
|
111984
111985
|
const normalizedWasmImports = id.replace(/\.wasm\?module$/i, ".wasm");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/node",
|
|
3
|
-
"version": "5.8.
|
|
3
|
+
"version": "5.8.9",
|
|
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": "20.11.0",
|
|
20
|
-
"@vercel/nft": "1.
|
|
20
|
+
"@vercel/nft": "1.10.0",
|
|
21
21
|
"async-listen": "3.0.0",
|
|
22
22
|
"cjs-module-lexer": "1.2.3",
|
|
23
23
|
"edge-runtime": "2.5.9",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"tsx": "4.21.0",
|
|
33
33
|
"typescript": "npm:typescript@5.9.3",
|
|
34
34
|
"undici": "5.28.4",
|
|
35
|
-
"@vercel/build-utils": "13.26.
|
|
36
|
-
"@vercel/
|
|
37
|
-
"@vercel/
|
|
35
|
+
"@vercel/build-utils": "13.26.5",
|
|
36
|
+
"@vercel/static-config": "3.4.0",
|
|
37
|
+
"@vercel/error-utils": "2.1.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@babel/core": "7.24.4",
|