@vercel/node 5.6.11 → 5.6.12
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/edge-handler-template.js +0 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -70417,7 +70417,7 @@ function validateConfiguredRuntime(runtime, entrypoint) {
|
|
|
70417
70417
|
|
|
70418
70418
|
// src/build.ts
|
|
70419
70419
|
var require_2 = (0, import_module2.createRequire)(__filename);
|
|
70420
|
-
var libPathRegEx = /^node_modules|[
|
|
70420
|
+
var libPathRegEx = /^node_modules|[/\\]node_modules[/\\]/;
|
|
70421
70421
|
async function downloadInstallAndBundle({
|
|
70422
70422
|
files,
|
|
70423
70423
|
entrypoint,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/node",
|
|
3
|
-
"version": "5.6.
|
|
3
|
+
"version": "5.6.12",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "./dist/index",
|
|
6
6
|
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/node-js",
|
|
@@ -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/
|
|
35
|
+
"@vercel/build-utils": "13.7.0",
|
|
36
36
|
"@vercel/static-config": "3.1.2",
|
|
37
|
-
"@vercel/
|
|
37
|
+
"@vercel/error-utils": "2.0.3"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@babel/core": "7.24.4",
|