@vercel/fs-detectors 5.5.7 → 5.6.0

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.
@@ -236,7 +236,7 @@ async function detectBuilders(files, pkg, options = {}) {
236
236
  builders.push(...apiBuilders);
237
237
  }
238
238
  if (frontendBuilder) {
239
- if (frontendBuilder?.use === "@vercel/express" || frontendBuilder?.use === "@vercel/hono") {
239
+ if (frontendBuilder?.use === "@vercel/express" || frontendBuilder?.use === "@vercel/hono" || frontendBuilder?.use === "@vercel/python") {
240
240
  builders.push({
241
241
  src: "public/**/*",
242
242
  use: "@vercel/static",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/fs-detectors",
3
- "version": "5.5.7",
3
+ "version": "5.6.0",
4
4
  "description": "Vercel filesystem detectors",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -15,8 +15,8 @@
15
15
  "license": "Apache-2.0",
16
16
  "dependencies": {
17
17
  "@vercel/error-utils": "2.0.3",
18
- "@vercel/frameworks": "3.9.3",
19
- "@vercel/routing-utils": "5.1.1",
18
+ "@vercel/frameworks": "3.11.0",
19
+ "@vercel/routing-utils": "5.2.0",
20
20
  "glob": "8.0.3",
21
21
  "js-yaml": "4.1.0",
22
22
  "json5": "2.2.2",