vercel 47.1.2 → 47.1.4

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 +9 -1
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -116286,10 +116286,18 @@ var require_frameworks = __commonJS2({
116286
116286
  website: "https://fastapi.tiangolo.com",
116287
116287
  useRuntime: { src: "main.py", use: "@vercel/python" },
116288
116288
  detectors: {
116289
- every: [
116289
+ some: [
116290
116290
  {
116291
116291
  path: "requirements.txt",
116292
116292
  matchContent: "fastapi"
116293
+ },
116294
+ {
116295
+ path: "pyproject.toml",
116296
+ matchContent: "fastapi"
116297
+ },
116298
+ {
116299
+ path: "Pipfile",
116300
+ matchContent: "fastapi"
116293
116301
  }
116294
116302
  ]
116295
116303
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel",
3
- "version": "47.1.2",
3
+ "version": "47.1.4",
4
4
  "preferGlobal": true,
5
5
  "license": "Apache-2.0",
6
6
  "description": "The command-line interface for Vercel",
@@ -31,7 +31,7 @@
31
31
  "@vercel/hydrogen": "1.2.4",
32
32
  "@vercel/next": "4.12.4",
33
33
  "@vercel/node": "5.3.22",
34
- "@vercel/python": "5.0.1",
34
+ "@vercel/python": "5.0.3",
35
35
  "@vercel/redwood": "2.3.6",
36
36
  "@vercel/remix-builder": "5.4.12",
37
37
  "@vercel/ruby": "2.2.1",
@@ -85,8 +85,8 @@
85
85
  "@vercel/client": "16.0.1",
86
86
  "@vercel/detect-agent": "0.2.0",
87
87
  "@vercel/error-utils": "2.0.3",
88
- "@vercel/frameworks": "3.8.4",
89
- "@vercel/fs-detectors": "5.5.2",
88
+ "@vercel/frameworks": "3.8.5",
89
+ "@vercel/fs-detectors": "5.5.3",
90
90
  "@vercel/routing-utils": "5.1.1",
91
91
  "@vitest/expect": "2.1.3",
92
92
  "ajv": "6.12.3",
@@ -166,8 +166,8 @@
166
166
  "write-json-file": "2.2.0",
167
167
  "xdg-app-paths": "5.1.0",
168
168
  "yauzl-promise": "2.1.3",
169
- "@vercel-internals/get-package-json": "1.0.0",
170
169
  "@vercel-internals/constants": "1.0.4",
170
+ "@vercel-internals/get-package-json": "1.0.0",
171
171
  "@vercel-internals/types": "3.0.6"
172
172
  },
173
173
  "scripts": {