vercel 41.6.1 → 41.6.2

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 +12 -3
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -46260,7 +46260,7 @@ var require_package = __commonJS2({
46260
46260
  "../client/package.json"(exports2, module2) {
46261
46261
  module2.exports = {
46262
46262
  name: "@vercel/client",
46263
- version: "15.1.6",
46263
+ version: "15.2.0",
46264
46264
  main: "dist/index.js",
46265
46265
  typings: "dist/index.d.ts",
46266
46266
  homepage: "https://vercel.com",
@@ -47320,7 +47320,8 @@ var require_utils8 = __commonJS2({
47320
47320
  async function buildFileTree2(path11, {
47321
47321
  isDirectory: isDirectory2,
47322
47322
  prebuilt,
47323
- vercelOutputDir
47323
+ vercelOutputDir,
47324
+ rootDirectory
47324
47325
  }, debug2) {
47325
47326
  const ignoreList = [];
47326
47327
  let fileList;
@@ -47353,6 +47354,14 @@ var require_utils8 = __commonJS2({
47353
47354
  }
47354
47355
  })
47355
47356
  );
47357
+ const microfrontendConfigPath = (0, import_path41.join)(
47358
+ path11,
47359
+ rootDirectory || "",
47360
+ "microfrontends.json"
47361
+ );
47362
+ if (await (0, import_fs_extra24.pathExists)(microfrontendConfigPath)) {
47363
+ refs.add(microfrontendConfigPath);
47364
+ }
47356
47365
  if (refs.size > 0) {
47357
47366
  fileList = fileList.concat(Array.from(refs));
47358
47367
  }
@@ -99095,7 +99104,7 @@ var require_frameworks = __commonJS2({
99095
99104
  getOutputDirName: async () => "public"
99096
99105
  },
99097
99106
  {
99098
- name: "SvelteKit (v1)",
99107
+ name: "SvelteKit",
99099
99108
  slug: "sveltekit-1",
99100
99109
  demo: "https://sveltekit-1-template.vercel.app",
99101
99110
  logo: "https://api-frameworks.vercel.sh/framework-logos/svelte.svg",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel",
3
- "version": "41.6.1",
3
+ "version": "41.6.2",
4
4
  "preferGlobal": true,
5
5
  "license": "Apache-2.0",
6
6
  "description": "The command-line interface for Vercel",
@@ -25,7 +25,7 @@
25
25
  "@vercel/fun": "1.1.5",
26
26
  "@vercel/go": "3.2.1",
27
27
  "@vercel/hydrogen": "1.2.0",
28
- "@vercel/next": "4.7.7",
28
+ "@vercel/next": "4.7.8",
29
29
  "@vercel/node": "5.1.14",
30
30
  "@vercel/python": "4.7.2",
31
31
  "@vercel/redwood": "2.3.0",
@@ -78,10 +78,10 @@
78
78
  "@types/which": "3.0.0",
79
79
  "@types/write-json-file": "2.2.1",
80
80
  "@types/yauzl-promise": "2.1.0",
81
- "@vercel/client": "15.1.6",
81
+ "@vercel/client": "15.2.0",
82
82
  "@vercel/error-utils": "2.0.3",
83
- "@vercel/frameworks": "3.6.2",
84
- "@vercel/fs-detectors": "5.3.10",
83
+ "@vercel/frameworks": "3.6.3",
84
+ "@vercel/fs-detectors": "5.3.11",
85
85
  "@vercel/routing-utils": "5.0.4",
86
86
  "@vitest/expect": "2.1.3",
87
87
  "ajv": "6.12.3",
@@ -161,9 +161,9 @@
161
161
  "write-json-file": "2.2.0",
162
162
  "xdg-app-paths": "5.1.0",
163
163
  "yauzl-promise": "2.1.3",
164
- "@vercel-internals/get-package-json": "1.0.0",
164
+ "@vercel-internals/constants": "1.0.4",
165
165
  "@vercel-internals/types": "3.0.6",
166
- "@vercel-internals/constants": "1.0.4"
166
+ "@vercel-internals/get-package-json": "1.0.0"
167
167
  },
168
168
  "scripts": {
169
169
  "test": "jest --reporters=default --reporters=jest-junit --env node --verbose --bail",