@vercel/static-build 2.11.5 → 2.11.7

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -1
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -11498,7 +11498,6 @@ var require_frameworks = __commonJS({
11498
11498
  {
11499
11499
  name: "Services",
11500
11500
  slug: "services",
11501
- experimental: true,
11502
11501
  logo: "https://api-frameworks.vercel.sh/framework-logos/services.svg",
11503
11502
  tagline: "Multiple services deployed as serverless functions within your project.",
11504
11503
  description: "Multiple services deployed as serverless functions within your project.",
@@ -22967,6 +22966,9 @@ var require_utils4 = __commonJS({
22967
22966
  }
22968
22967
  }
22969
22968
  if (config.entrypoint) {
22969
+ if (config.entrypoint === "pyproject.toml" || config.entrypoint.endsWith("/pyproject.toml")) {
22970
+ return "python";
22971
+ }
22970
22972
  for (const [ext, runtime] of Object.entries(import_types.ENTRYPOINT_EXTENSIONS)) {
22971
22973
  if (config.entrypoint.endsWith(ext)) {
22972
22974
  return runtime;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/static-build",
3
- "version": "2.11.5",
3
+ "version": "2.11.7",
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.25",
18
+ "@vercel/gatsby-plugin-vercel-builder": "2.2.27",
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/fs-detectors": "6.12.1",
41
+ "@vercel/build-utils": "13.33.1",
42
+ "@vercel/frameworks": "3.30.7",
43
+ "@vercel/fs-detectors": "6.13.1",
44
44
  "@vercel/routing-utils": "6.4.0"
45
45
  },
46
46
  "scripts": {