vercel 44.6.1 → 44.6.3

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 +4 -4
package/dist/index.js CHANGED
@@ -183593,7 +183593,7 @@ init_errors_ts();
183593
183593
  init_errors_ts();
183594
183594
 
183595
183595
  // src/util/constants.ts
183596
- var SENTRY_DSN = void 0;
183596
+ var SENTRY_DSN = "https://26a24e59ba954011919a524b341b6ab5@sentry.io/1323225";
183597
183597
 
183598
183598
  // src/index.ts
183599
183599
  init_get_update_command();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel",
3
- "version": "44.6.1",
3
+ "version": "44.6.3",
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/build-utils": "11.0.0",
26
26
  "@vercel/fun": "1.1.6",
27
27
  "@vercel/go": "3.2.2",
28
- "@vercel/hono": "0.0.2",
28
+ "@vercel/hono": "0.0.4",
29
29
  "@vercel/hydrogen": "1.2.3",
30
30
  "@vercel/next": "4.10.8",
31
31
  "@vercel/node": "5.3.7",
@@ -163,9 +163,9 @@
163
163
  "write-json-file": "2.2.0",
164
164
  "xdg-app-paths": "5.1.0",
165
165
  "yauzl-promise": "2.1.3",
166
+ "@vercel-internals/constants": "1.0.4",
166
167
  "@vercel-internals/get-package-json": "1.0.0",
167
- "@vercel-internals/types": "3.0.6",
168
- "@vercel-internals/constants": "1.0.4"
168
+ "@vercel-internals/types": "3.0.6"
169
169
  },
170
170
  "scripts": {
171
171
  "test": "jest --reporters=default --reporters=jest-junit --env node --verbose --bail",