vercel 41.2.0 → 41.2.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -171334,7 +171334,7 @@ init_errors_ts();
171334
171334
  init_errors_ts();
171335
171335
 
171336
171336
  // src/util/constants.ts
171337
- var SENTRY_DSN = "https://26a24e59ba954011919a524b341b6ab5@sentry.io/1323225";
171337
+ var SENTRY_DSN = void 0;
171338
171338
 
171339
171339
  // src/index.ts
171340
171340
  init_get_update_command();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel",
3
- "version": "41.2.0",
3
+ "version": "41.2.1",
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.0",
28
+ "@vercel/next": "4.7.1",
29
29
  "@vercel/node": "5.1.8",
30
30
  "@vercel/python": "4.7.1",
31
31
  "@vercel/redwood": "2.3.0",