@vercel/backends 0.0.3 → 0.0.4
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 +5 -0
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -53687,6 +53687,11 @@ var require_dist$1 = /* @__PURE__ */ __commonJS$1({ "../build-utils/dist/index.j
|
|
|
53687
53687
|
runtime: "bun1.x"
|
|
53688
53688
|
})];
|
|
53689
53689
|
function getOptions() {
|
|
53690
|
+
if (process.env.VERCEL_ALLOW_NODEJS_24 === "1") return [new NodeVersion({
|
|
53691
|
+
major: 24,
|
|
53692
|
+
range: "24.x",
|
|
53693
|
+
runtime: "nodejs24.x"
|
|
53694
|
+
}), ...NODE_VERSIONS];
|
|
53690
53695
|
return NODE_VERSIONS;
|
|
53691
53696
|
}
|
|
53692
53697
|
function isNodeVersionAvailable(version$1) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/backends",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"homepage": "https://vercel.com/docs",
|
|
@@ -41,19 +41,19 @@
|
|
|
41
41
|
"path-to-regexp": "8.3.0",
|
|
42
42
|
"rolldown": "1.0.0-beta.35",
|
|
43
43
|
"ts-morph": "12.0.0",
|
|
44
|
-
"tsdown": "0.15.6",
|
|
45
44
|
"zod": "3.22.4",
|
|
46
|
-
"@vercel/cervel": "0.0.
|
|
45
|
+
"@vercel/cervel": "0.0.3"
|
|
47
46
|
},
|
|
48
47
|
"devDependencies": {
|
|
49
48
|
"@types/express": "5.0.3",
|
|
50
49
|
"@types/fs-extra": "11",
|
|
51
50
|
"@types/jest": "27.5.1",
|
|
52
51
|
"@types/node": "22",
|
|
53
|
-
"@vercel/build-utils": "12.2.
|
|
52
|
+
"@vercel/build-utils": "12.2.2",
|
|
54
53
|
"execa": "3.2.0",
|
|
55
54
|
"hono": "4.10.1",
|
|
56
55
|
"jest-junit": "16.0.0",
|
|
56
|
+
"tsdown": "0.15.6",
|
|
57
57
|
"vite": "^5.1.6",
|
|
58
58
|
"vitest": "^2.0.1"
|
|
59
59
|
},
|