vercel 50.43.0 → 51.0.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.
Files changed (43) hide show
  1. package/dist/chunks/{chunk-T6NT6N57.js → chunk-3ZDQHZB3.js} +3 -3
  2. package/dist/chunks/{chunk-QGF2WOTI.js → chunk-5CRSHCRD.js} +1 -1
  3. package/dist/chunks/{chunk-UJ4HWFC7.js → chunk-65IHMJX4.js} +2 -2
  4. package/dist/chunks/{chunk-6N76O7HL.js → chunk-6DIXPIXB.js} +1 -1
  5. package/dist/chunks/{chunk-NWDCZ56X.js → chunk-7IDNCLTM.js} +1 -1
  6. package/dist/chunks/{chunk-LRL5LVRW.js → chunk-A5XRYFVO.js} +1 -1
  7. package/dist/chunks/{chunk-Z6BYDVNY.js → chunk-CCEUMQG3.js} +217 -30
  8. package/dist/chunks/{chunk-LPOJODAE.js → chunk-D7SZ3DXR.js} +1 -1
  9. package/dist/chunks/{chunk-XDEOTUO6.js → chunk-K4IC7LFB.js} +3 -3
  10. package/dist/chunks/{chunk-MRMGEHWD.js → chunk-NYO5XRBQ.js} +1 -1
  11. package/dist/chunks/{chunk-N3CPHW7G.js → chunk-RQTDTSAX.js} +1 -1
  12. package/dist/chunks/{chunk-XVL4TIJL.js → chunk-TBW2XDGN.js} +4 -4
  13. package/dist/chunks/{chunk-PGAXAJ3S.js → chunk-UV6I5R3Q.js} +5 -5
  14. package/dist/chunks/{chunk-6LZPRERB.js → chunk-UZIEJEMY.js} +1 -1
  15. package/dist/chunks/{chunk-RLQ4HYV2.js → chunk-V23RAVWV.js} +136 -17
  16. package/dist/chunks/{chunk-S4YIOKSN.js → chunk-WOFF2NEI.js} +2 -2
  17. package/dist/chunks/{chunk-XRINPEC5.js → chunk-XHMU7WUB.js} +2 -2
  18. package/dist/chunks/{chunk-POULUT5C.js → chunk-XMVSCINT.js} +1 -1
  19. package/dist/chunks/{chunk-4YCYEG2P.js → chunk-YKKQGGLZ.js} +1 -1
  20. package/dist/chunks/{compile-vercel-config-EIX3WUIU.js → compile-vercel-config-6FEECIZK.js} +1 -1
  21. package/dist/chunks/{delete-IVGKISJP.js → delete-J2N2QXMP.js} +2 -2
  22. package/dist/chunks/{disable-W4IDVFE2.js → disable-QGYXQKAM.js} +2 -2
  23. package/dist/chunks/{discard-O3Z5KEKS.js → discard-ZDGJB5US.js} +2 -2
  24. package/dist/chunks/{edit-VCKXJ5PI.js → edit-RJWDA5KJ.js} +3 -3
  25. package/dist/chunks/{enable-W6LITRKZ.js → enable-L33HPTXB.js} +2 -2
  26. package/dist/chunks/{export-6NAP7EMV.js → export-Z5C4BJ2U.js} +2 -2
  27. package/dist/chunks/{list-W33KGD4I.js → list-4P2TW77C.js} +2 -2
  28. package/dist/chunks/{list-7HDEUZMZ.js → list-HXN64DKX.js} +2 -2
  29. package/dist/chunks/{publish-RI3FRWUA.js → publish-TLVHQB2H.js} +2 -2
  30. package/dist/chunks/{query-5YQQ62WD.js → query-SDKQTWN2.js} +2 -2
  31. package/dist/chunks/{reorder-7GWG5VLG.js → reorder-UHMUFYIW.js} +2 -2
  32. package/dist/chunks/{restore-AOSI5KWX.js → restore-762GO6HU.js} +2 -2
  33. package/dist/chunks/{schema-QL4EUCYG.js → schema-WBOIQRP4.js} +2 -2
  34. package/dist/commands/build/index.js +9 -9
  35. package/dist/commands/deploy/index.js +94 -34
  36. package/dist/commands/dev/index.js +8 -8
  37. package/dist/commands/env/index.js +5 -5
  38. package/dist/commands/link/index.js +7 -7
  39. package/dist/commands/list/index.js +3 -3
  40. package/dist/commands-bulk.js +2640 -1595
  41. package/dist/index.js +21 -11
  42. package/dist/version.mjs +1 -1
  43. package/package.json +21 -21
package/dist/index.js CHANGED
@@ -15,10 +15,10 @@ import {
15
15
  did_you_mean_default,
16
16
  executeUpgrade,
17
17
  login
18
- } from "./chunks/chunk-T6NT6N57.js";
18
+ } from "./chunks/chunk-3ZDQHZB3.js";
19
19
  import {
20
20
  getUpdateCommand
21
- } from "./chunks/chunk-4YCYEG2P.js";
21
+ } from "./chunks/chunk-YKKQGGLZ.js";
22
22
  import {
23
23
  Client,
24
24
  getAuthConfigFilePath,
@@ -27,18 +27,18 @@ import {
27
27
  readConfigFile,
28
28
  writeToAuthConfigFile,
29
29
  writeToConfigFile
30
- } from "./chunks/chunk-XDEOTUO6.js";
30
+ } from "./chunks/chunk-K4IC7LFB.js";
31
31
  import {
32
32
  highlight
33
33
  } from "./chunks/chunk-V5P25P7F.js";
34
34
  import {
35
35
  getScope
36
- } from "./chunks/chunk-NWDCZ56X.js";
37
- import "./chunks/chunk-MRMGEHWD.js";
36
+ } from "./chunks/chunk-7IDNCLTM.js";
37
+ import "./chunks/chunk-NYO5XRBQ.js";
38
38
  import {
39
39
  commandNames,
40
40
  commands
41
- } from "./chunks/chunk-Z6BYDVNY.js";
41
+ } from "./chunks/chunk-CCEUMQG3.js";
42
42
  import "./chunks/chunk-BQUQ5F7R.js";
43
43
  import "./chunks/chunk-BUBUVE23.js";
44
44
  import "./chunks/chunk-2IAZZEVQ.js";
@@ -52,9 +52,9 @@ import "./chunks/chunk-Q6BEDVOU.js";
52
52
  import {
53
53
  require_execa,
54
54
  require_isexe
55
- } from "./chunks/chunk-6LZPRERB.js";
56
- import "./chunks/chunk-LPOJODAE.js";
57
- import "./chunks/chunk-POULUT5C.js";
55
+ } from "./chunks/chunk-UZIEJEMY.js";
56
+ import "./chunks/chunk-D7SZ3DXR.js";
57
+ import "./chunks/chunk-XMVSCINT.js";
58
58
  import "./chunks/chunk-Y5YCSB6X.js";
59
59
  import "./chunks/chunk-4YZKA4FN.js";
60
60
  import {
@@ -70,7 +70,7 @@ import {
70
70
  require_lib,
71
71
  require_lib3 as require_lib2,
72
72
  require_xdg_app_paths
73
- } from "./chunks/chunk-RLQ4HYV2.js";
73
+ } from "./chunks/chunk-V23RAVWV.js";
74
74
  import {
75
75
  TelemetryClient,
76
76
  TelemetryEventStore
@@ -23170,6 +23170,12 @@ var RootTelemetryClient = class extends TelemetryClient {
23170
23170
  value: actual
23171
23171
  });
23172
23172
  }
23173
+ trackCliCommandOauthApps(actual) {
23174
+ this.trackCliCommand({
23175
+ command: "oauth-apps",
23176
+ value: actual
23177
+ });
23178
+ }
23173
23179
  trackCliCommandOpen(actual) {
23174
23180
  this.trackCliCommand({
23175
23181
  command: "open",
@@ -23967,7 +23973,7 @@ var main = async () => {
23967
23973
  }
23968
23974
  let targetCommand = typeof subcommand === "string" ? commands.get(subcommand) : void 0;
23969
23975
  const scope = parsedArgs.flags["--scope"] || parsedArgs.flags["--team"] || localConfig?.scope;
23970
- if (typeof scope === "string" && targetCommand !== "login" && targetCommand !== "build" && targetCommand !== "sandbox" && !(targetCommand === "teams" && subSubCommand !== "invite")) {
23976
+ if (typeof scope === "string" && targetCommand !== "login" && targetCommand !== "build" && targetCommand !== "sandbox") {
23971
23977
  let user = null;
23972
23978
  try {
23973
23979
  user = await getUser(client);
@@ -24225,6 +24231,10 @@ var main = async () => {
24225
24231
  telemetry.trackCliCommandMicrofrontends(userSuppliedSubCommand);
24226
24232
  func = (await import("./commands-bulk.js")).microfrontends;
24227
24233
  break;
24234
+ case "oauth-apps":
24235
+ telemetry.trackCliCommandOauthApps(userSuppliedSubCommand);
24236
+ func = (await import("./commands-bulk.js")).oauthApps;
24237
+ break;
24228
24238
  case "open":
24229
24239
  telemetry.trackCliCommandOpen(userSuppliedSubCommand);
24230
24240
  func = (await import("./commands-bulk.js")).open;
package/dist/version.mjs CHANGED
@@ -1 +1 @@
1
- export const version = "50.43.0";
1
+ export const version = "51.0.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel",
3
- "version": "50.43.0",
3
+ "version": "51.0.0",
4
4
  "type": "module",
5
5
  "preferGlobal": true,
6
6
  "license": "Apache-2.0",
@@ -33,26 +33,26 @@
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.14.1",
37
- "@vercel/backends": "0.0.58",
38
- "@vercel/express": "0.1.71",
36
+ "@vercel/build-utils": "13.14.2",
39
37
  "@vercel/detect-agent": "1.2.2",
40
- "@vercel/elysia": "0.1.61",
38
+ "@vercel/backends": "0.0.59",
39
+ "@vercel/fastify": "0.1.65",
40
+ "@vercel/elysia": "0.1.62",
41
+ "@vercel/express": "0.1.72",
41
42
  "@vercel/go": "3.4.7",
42
- "@vercel/fastify": "0.1.64",
43
- "@vercel/h3": "0.1.70",
44
- "@vercel/hono": "0.2.64",
43
+ "@vercel/h3": "0.1.71",
44
+ "@vercel/hono": "0.2.65",
45
45
  "@vercel/hydrogen": "1.3.6",
46
- "@vercel/nestjs": "0.2.65",
47
- "@vercel/koa": "0.1.44",
48
- "@vercel/next": "4.16.5",
49
- "@vercel/node": "5.7.3",
50
- "@vercel/python": "6.29.0",
51
- "@vercel/remix-builder": "5.7.2",
46
+ "@vercel/koa": "0.1.45",
47
+ "@vercel/next": "4.16.6",
48
+ "@vercel/nestjs": "0.2.66",
49
+ "@vercel/node": "5.7.4",
52
50
  "@vercel/redwood": "2.4.12",
51
+ "@vercel/python": "6.30.0",
52
+ "@vercel/remix-builder": "5.7.2",
53
53
  "@vercel/ruby": "2.3.2",
54
- "@vercel/rust": "1.1.0",
55
- "@vercel/static-build": "2.9.11"
54
+ "@vercel/static-build": "2.9.12",
55
+ "@vercel/rust": "1.1.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@alex_neo/jest-expect-message": "1.0.5",
@@ -181,13 +181,13 @@
181
181
  "xdg-app-paths": "5.1.0",
182
182
  "yauzl-promise": "2.1.3",
183
183
  "@vercel-internals/get-package-json": "1.0.0",
184
- "@vercel/client": "17.3.0",
184
+ "@vercel-internals/constants": "1.0.4",
185
185
  "@vercel-internals/types": "3.0.6",
186
- "@vercel/error-utils": "2.0.3",
187
- "@vercel/fs-detectors": "5.15.1",
188
- "@vercel/routing-utils": "6.1.1",
186
+ "@vercel/client": "17.3.1",
189
187
  "@vercel/frameworks": "3.24.0",
190
- "@vercel-internals/constants": "1.0.4"
188
+ "@vercel/error-utils": "2.0.3",
189
+ "@vercel/fs-detectors": "5.15.2",
190
+ "@vercel/routing-utils": "6.1.1"
191
191
  },
192
192
  "scripts": {
193
193
  "test": "jest --reporters=default --reporters=jest-junit --env node --verbose --bail",