vercel 47.0.4 → 47.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.
- package/dist/index.js +10 -0
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -119088,6 +119088,16 @@ var require_detect_builders = __commonJS2({
|
|
|
119088
119088
|
builders.push(...apiBuilders);
|
|
119089
119089
|
}
|
|
119090
119090
|
if (frontendBuilder) {
|
|
119091
|
+
if (frontendBuilder?.use === "@vercel/express") {
|
|
119092
|
+
builders.push({
|
|
119093
|
+
src: "public/**/*",
|
|
119094
|
+
use: "@vercel/static",
|
|
119095
|
+
config: {
|
|
119096
|
+
zeroConfig: true,
|
|
119097
|
+
outputDirectory: "public"
|
|
119098
|
+
}
|
|
119099
|
+
});
|
|
119100
|
+
}
|
|
119091
119101
|
builders.push(frontendBuilder);
|
|
119092
119102
|
if (hasNextApiFiles && apiBuilders.some((b) => (0, import_is_official_runtime.isOfficialRuntime)("node", b.use))) {
|
|
119093
119103
|
warnings.push({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vercel",
|
|
3
|
-
"version": "47.0.
|
|
3
|
+
"version": "47.0.5",
|
|
4
4
|
"preferGlobal": true,
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"description": "The command-line interface for Vercel",
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
"@vercel/detect-agent": "0.2.0",
|
|
27
27
|
"@vercel/fun": "1.1.6",
|
|
28
28
|
"@vercel/go": "3.2.3",
|
|
29
|
-
"@vercel/express": "0.0.
|
|
30
|
-
"@vercel/hono": "0.0.
|
|
29
|
+
"@vercel/express": "0.0.14",
|
|
30
|
+
"@vercel/hono": "0.0.22",
|
|
31
31
|
"@vercel/hydrogen": "1.2.4",
|
|
32
32
|
"@vercel/next": "4.12.4",
|
|
33
|
-
"@vercel/node": "5.3.
|
|
33
|
+
"@vercel/node": "5.3.21",
|
|
34
34
|
"@vercel/python": "5.0.0",
|
|
35
35
|
"@vercel/redwood": "2.3.6",
|
|
36
36
|
"@vercel/remix-builder": "5.4.12",
|