vercel 39.0.0 → 39.0.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 +4 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -156166,7 +156166,7 @@ async function status(client2) {
156166
156166
  `);
156167
156167
  const learnMoreMessage = `
156168
156168
 
156169
- Learn more: ${import_chalk117.default.cyan(`https://vercel.com/docs/cli/about-telemetry`)}`;
156169
+ Learn more: ${import_chalk117.default.cyan("https://vercel.com/docs/cli/about-telemetry")}`;
156170
156170
  if (enabled) {
156171
156171
  output_manager_default.log(`You have opted in to Vercel CLI telemetry${learnMoreMessage}`);
156172
156172
  } else {
@@ -157599,6 +157599,9 @@ function checkTelemetryStatus({ config: config2 }) {
157599
157599
  if (config2.telemetry) {
157600
157600
  return;
157601
157601
  }
157602
+ if (process.env.VERCEL_TELEMETRY_DISABLED) {
157603
+ return;
157604
+ }
157602
157605
  output_manager_default.note(
157603
157606
  "The Vercel CLI now collects telemetry regarding usage of the CLI."
157604
157607
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel",
3
- "version": "39.0.0",
3
+ "version": "39.0.2",
4
4
  "preferGlobal": true,
5
5
  "license": "Apache-2.0",
6
6
  "description": "The command-line interface for Vercel",
@@ -27,7 +27,7 @@
27
27
  "@vercel/hydrogen": "1.0.9",
28
28
  "@vercel/next": "4.3.19",
29
29
  "@vercel/node": "3.2.24",
30
- "@vercel/python": "4.4.0",
30
+ "@vercel/python": "4.4.1",
31
31
  "@vercel/redwood": "2.1.8",
32
32
  "@vercel/remix-builder": "2.2.13",
33
33
  "@vercel/ruby": "2.1.0",