@vercel/static-build 2.11.5 → 2.11.6
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 +3 -0
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -22967,6 +22967,9 @@ var require_utils4 = __commonJS({
|
|
|
22967
22967
|
}
|
|
22968
22968
|
}
|
|
22969
22969
|
if (config.entrypoint) {
|
|
22970
|
+
if (config.entrypoint === "pyproject.toml" || config.entrypoint.endsWith("/pyproject.toml")) {
|
|
22971
|
+
return "python";
|
|
22972
|
+
}
|
|
22970
22973
|
for (const [ext, runtime] of Object.entries(import_types.ENTRYPOINT_EXTENSIONS)) {
|
|
22971
22974
|
if (config.entrypoint.endsWith(ext)) {
|
|
22972
22975
|
return runtime;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/static-build",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.6",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "./dist/index",
|
|
6
6
|
"homepage": "https://vercel.com/docs/build-step",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"ts-morph": "12.0.0",
|
|
17
17
|
"@vercel/gatsby-plugin-vercel-analytics": "1.0.11",
|
|
18
|
-
"@vercel/gatsby-plugin-vercel-builder": "2.2.
|
|
18
|
+
"@vercel/gatsby-plugin-vercel-builder": "2.2.26",
|
|
19
19
|
"@vercel/static-config": "3.4.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"semver": "7.5.2",
|
|
38
38
|
"tree-kill": "1.2.2",
|
|
39
39
|
"vitest": "2.0.3",
|
|
40
|
-
"@vercel/build-utils": "13.32.3",
|
|
41
|
-
"@vercel/frameworks": "3.30.6",
|
|
42
40
|
"@vercel/error-utils": "2.2.0",
|
|
43
|
-
"@vercel/
|
|
41
|
+
"@vercel/build-utils": "13.33.0",
|
|
42
|
+
"@vercel/frameworks": "3.30.6",
|
|
43
|
+
"@vercel/fs-detectors": "6.13.0",
|
|
44
44
|
"@vercel/routing-utils": "6.4.0"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|