@vercel/static-build 2.5.16 → 2.5.18
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 +43 -0
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -10141,6 +10141,49 @@ var require_frameworks = __commonJS({
|
|
|
10141
10141
|
}
|
|
10142
10142
|
]
|
|
10143
10143
|
},
|
|
10144
|
+
{
|
|
10145
|
+
name: "FastHTML (Experimental)",
|
|
10146
|
+
slug: "fasthtml",
|
|
10147
|
+
demo: "https://fasthtml-template.vercel.app",
|
|
10148
|
+
logo: "https://api-frameworks.vercel.sh/framework-logos/fasthtml.png",
|
|
10149
|
+
darkModeLogo: "https://api-frameworks.vercel.sh/framework-logos/fasthtml-dark.png",
|
|
10150
|
+
tagline: "The fastest way to create an HTML app",
|
|
10151
|
+
description: "A library for writing fast and scalable Starlette-powered web applications",
|
|
10152
|
+
website: "https://fastht.ml",
|
|
10153
|
+
useRuntime: { src: "main.py", use: "@vercel/python" },
|
|
10154
|
+
detectors: {
|
|
10155
|
+
every: [
|
|
10156
|
+
{
|
|
10157
|
+
path: "main.py"
|
|
10158
|
+
}
|
|
10159
|
+
]
|
|
10160
|
+
},
|
|
10161
|
+
settings: {
|
|
10162
|
+
installCommand: {
|
|
10163
|
+
placeholder: "`pip install`"
|
|
10164
|
+
},
|
|
10165
|
+
buildCommand: {
|
|
10166
|
+
placeholder: "None",
|
|
10167
|
+
value: null
|
|
10168
|
+
},
|
|
10169
|
+
devCommand: {
|
|
10170
|
+
value: "uvicorn main:app --reload"
|
|
10171
|
+
},
|
|
10172
|
+
outputDirectory: {
|
|
10173
|
+
value: "N/A"
|
|
10174
|
+
}
|
|
10175
|
+
},
|
|
10176
|
+
getOutputDirName: async () => "",
|
|
10177
|
+
defaultRoutes: [
|
|
10178
|
+
{
|
|
10179
|
+
handle: "filesystem"
|
|
10180
|
+
},
|
|
10181
|
+
{
|
|
10182
|
+
src: "/(.*)",
|
|
10183
|
+
dest: "/main"
|
|
10184
|
+
}
|
|
10185
|
+
]
|
|
10186
|
+
},
|
|
10144
10187
|
{
|
|
10145
10188
|
name: "Sanity",
|
|
10146
10189
|
slug: "sanity",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/static-build",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.18",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "./dist/index",
|
|
6
6
|
"homepage": "https://vercel.com/docs/build-step",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@vercel/gatsby-plugin-vercel-analytics": "1.0.11",
|
|
17
|
-
"@vercel/gatsby-plugin-vercel-builder": "2.0.
|
|
17
|
+
"@vercel/gatsby-plugin-vercel-builder": "2.0.40",
|
|
18
18
|
"@vercel/static-config": "3.0.0",
|
|
19
19
|
"ts-morph": "12.0.0"
|
|
20
20
|
},
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"@types/node-fetch": "2.5.4",
|
|
29
29
|
"@types/promise-timeout": "1.3.0",
|
|
30
30
|
"@types/semver": "7.3.13",
|
|
31
|
-
"@vercel/build-utils": "8.3.
|
|
31
|
+
"@vercel/build-utils": "8.3.6",
|
|
32
32
|
"@vercel/error-utils": "2.0.2",
|
|
33
|
-
"@vercel/frameworks": "3.
|
|
34
|
-
"@vercel/fs-detectors": "5.2.
|
|
33
|
+
"@vercel/frameworks": "3.1.1",
|
|
34
|
+
"@vercel/fs-detectors": "5.2.7",
|
|
35
35
|
"@vercel/routing-utils": "3.1.0",
|
|
36
36
|
"execa": "3.2.0",
|
|
37
37
|
"fs-extra": "10.0.0",
|