@vercel/fs-detectors 6.11.6 → 6.12.1

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.
@@ -228,7 +228,7 @@ async function resolveConfiguredServiceV2(name, config, fs) {
228
228
  let framework = config.framework;
229
229
  let detectedFramework = false;
230
230
  if (!framework) {
231
- const workspace = normalizedEntrypoint ? entrypointIsDirectory ? normalizedEntrypoint : import_path.posix.dirname(normalizedEntrypoint) || "." : ".";
231
+ const workspace = entrypointIsDirectory && normalizedEntrypoint ? normalizedEntrypoint : ".";
232
232
  const detection = await (0, import_resolve.detectFrameworkFromWorkspace)({
233
233
  fs: serviceFs,
234
234
  workspace,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/fs-detectors",
3
- "version": "6.11.6",
3
+ "version": "6.12.1",
4
4
  "description": "Vercel filesystem detectors",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -20,9 +20,9 @@
20
20
  "minimatch": "3.1.2",
21
21
  "semver": "6.3.1",
22
22
  "smol-toml": "1.5.2",
23
- "@vercel/build-utils": "13.32.2",
24
23
  "@vercel/error-utils": "2.2.0",
25
- "@vercel/frameworks": "3.30.5",
24
+ "@vercel/build-utils": "13.32.3",
25
+ "@vercel/frameworks": "3.30.6",
26
26
  "@vercel/routing-utils": "6.4.0"
27
27
  },
28
28
  "devDependencies": {