vercel 44.6.2 → 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.
- package/dist/index.js +1 -1
- package/package.json +2 -2
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 =
|
|
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.
|
|
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.
|
|
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",
|