vercel 51.4.0 → 51.5.0

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/help.js CHANGED
@@ -6,7 +6,7 @@ const __filename = __fileURLToPath(import.meta.url);
6
6
  const __dirname = __dirname_(__filename);
7
7
  import {
8
8
  help
9
- } from "./chunks/chunk-ELUNQCFN.js";
9
+ } from "./chunks/chunk-QIHIANBF.js";
10
10
  import "./chunks/chunk-S7KYDPEM.js";
11
11
  import "./chunks/chunk-TZ2YI2VH.js";
12
12
  export {
package/dist/index.js CHANGED
@@ -9,13 +9,13 @@ import {
9
9
  } from "./chunks/chunk-2HSQ7YUK.js";
10
10
  import {
11
11
  help
12
- } from "./chunks/chunk-ELUNQCFN.js";
12
+ } from "./chunks/chunk-QIHIANBF.js";
13
13
  import {
14
14
  box,
15
15
  did_you_mean_default,
16
16
  executeUpgrade,
17
17
  login
18
- } from "./chunks/chunk-PBGN54ZH.js";
18
+ } from "./chunks/chunk-6CWW4JIG.js";
19
19
  import {
20
20
  getUpdateCommand
21
21
  } from "./chunks/chunk-4DR2FV6O.js";
@@ -38,9 +38,9 @@ import "./chunks/chunk-O7SQKNIT.js";
38
38
  import {
39
39
  commandNames,
40
40
  commands
41
- } from "./chunks/chunk-UJ4JXXED.js";
41
+ } from "./chunks/chunk-SG4QOQTF.js";
42
42
  import "./chunks/chunk-CRZM5WM2.js";
43
- import "./chunks/chunk-4RBF6ZDU.js";
43
+ import "./chunks/chunk-BHDZCUTT.js";
44
44
  import "./chunks/chunk-BJQTGP42.js";
45
45
  import "./chunks/chunk-UWKTUK3W.js";
46
46
  import "./chunks/chunk-TAOVG4PS.js";
@@ -23018,6 +23018,12 @@ var RootTelemetryClient = class extends TelemetryClient {
23018
23018
  value: actual
23019
23019
  });
23020
23020
  }
23021
+ trackCliCommandConnex(actual) {
23022
+ this.trackCliCommand({
23023
+ command: "connex",
23024
+ value: actual
23025
+ });
23026
+ }
23021
23027
  trackCliCommandContract(actual) {
23022
23028
  this.trackCliCommand({
23023
23029
  command: "contract",
@@ -23042,6 +23048,12 @@ var RootTelemetryClient = class extends TelemetryClient {
23042
23048
  value: actual
23043
23049
  });
23044
23050
  }
23051
+ trackCliCommandDeployHooks(actual) {
23052
+ this.trackCliCommand({
23053
+ command: "deploy-hooks",
23054
+ value: actual
23055
+ });
23056
+ }
23045
23057
  trackCliCommandDev(actual) {
23046
23058
  this.trackCliCommand({
23047
23059
  command: "dev",
@@ -24145,6 +24157,15 @@ var main = async () => {
24145
24157
  telemetry.trackCliCommandCache(userSuppliedSubCommand);
24146
24158
  func = (await import("./commands-bulk.js")).cache;
24147
24159
  break;
24160
+ case "connex":
24161
+ if (process.env.FF_CONNEX_ENABLED) {
24162
+ telemetry.trackCliCommandConnex(userSuppliedSubCommand);
24163
+ func = (await import("./commands-bulk.js")).connex;
24164
+ break;
24165
+ } else {
24166
+ func = null;
24167
+ break;
24168
+ }
24148
24169
  case "contract":
24149
24170
  telemetry.trackCliCommandContract(userSuppliedSubCommand);
24150
24171
  func = (await import("./commands-bulk.js")).contract;
@@ -24166,6 +24187,11 @@ var main = async () => {
24166
24187
  telemetry.trackCliCommandDns(userSuppliedSubCommand);
24167
24188
  func = (await import("./commands-bulk.js")).dns;
24168
24189
  break;
24190
+ case "deploy-hooks":
24191
+ case "deploy-hook":
24192
+ telemetry.trackCliCommandDeployHooks(userSuppliedSubCommand);
24193
+ func = (await import("./commands-bulk.js")).deployHooks;
24194
+ break;
24169
24195
  case "edge-config":
24170
24196
  telemetry.trackCliCommandEdgeConfig(userSuppliedSubCommand);
24171
24197
  func = (await import("./commands-bulk.js")).edgeConfig;
@@ -24233,14 +24259,9 @@ var main = async () => {
24233
24259
  func = (await import("./commands-bulk.js")).logs;
24234
24260
  break;
24235
24261
  case "metrics":
24236
- if (process.env.FF_METRICS) {
24237
- telemetry.trackCliCommandMetrics(userSuppliedSubCommand);
24238
- func = (await import("./commands-bulk.js")).metrics;
24239
- break;
24240
- } else {
24241
- func = null;
24242
- break;
24243
- }
24262
+ telemetry.trackCliCommandMetrics(userSuppliedSubCommand);
24263
+ func = (await import("./commands-bulk.js")).metrics;
24264
+ break;
24244
24265
  case "microfrontends":
24245
24266
  telemetry.trackCliCommandMicrofrontends(userSuppliedSubCommand);
24246
24267
  func = (await import("./commands-bulk.js")).microfrontends;
package/dist/version.mjs CHANGED
@@ -1 +1 @@
1
- export const version = "51.4.0";
1
+ export const version = "51.5.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel",
3
- "version": "51.4.0",
3
+ "version": "51.5.0",
4
4
  "type": "module",
5
5
  "preferGlobal": true,
6
6
  "license": "Apache-2.0",
@@ -33,25 +33,25 @@
33
33
  "proxy-agent": "6.4.0",
34
34
  "sandbox": "2.5.6",
35
35
  "@vercel/prepare-flags-definitions": "0.2.1",
36
- "@vercel/build-utils": "13.17.0",
37
- "@vercel/backends": "0.0.62",
38
36
  "@vercel/detect-agent": "1.2.2",
37
+ "@vercel/build-utils": "13.17.0",
38
+ "@vercel/elysia": "0.1.65",
39
+ "@vercel/fastify": "0.1.68",
39
40
  "@vercel/express": "0.1.75",
41
+ "@vercel/backends": "0.0.62",
40
42
  "@vercel/go": "3.5.0",
41
- "@vercel/fastify": "0.1.68",
42
43
  "@vercel/h3": "0.1.74",
43
- "@vercel/koa": "0.1.48",
44
+ "@vercel/hono": "0.2.68",
44
45
  "@vercel/hydrogen": "1.3.6",
45
- "@vercel/elysia": "0.1.65",
46
+ "@vercel/koa": "0.1.48",
47
+ "@vercel/node": "5.7.7",
46
48
  "@vercel/nestjs": "0.2.69",
47
- "@vercel/hono": "0.2.68",
48
49
  "@vercel/next": "4.16.8",
49
50
  "@vercel/redwood": "2.4.12",
50
- "@vercel/python": "6.33.0",
51
+ "@vercel/python": "6.33.1",
51
52
  "@vercel/ruby": "2.3.2",
52
53
  "@vercel/remix-builder": "5.7.2",
53
- "@vercel/node": "5.7.7",
54
- "@vercel/rust": "1.1.0",
54
+ "@vercel/rust": "1.1.1",
55
55
  "@vercel/static-build": "2.9.15"
56
56
  },
57
57
  "devDependencies": {
@@ -181,10 +181,10 @@
181
181
  "xdg-app-paths": "5.1.0",
182
182
  "yauzl-promise": "2.1.3",
183
183
  "@vercel-internals/constants": "1.0.4",
184
- "@vercel/client": "17.3.4",
185
184
  "@vercel-internals/types": "3.0.6",
186
- "@vercel/error-utils": "2.0.3",
187
185
  "@vercel-internals/get-package-json": "1.0.0",
186
+ "@vercel/client": "17.3.4",
187
+ "@vercel/error-utils": "2.0.3",
188
188
  "@vercel/frameworks": "3.24.1",
189
189
  "@vercel/fs-detectors": "5.18.0",
190
190
  "@vercel/routing-utils": "6.1.1"