vercel 54.17.3 → 54.18.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 (61) hide show
  1. package/dist/chunks/{add-PQWZCK7O.js → add-4IT4GOJW.js} +8 -8
  2. package/dist/chunks/chunk-2RVK3DDN.js +224 -0
  3. package/dist/chunks/{chunk-NRP6ZKXJ.js → chunk-4IMUS3MS.js} +1 -1
  4. package/dist/chunks/{chunk-G4YL2LRL.js → chunk-54YT5DAU.js} +2 -2
  5. package/dist/chunks/{chunk-QM7D5H2G.js → chunk-6BBEJYCU.js} +1 -1
  6. package/dist/chunks/{chunk-UXP2N2WD.js → chunk-6BKX6MX4.js} +57 -5
  7. package/dist/chunks/{chunk-4FG6Q2EM.js → chunk-7G6CGX4Q.js} +1 -1
  8. package/dist/chunks/{chunk-HCJRHKSM.js → chunk-7YKF2IH6.js} +8 -8
  9. package/dist/chunks/{chunk-IAOBSXJ5.js → chunk-A2UBFY4K.js} +3 -3
  10. package/dist/chunks/{chunk-OYQKUG4C.js → chunk-A56XRPQF.js} +8 -8
  11. package/dist/chunks/{chunk-YI3JV6GM.js → chunk-CT3OCODK.js} +1 -1
  12. package/dist/chunks/{chunk-OSXRHH6W.js → chunk-D46XEMEE.js} +20 -20
  13. package/dist/chunks/{chunk-ATBH7KGL.js → chunk-JDW2DCII.js} +1 -1
  14. package/dist/chunks/{chunk-6V37RSQB.js → chunk-KFMV4Q4Z.js} +1 -1
  15. package/dist/chunks/{chunk-JKIM3UW3.js → chunk-MDVN2CL3.js} +5 -5
  16. package/dist/chunks/{chunk-FMBDRMTZ.js → chunk-N6JDK2GO.js} +9 -8
  17. package/dist/chunks/{chunk-SBYEIQ32.js → chunk-OJB4B7YD.js} +1 -1
  18. package/dist/chunks/{chunk-2CYJVSAM.js → chunk-QMRIZXZB.js} +1 -1
  19. package/dist/chunks/{chunk-BHMMV3HE.js → chunk-S6WD5L3L.js} +3606 -513
  20. package/dist/chunks/{chunk-QMMMXYOY.js → chunk-SYHCMCWI.js} +2 -2
  21. package/dist/chunks/{chunk-5FAPBIX6.js → chunk-WJLL77OK.js} +1 -1
  22. package/dist/chunks/{chunk-MB63D7UN.js → chunk-XMNRQYFL.js} +28 -7
  23. package/dist/chunks/{chunk-P4KQ3FJ4.js → chunk-XQQXV6ZZ.js} +1 -0
  24. package/dist/chunks/{compile-vercel-config-45XN4U4D.js → compile-vercel-config-U7H5E3AF.js} +4 -4
  25. package/dist/chunks/{delete-RQYOSBNO.js → delete-EWHQTXBW.js} +5 -5
  26. package/dist/chunks/{disable-RRGOZIA7.js → disable-D6PWS73S.js} +5 -5
  27. package/dist/chunks/{discard-X2NIGII5.js → discard-RCWQO5OM.js} +5 -5
  28. package/dist/chunks/{edit-QV3Y6IUT.js → edit-Y53X26NZ.js} +6 -6
  29. package/dist/chunks/{enable-UQAJJKCG.js → enable-M5RHORDQ.js} +5 -5
  30. package/dist/chunks/{exec-HI4HF4GY.js → exec-CGBHRYWG.js} +14 -9
  31. package/dist/chunks/{export-D4YNS2G5.js → export-2DR3UQFV.js} +5 -5
  32. package/dist/chunks/fetch-proxy-R3JZNXBZ.js +99 -0
  33. package/dist/chunks/{inspect-FHB3H3NA.js → inspect-B7I5BKQS.js} +7 -7
  34. package/dist/chunks/{list-QYUCZR26.js → list-B57MANV4.js} +12 -12
  35. package/dist/chunks/{list-6RAHTDT2.js → list-WZ32GBPG.js} +6 -6
  36. package/dist/chunks/{ls-GKWWEHQS.js → ls-HG2AU4FP.js} +8 -8
  37. package/dist/chunks/{publish-UTKKRA4P.js → publish-5RPU7CGQ.js} +5 -5
  38. package/dist/chunks/{query-NM7MXRFW.js → query-QEMQUYOA.js} +11 -11
  39. package/dist/chunks/{reorder-ZLVQQBMG.js → reorder-E37TLOBH.js} +5 -5
  40. package/dist/chunks/{restore-SDTDA4A6.js → restore-HBKARSXS.js} +5 -5
  41. package/dist/chunks/{rm-65PQY7XN.js → rm-NODZBG52.js} +8 -8
  42. package/dist/chunks/{rule-inspect-JFKSPCDU.js → rule-inspect-XDPT3CMS.js} +8 -8
  43. package/dist/chunks/{rules-6672IXZE.js → rules-EMK5FIZX.js} +6 -6
  44. package/dist/chunks/{schema-DC2LLUHD.js → schema-AHANZBO4.js} +6 -6
  45. package/dist/chunks/{update-7VFELUTD.js → update-BDHCWMWZ.js} +8 -8
  46. package/dist/commands/build/index.js +33 -18
  47. package/dist/commands/deploy/index.js +21 -21
  48. package/dist/commands/dev/index.js +46 -38
  49. package/dist/commands/env/index.js +15 -15
  50. package/dist/commands/link/index.js +13 -13
  51. package/dist/commands/list/index.js +12 -12
  52. package/dist/commands-bulk.js +227 -84
  53. package/dist/fetch-dist-tags.cjs +60 -0
  54. package/dist/get-latest-worker.cjs +6 -56
  55. package/dist/help.js +1 -1
  56. package/dist/index.js +200 -61
  57. package/dist/version.mjs +1 -1
  58. package/package.json +21 -23
  59. package/dist/chunks/chunk-N2T234LO.js +0 -3144
  60. package/dist/chunks/{chunk-3NR6OYDV.js → chunk-LWJWW6ZY.js} +3 -3
  61. package/dist/chunks/{chunk-D7MGZH35.js → chunk-U5FVI3MF.js} +3 -3
@@ -11,7 +11,7 @@ import {
11
11
  getTeamById,
12
12
  getUser,
13
13
  getVercelDirectory
14
- } from "./chunk-BHMMV3HE.js";
14
+ } from "./chunk-S6WD5L3L.js";
15
15
  import {
16
16
  TeamDeleted
17
17
  } from "./chunk-LN6B7ZI3.js";
@@ -6,7 +6,7 @@ const __filename = __fileURLToPath(import.meta.url);
6
6
  const __dirname = __dirname_(__filename);
7
7
  import {
8
8
  writeProjectSettings
9
- } from "./chunk-4FG6Q2EM.js";
9
+ } from "./chunk-7G6CGX4Q.js";
10
10
  import {
11
11
  autoInstallVercelPlugin
12
12
  } from "./chunk-BRQ6PX3U.js";
@@ -15,20 +15,20 @@ import {
15
15
  } from "./chunk-64IF634X.js";
16
16
  import {
17
17
  ensureLink
18
- } from "./chunk-QMMMXYOY.js";
18
+ } from "./chunk-SYHCMCWI.js";
19
19
  import {
20
20
  pullCommand
21
- } from "./chunk-ATBH7KGL.js";
21
+ } from "./chunk-JDW2DCII.js";
22
22
  import {
23
23
  help
24
- } from "./chunk-3NR6OYDV.js";
24
+ } from "./chunk-LWJWW6ZY.js";
25
25
  import {
26
26
  VERCEL_DIR,
27
27
  VERCEL_DIR_PROJECT,
28
28
  envPullCommandLogic,
29
29
  humanizePath,
30
30
  parseTarget
31
- } from "./chunk-BHMMV3HE.js";
31
+ } from "./chunk-S6WD5L3L.js";
32
32
  import {
33
33
  TelemetryClient
34
34
  } from "./chunk-Q77ALSXR.js";
@@ -10,10 +10,13 @@ import {
10
10
  } from "./chunk-QH7WYDEP.js";
11
11
  import {
12
12
  getLocalPathConfig
13
- } from "./chunk-2CYJVSAM.js";
13
+ } from "./chunk-QMRIZXZB.js";
14
14
  import {
15
15
  getScope
16
- } from "./chunk-6V37RSQB.js";
16
+ } from "./chunk-KFMV4Q4Z.js";
17
+ import {
18
+ table
19
+ } from "./chunk-LYCSVJIX.js";
17
20
  import {
18
21
  VERCEL_DIR_PROJECT,
19
22
  VERCEL_DIR_README,
@@ -48,15 +51,12 @@ import {
48
51
  selectAndParseRemoteUrl,
49
52
  selectOrg,
50
53
  writeServicesConfig
51
- } from "./chunk-BHMMV3HE.js";
54
+ } from "./chunk-S6WD5L3L.js";
52
55
  import {
53
56
  buildCommandWithGlobalFlags,
54
57
  outputAgentError,
55
58
  shouldEmitNonInteractiveCommandError
56
59
  } from "./chunk-X5UROEGN.js";
57
- import {
58
- table
59
- } from "./chunk-LYCSVJIX.js";
60
60
  import {
61
61
  printError
62
62
  } from "./chunk-MYWLF3BZ.js";
@@ -745,7 +745,7 @@ async function promptForInferredServicesSetup({
745
745
  choice = { type: "services" };
746
746
  } else if (!nonInteractive) {
747
747
  const webServices = inferred.services.filter(
748
- (service) => service.type === "web"
748
+ (service) => (0, import_fs_detectors.isExperimentalService)(service) ? service.type === "web" : true
749
749
  );
750
750
  const choices = [
751
751
  {
@@ -777,9 +777,10 @@ async function promptForInferredServicesSetup({
777
777
  const index = Number.parseInt(selected.slice("single-app:".length), 10);
778
778
  const service = webServices[index];
779
779
  if (service) {
780
+ const serviceRoot = (0, import_fs_detectors.isExperimentalServiceV2)(service) ? service.root : service.workspace;
780
781
  choice = {
781
782
  type: "single-app",
782
- selectedPath: service.workspace === "." ? workPath : join(workPath, service.workspace)
783
+ selectedPath: serviceRoot === "." ? workPath : join(workPath, serviceRoot)
783
784
  };
784
785
  }
785
786
  }
@@ -6,7 +6,7 @@ const __filename = __fileURLToPath(import.meta.url);
6
6
  const __dirname = __dirname_(__filename);
7
7
  import {
8
8
  require_lib
9
- } from "./chunk-BHMMV3HE.js";
9
+ } from "./chunk-S6WD5L3L.js";
10
10
  import {
11
11
  isNativeBinaryInstall
12
12
  } from "./chunk-Q77ALSXR.js";
@@ -7,7 +7,7 @@ const __dirname = __dirname_(__filename);
7
7
  import {
8
8
  VERCEL_DIR,
9
9
  isVercelTomlEnabled
10
- } from "./chunk-BHMMV3HE.js";
10
+ } from "./chunk-S6WD5L3L.js";
11
11
  import {
12
12
  parseArguments
13
13
  } from "./chunk-MYWLF3BZ.js";