vercel 41.7.6 → 41.7.8

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 -10
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -93382,15 +93382,8 @@ var init_telemetry = __esm({
93382
93382
  value: subcommand ? `${command}:${subcommand}` : command
93383
93383
  });
93384
93384
  }
93385
- trackCliFlagFuture(command, subcommands) {
93386
- let subcommand;
93387
- if (subcommands) {
93388
- subcommand = Array.isArray(subcommands) ? subcommands[0] : subcommands;
93389
- }
93390
- this.track({
93391
- key: "flag:future",
93392
- value: subcommand ? `${command}:${subcommand}` : command
93393
- });
93385
+ trackCliFlagFuture(command) {
93386
+ this.track({ key: "flag:future", value: command });
93394
93387
  }
93395
93388
  };
93396
93389
  TelemetryEventStore = class {
@@ -105876,7 +105869,7 @@ var require_frameworks = __commonJS2({
105876
105869
  cachePattern: ".cache/**"
105877
105870
  },
105878
105871
  {
105879
- name: "Docusaurus (v2)",
105872
+ name: "Docusaurus (v2+)",
105880
105873
  slug: "docusaurus-2",
105881
105874
  demo: "https://docusaurus-2-template.vercel.app",
105882
105875
  logo: "https://api-frameworks.vercel.sh/framework-logos/docusaurus.svg",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel",
3
- "version": "41.7.6",
3
+ "version": "41.7.8",
4
4
  "preferGlobal": true,
5
5
  "license": "Apache-2.0",
6
6
  "description": "The command-line interface for Vercel",
@@ -29,7 +29,7 @@
29
29
  "@vercel/node": "5.1.16",
30
30
  "@vercel/python": "4.7.2",
31
31
  "@vercel/redwood": "2.3.1",
32
- "@vercel/remix-builder": "5.4.5",
32
+ "@vercel/remix-builder": "5.4.6",
33
33
  "@vercel/ruby": "2.2.0",
34
34
  "@vercel/static-build": "2.7.7",
35
35
  "chokidar": "4.0.0",
@@ -79,8 +79,8 @@
79
79
  "@types/yauzl-promise": "2.1.0",
80
80
  "@vercel/client": "15.3.1",
81
81
  "@vercel/error-utils": "2.0.3",
82
- "@vercel/frameworks": "3.6.3",
83
- "@vercel/fs-detectors": "5.4.0",
82
+ "@vercel/frameworks": "3.6.4",
83
+ "@vercel/fs-detectors": "5.4.1",
84
84
  "@vercel/routing-utils": "5.0.4",
85
85
  "@vitest/expect": "2.1.3",
86
86
  "ajv": "6.12.3",
@@ -159,8 +159,8 @@
159
159
  "write-json-file": "2.2.0",
160
160
  "xdg-app-paths": "5.1.0",
161
161
  "yauzl-promise": "2.1.3",
162
- "@vercel-internals/types": "3.0.6",
163
162
  "@vercel-internals/get-package-json": "1.0.0",
163
+ "@vercel-internals/types": "3.0.6",
164
164
  "@vercel-internals/constants": "1.0.4"
165
165
  },
166
166
  "scripts": {