vercel 34.2.0 → 34.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 +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -52648,8 +52648,8 @@ var GA_TRACKING_ID, SENTRY_DSN;
52648
52648
  var init_constants = __esm({
52649
52649
  "src/util/constants.ts"() {
52650
52650
  "use strict";
52651
- GA_TRACKING_ID = "UA-117491914-3";
52652
- SENTRY_DSN = "https://26a24e59ba954011919a524b341b6ab5@sentry.io/1323225";
52651
+ GA_TRACKING_ID = void 0;
52652
+ SENTRY_DSN = void 0;
52653
52653
  }
52654
52654
  });
52655
52655
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel",
3
- "version": "34.2.0",
3
+ "version": "34.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.0",
26
26
  "@vercel/go": "3.1.1",
27
27
  "@vercel/hydrogen": "1.0.2",
28
- "@vercel/next": "4.2.11",
28
+ "@vercel/next": "4.2.12",
29
29
  "@vercel/node": "3.1.5",
30
30
  "@vercel/python": "4.2.0",
31
31
  "@vercel/redwood": "2.0.9",