vercel 54.1.0 → 54.2.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 (54) hide show
  1. package/dist/chunks/{add-XFFRWMRQ.js → add-FAIIANHS.js} +5 -5
  2. package/dist/chunks/{chunk-UVFXUXOZ.js → chunk-23UWSHRQ.js} +180 -11
  3. package/dist/chunks/{chunk-ZKKIBUCU.js → chunk-2OASKDFC.js} +1 -1
  4. package/dist/chunks/{chunk-MUBKPS2Z.js → chunk-DIWRR5Y4.js} +1 -1
  5. package/dist/chunks/{chunk-XNUHSM7I.js → chunk-DP5346AR.js} +1 -1
  6. package/dist/chunks/{chunk-UTXSTM52.js → chunk-E32QX22S.js} +2 -2
  7. package/dist/chunks/{chunk-X775BOSL.js → chunk-FKUVFVT2.js} +4905 -4402
  8. package/dist/chunks/{chunk-MMF4BVAP.js → chunk-H7ZZXKJ2.js} +1 -1
  9. package/dist/chunks/{chunk-FUBTAFL2.js → chunk-ISJJTUJZ.js} +1 -1
  10. package/dist/chunks/{chunk-FXOKKAK2.js → chunk-IYP3534A.js} +6 -6
  11. package/dist/chunks/{chunk-KWDV5FZH.js → chunk-J7RPHYNB.js} +1 -1
  12. package/dist/chunks/{chunk-PPIAHRII.js → chunk-JQ7RG6JF.js} +1 -1
  13. package/dist/chunks/{chunk-4OEA5ILS.js → chunk-KSMF2UFR.js} +14 -0
  14. package/dist/chunks/{chunk-V6RCNEUA.js → chunk-O2NXGZCW.js} +5 -5
  15. package/dist/chunks/{chunk-4VPRHRPA.js → chunk-QAA3JVFJ.js} +1 -1
  16. package/dist/chunks/{chunk-N4WFAZKO.js → chunk-QEYYWOB4.js} +2 -2
  17. package/dist/chunks/{chunk-LVUE7LLE.js → chunk-QH5Q2B4F.js} +1 -1
  18. package/dist/chunks/{chunk-PNA7EZB2.js → chunk-TWVG3QHM.js} +1 -1
  19. package/dist/chunks/{chunk-F2UPASLT.js → chunk-VKQT3HCH.js} +4 -4
  20. package/dist/chunks/{chunk-J3BCJYPE.js → chunk-YE6OHHJA.js} +485 -7
  21. package/dist/chunks/{chunk-FXSXQHVF.js → chunk-YNHUUJTK.js} +2 -2
  22. package/dist/chunks/{chunk-CVDYWVCD.js → chunk-ZA4ZUW7G.js} +1 -1
  23. package/dist/chunks/{chunk-IIZO5JJ2.js → chunk-ZFEECTPC.js} +1 -1
  24. package/dist/chunks/{compile-vercel-config-42PRUTEP.js → compile-vercel-config-7TPMRTKM.js} +2 -2
  25. package/dist/chunks/{delete-MXCXLO5L.js → delete-MVQKJDRS.js} +3 -3
  26. package/dist/chunks/{disable-LXQSUVY3.js → disable-YRONTYDS.js} +3 -3
  27. package/dist/chunks/{discard-CKMEANJI.js → discard-UM7Y2PMF.js} +3 -3
  28. package/dist/chunks/{edit-PKYWQTN6.js → edit-PHXJMLL2.js} +5 -5
  29. package/dist/chunks/{enable-IONDBJSL.js → enable-D26FR2VL.js} +3 -3
  30. package/dist/chunks/{export-YV3QFTMT.js → export-YLMQTP7Y.js} +3 -3
  31. package/dist/chunks/{inspect-SF355FJC.js → inspect-SJTJNJVL.js} +4 -4
  32. package/dist/chunks/{list-GEI7DMTS.js → list-6OV7HAO4.js} +3 -3
  33. package/dist/chunks/{list-ZGR3WI5L.js → list-XGSNQW5B.js} +4 -4
  34. package/dist/chunks/{ls-GYN5LXZK.js → ls-THDT5E4M.js} +5 -5
  35. package/dist/chunks/{publish-3WCELCTS.js → publish-NPM5RPLV.js} +3 -3
  36. package/dist/chunks/{query-TP56OPX6.js → query-QP5JLBXI.js} +3 -3
  37. package/dist/chunks/{reorder-QRNHPN5V.js → reorder-573FHW5Z.js} +3 -3
  38. package/dist/chunks/{restore-IGN4HUFX.js → restore-H65BVJFL.js} +3 -3
  39. package/dist/chunks/{rm-55RGOT4O.js → rm-MOVL4G2Y.js} +5 -5
  40. package/dist/chunks/{routes-2YVMQEPC.js → routes-I74KWX7Q.js} +2 -2
  41. package/dist/chunks/{rule-inspect-QVOVMKDK.js → rule-inspect-33M2FHDU.js} +5 -5
  42. package/dist/chunks/{rules-KRCW5RQK.js → rules-KVSJYT5T.js} +6 -6
  43. package/dist/chunks/{schema-3J3IBIFA.js → schema-MXM7Z52O.js} +3 -3
  44. package/dist/chunks/{update-E5UAD2DD.js → update-CSKHHR3E.js} +5 -5
  45. package/dist/commands/build/index.js +24 -19
  46. package/dist/commands/deploy/index.js +12 -12
  47. package/dist/commands/dev/index.js +69 -32
  48. package/dist/commands/env/index.js +6 -6
  49. package/dist/commands/link/index.js +9 -9
  50. package/dist/commands/list/index.js +5 -5
  51. package/dist/commands-bulk.js +2315 -1427
  52. package/dist/index.js +96 -452
  53. package/dist/version.mjs +1 -1
  54. package/package.json +24 -23
@@ -5,23 +5,25 @@ const require = __createRequire(import.meta.url);
5
5
  const __filename = __fileURLToPath(import.meta.url);
6
6
  const __dirname = __dirname_(__filename);
7
7
  import {
8
- getUpdateCommand
9
- } from "./chunk-FUBTAFL2.js";
8
+ getUpdateCommand,
9
+ isGlobal
10
+ } from "./chunk-ISJJTUJZ.js";
10
11
  import {
11
12
  getGlobalPathConfig,
12
- login
13
- } from "./chunk-F2UPASLT.js";
13
+ login,
14
+ writeToConfigFile
15
+ } from "./chunk-VKQT3HCH.js";
14
16
  import {
15
17
  apiCommand,
16
18
  listSubcommand2 as listSubcommand,
17
19
  loginCommand
18
- } from "./chunk-UVFXUXOZ.js";
20
+ } from "./chunk-23UWSHRQ.js";
19
21
  import {
20
22
  help
21
- } from "./chunk-MMF4BVAP.js";
23
+ } from "./chunk-H7ZZXKJ2.js";
22
24
  import {
23
25
  TelemetryClient
24
- } from "./chunk-4OEA5ILS.js";
26
+ } from "./chunk-KSMF2UFR.js";
25
27
  import {
26
28
  require_ms
27
29
  } from "./chunk-CO5D46AG.js";
@@ -45,6 +47,440 @@ import {
45
47
  __toESM
46
48
  } from "./chunk-TZ2YI2VH.js";
47
49
 
50
+ // ../../node_modules/.pnpm/ci-info@4.1.0/node_modules/ci-info/vendors.json
51
+ var require_vendors = __commonJS({
52
+ "../../node_modules/.pnpm/ci-info@4.1.0/node_modules/ci-info/vendors.json"(exports, module) {
53
+ module.exports = [
54
+ {
55
+ name: "Agola CI",
56
+ constant: "AGOLA",
57
+ env: "AGOLA_GIT_REF",
58
+ pr: "AGOLA_PULL_REQUEST_ID"
59
+ },
60
+ {
61
+ name: "Appcircle",
62
+ constant: "APPCIRCLE",
63
+ env: "AC_APPCIRCLE",
64
+ pr: {
65
+ env: "AC_GIT_PR",
66
+ ne: "false"
67
+ }
68
+ },
69
+ {
70
+ name: "AppVeyor",
71
+ constant: "APPVEYOR",
72
+ env: "APPVEYOR",
73
+ pr: "APPVEYOR_PULL_REQUEST_NUMBER"
74
+ },
75
+ {
76
+ name: "AWS CodeBuild",
77
+ constant: "CODEBUILD",
78
+ env: "CODEBUILD_BUILD_ARN",
79
+ pr: {
80
+ env: "CODEBUILD_WEBHOOK_EVENT",
81
+ any: [
82
+ "PULL_REQUEST_CREATED",
83
+ "PULL_REQUEST_UPDATED",
84
+ "PULL_REQUEST_REOPENED"
85
+ ]
86
+ }
87
+ },
88
+ {
89
+ name: "Azure Pipelines",
90
+ constant: "AZURE_PIPELINES",
91
+ env: "TF_BUILD",
92
+ pr: {
93
+ BUILD_REASON: "PullRequest"
94
+ }
95
+ },
96
+ {
97
+ name: "Bamboo",
98
+ constant: "BAMBOO",
99
+ env: "bamboo_planKey"
100
+ },
101
+ {
102
+ name: "Bitbucket Pipelines",
103
+ constant: "BITBUCKET",
104
+ env: "BITBUCKET_COMMIT",
105
+ pr: "BITBUCKET_PR_ID"
106
+ },
107
+ {
108
+ name: "Bitrise",
109
+ constant: "BITRISE",
110
+ env: "BITRISE_IO",
111
+ pr: "BITRISE_PULL_REQUEST"
112
+ },
113
+ {
114
+ name: "Buddy",
115
+ constant: "BUDDY",
116
+ env: "BUDDY_WORKSPACE_ID",
117
+ pr: "BUDDY_EXECUTION_PULL_REQUEST_ID"
118
+ },
119
+ {
120
+ name: "Buildkite",
121
+ constant: "BUILDKITE",
122
+ env: "BUILDKITE",
123
+ pr: {
124
+ env: "BUILDKITE_PULL_REQUEST",
125
+ ne: "false"
126
+ }
127
+ },
128
+ {
129
+ name: "CircleCI",
130
+ constant: "CIRCLE",
131
+ env: "CIRCLECI",
132
+ pr: "CIRCLE_PULL_REQUEST"
133
+ },
134
+ {
135
+ name: "Cirrus CI",
136
+ constant: "CIRRUS",
137
+ env: "CIRRUS_CI",
138
+ pr: "CIRRUS_PR"
139
+ },
140
+ {
141
+ name: "Codefresh",
142
+ constant: "CODEFRESH",
143
+ env: "CF_BUILD_ID",
144
+ pr: {
145
+ any: [
146
+ "CF_PULL_REQUEST_NUMBER",
147
+ "CF_PULL_REQUEST_ID"
148
+ ]
149
+ }
150
+ },
151
+ {
152
+ name: "Codemagic",
153
+ constant: "CODEMAGIC",
154
+ env: "CM_BUILD_ID",
155
+ pr: "CM_PULL_REQUEST"
156
+ },
157
+ {
158
+ name: "Codeship",
159
+ constant: "CODESHIP",
160
+ env: {
161
+ CI_NAME: "codeship"
162
+ }
163
+ },
164
+ {
165
+ name: "Drone",
166
+ constant: "DRONE",
167
+ env: "DRONE",
168
+ pr: {
169
+ DRONE_BUILD_EVENT: "pull_request"
170
+ }
171
+ },
172
+ {
173
+ name: "dsari",
174
+ constant: "DSARI",
175
+ env: "DSARI"
176
+ },
177
+ {
178
+ name: "Earthly",
179
+ constant: "EARTHLY",
180
+ env: "EARTHLY_CI"
181
+ },
182
+ {
183
+ name: "Expo Application Services",
184
+ constant: "EAS",
185
+ env: "EAS_BUILD"
186
+ },
187
+ {
188
+ name: "Gerrit",
189
+ constant: "GERRIT",
190
+ env: "GERRIT_PROJECT"
191
+ },
192
+ {
193
+ name: "Gitea Actions",
194
+ constant: "GITEA_ACTIONS",
195
+ env: "GITEA_ACTIONS"
196
+ },
197
+ {
198
+ name: "GitHub Actions",
199
+ constant: "GITHUB_ACTIONS",
200
+ env: "GITHUB_ACTIONS",
201
+ pr: {
202
+ GITHUB_EVENT_NAME: "pull_request"
203
+ }
204
+ },
205
+ {
206
+ name: "GitLab CI",
207
+ constant: "GITLAB",
208
+ env: "GITLAB_CI",
209
+ pr: "CI_MERGE_REQUEST_ID"
210
+ },
211
+ {
212
+ name: "GoCD",
213
+ constant: "GOCD",
214
+ env: "GO_PIPELINE_LABEL"
215
+ },
216
+ {
217
+ name: "Google Cloud Build",
218
+ constant: "GOOGLE_CLOUD_BUILD",
219
+ env: "BUILDER_OUTPUT"
220
+ },
221
+ {
222
+ name: "Harness CI",
223
+ constant: "HARNESS",
224
+ env: "HARNESS_BUILD_ID"
225
+ },
226
+ {
227
+ name: "Heroku",
228
+ constant: "HEROKU",
229
+ env: {
230
+ env: "NODE",
231
+ includes: "/app/.heroku/node/bin/node"
232
+ }
233
+ },
234
+ {
235
+ name: "Hudson",
236
+ constant: "HUDSON",
237
+ env: "HUDSON_URL"
238
+ },
239
+ {
240
+ name: "Jenkins",
241
+ constant: "JENKINS",
242
+ env: [
243
+ "JENKINS_URL",
244
+ "BUILD_ID"
245
+ ],
246
+ pr: {
247
+ any: [
248
+ "ghprbPullId",
249
+ "CHANGE_ID"
250
+ ]
251
+ }
252
+ },
253
+ {
254
+ name: "LayerCI",
255
+ constant: "LAYERCI",
256
+ env: "LAYERCI",
257
+ pr: "LAYERCI_PULL_REQUEST"
258
+ },
259
+ {
260
+ name: "Magnum CI",
261
+ constant: "MAGNUM",
262
+ env: "MAGNUM"
263
+ },
264
+ {
265
+ name: "Netlify CI",
266
+ constant: "NETLIFY",
267
+ env: "NETLIFY",
268
+ pr: {
269
+ env: "PULL_REQUEST",
270
+ ne: "false"
271
+ }
272
+ },
273
+ {
274
+ name: "Nevercode",
275
+ constant: "NEVERCODE",
276
+ env: "NEVERCODE",
277
+ pr: {
278
+ env: "NEVERCODE_PULL_REQUEST",
279
+ ne: "false"
280
+ }
281
+ },
282
+ {
283
+ name: "Prow",
284
+ constant: "PROW",
285
+ env: "PROW_JOB_ID"
286
+ },
287
+ {
288
+ name: "ReleaseHub",
289
+ constant: "RELEASEHUB",
290
+ env: "RELEASE_BUILD_ID"
291
+ },
292
+ {
293
+ name: "Render",
294
+ constant: "RENDER",
295
+ env: "RENDER",
296
+ pr: {
297
+ IS_PULL_REQUEST: "true"
298
+ }
299
+ },
300
+ {
301
+ name: "Sail CI",
302
+ constant: "SAIL",
303
+ env: "SAILCI",
304
+ pr: "SAIL_PULL_REQUEST_NUMBER"
305
+ },
306
+ {
307
+ name: "Screwdriver",
308
+ constant: "SCREWDRIVER",
309
+ env: "SCREWDRIVER",
310
+ pr: {
311
+ env: "SD_PULL_REQUEST",
312
+ ne: "false"
313
+ }
314
+ },
315
+ {
316
+ name: "Semaphore",
317
+ constant: "SEMAPHORE",
318
+ env: "SEMAPHORE",
319
+ pr: "PULL_REQUEST_NUMBER"
320
+ },
321
+ {
322
+ name: "Sourcehut",
323
+ constant: "SOURCEHUT",
324
+ env: {
325
+ CI_NAME: "sourcehut"
326
+ }
327
+ },
328
+ {
329
+ name: "Strider CD",
330
+ constant: "STRIDER",
331
+ env: "STRIDER"
332
+ },
333
+ {
334
+ name: "TaskCluster",
335
+ constant: "TASKCLUSTER",
336
+ env: [
337
+ "TASK_ID",
338
+ "RUN_ID"
339
+ ]
340
+ },
341
+ {
342
+ name: "TeamCity",
343
+ constant: "TEAMCITY",
344
+ env: "TEAMCITY_VERSION"
345
+ },
346
+ {
347
+ name: "Travis CI",
348
+ constant: "TRAVIS",
349
+ env: "TRAVIS",
350
+ pr: {
351
+ env: "TRAVIS_PULL_REQUEST",
352
+ ne: "false"
353
+ }
354
+ },
355
+ {
356
+ name: "Vela",
357
+ constant: "VELA",
358
+ env: "VELA",
359
+ pr: {
360
+ VELA_PULL_REQUEST: "1"
361
+ }
362
+ },
363
+ {
364
+ name: "Vercel",
365
+ constant: "VERCEL",
366
+ env: {
367
+ any: [
368
+ "NOW_BUILDER",
369
+ "VERCEL"
370
+ ]
371
+ },
372
+ pr: "VERCEL_GIT_PULL_REQUEST_ID"
373
+ },
374
+ {
375
+ name: "Visual Studio App Center",
376
+ constant: "APPCENTER",
377
+ env: "APPCENTER_BUILD_ID"
378
+ },
379
+ {
380
+ name: "Woodpecker",
381
+ constant: "WOODPECKER",
382
+ env: {
383
+ CI: "woodpecker"
384
+ },
385
+ pr: {
386
+ CI_BUILD_EVENT: "pull_request"
387
+ }
388
+ },
389
+ {
390
+ name: "Xcode Cloud",
391
+ constant: "XCODE_CLOUD",
392
+ env: "CI_XCODE_PROJECT",
393
+ pr: "CI_PULL_REQUEST_NUMBER"
394
+ },
395
+ {
396
+ name: "Xcode Server",
397
+ constant: "XCODE_SERVER",
398
+ env: "XCS"
399
+ }
400
+ ];
401
+ }
402
+ });
403
+
404
+ // ../../node_modules/.pnpm/ci-info@4.1.0/node_modules/ci-info/index.js
405
+ var require_ci_info = __commonJS({
406
+ "../../node_modules/.pnpm/ci-info@4.1.0/node_modules/ci-info/index.js"(exports) {
407
+ "use strict";
408
+ var vendors = require_vendors();
409
+ var env = process.env;
410
+ Object.defineProperty(exports, "_vendors", {
411
+ value: vendors.map(function(v) {
412
+ return v.constant;
413
+ })
414
+ });
415
+ exports.name = null;
416
+ exports.isPR = null;
417
+ exports.id = null;
418
+ vendors.forEach(function(vendor) {
419
+ const envs = Array.isArray(vendor.env) ? vendor.env : [vendor.env];
420
+ const isCI = envs.every(function(obj) {
421
+ return checkEnv(obj);
422
+ });
423
+ exports[vendor.constant] = isCI;
424
+ if (!isCI) {
425
+ return;
426
+ }
427
+ exports.name = vendor.name;
428
+ exports.isPR = checkPR(vendor);
429
+ exports.id = vendor.constant;
430
+ });
431
+ exports.isCI = !!(env.CI !== "false" && // Bypass all checks if CI env is explicitly set to 'false'
432
+ (env.BUILD_ID || // Jenkins, Cloudbees
433
+ env.BUILD_NUMBER || // Jenkins, TeamCity
434
+ env.CI || // Travis CI, CircleCI, Cirrus CI, Gitlab CI, Appveyor, CodeShip, dsari
435
+ env.CI_APP_ID || // Appflow
436
+ env.CI_BUILD_ID || // Appflow
437
+ env.CI_BUILD_NUMBER || // Appflow
438
+ env.CI_NAME || // Codeship and others
439
+ env.CONTINUOUS_INTEGRATION || // Travis CI, Cirrus CI
440
+ env.RUN_ID || // TaskCluster, dsari
441
+ exports.name || false));
442
+ function checkEnv(obj) {
443
+ if (typeof obj === "string")
444
+ return !!env[obj];
445
+ if ("env" in obj) {
446
+ return env[obj.env] && env[obj.env].includes(obj.includes);
447
+ }
448
+ if ("any" in obj) {
449
+ return obj.any.some(function(k) {
450
+ return !!env[k];
451
+ });
452
+ }
453
+ return Object.keys(obj).every(function(k) {
454
+ return env[k] === obj[k];
455
+ });
456
+ }
457
+ function checkPR(vendor) {
458
+ switch (typeof vendor.pr) {
459
+ case "string":
460
+ return !!env[vendor.pr];
461
+ case "object":
462
+ if ("env" in vendor.pr) {
463
+ if ("any" in vendor.pr) {
464
+ return vendor.pr.any.some(function(key) {
465
+ return env[vendor.pr.env] === key;
466
+ });
467
+ } else {
468
+ return vendor.pr.env in env && env[vendor.pr.env] !== vendor.pr.ne;
469
+ }
470
+ } else if ("any" in vendor.pr) {
471
+ return vendor.pr.any.some(function(key) {
472
+ return !!env[key];
473
+ });
474
+ } else {
475
+ return checkEnv(vendor.pr);
476
+ }
477
+ default:
478
+ return null;
479
+ }
480
+ }
481
+ }
482
+ });
483
+
48
484
  // ../../node_modules/.pnpm/jaro-winkler@0.2.8/node_modules/jaro-winkler/index.js
49
485
  var require_jaro_winkler = __commonJS({
50
486
  "../../node_modules/.pnpm/jaro-winkler@0.2.8/node_modules/jaro-winkler/index.js"(exports, module) {
@@ -2171,6 +2607,43 @@ async function executeUpgrade() {
2171
2607
  });
2172
2608
  }
2173
2609
 
2610
+ // src/util/updates.ts
2611
+ var import_ci_info = __toESM(require_ci_info(), 1);
2612
+ function isAutoUpdateEnabled(config) {
2613
+ return config.updates?.auto === true;
2614
+ }
2615
+ function hasAutoUpdatePreference(config) {
2616
+ return typeof config.updates?.auto === "boolean";
2617
+ }
2618
+ function setAutoUpdate(client, enabled) {
2619
+ client.config = {
2620
+ ...client.config,
2621
+ updates: {
2622
+ ...client.config.updates,
2623
+ auto: enabled
2624
+ }
2625
+ };
2626
+ writeToConfigFile(client.config);
2627
+ }
2628
+ async function canAutoUpdate(client, exitCode, command) {
2629
+ if (!isAutoUpdateEnabled(client.config)) {
2630
+ return false;
2631
+ }
2632
+ if (exitCode !== 0) {
2633
+ return false;
2634
+ }
2635
+ if (import_ci_info.default.isCI) {
2636
+ return false;
2637
+ }
2638
+ if (client.nonInteractive || client.isAgent) {
2639
+ return false;
2640
+ }
2641
+ if (command === "upgrade") {
2642
+ return false;
2643
+ }
2644
+ return isGlobal();
2645
+ }
2646
+
2174
2647
  // src/commands/login/index.ts
2175
2648
  var import_chalk5 = __toESM(require_source(), 1);
2176
2649
 
@@ -2314,6 +2787,11 @@ export {
2314
2787
  api,
2315
2788
  tryOpenApiFallback,
2316
2789
  executeUpgrade,
2790
+ require_ci_info,
2791
+ isAutoUpdateEnabled,
2792
+ hasAutoUpdatePreference,
2793
+ setAutoUpdate,
2794
+ canAutoUpdate,
2317
2795
  login2 as login,
2318
2796
  box
2319
2797
  };
@@ -9,14 +9,14 @@ import {
9
9
  } from "./chunk-HTOH3MSD.js";
10
10
  import {
11
11
  getScope
12
- } from "./chunk-KWDV5FZH.js";
12
+ } from "./chunk-J7RPHYNB.js";
13
13
  import {
14
14
  AGENT_REASON
15
15
  } from "./chunk-E3NE4SKN.js";
16
16
  import {
17
17
  getLinkedProject,
18
18
  getProjectByNameOrId
19
- } from "./chunk-X775BOSL.js";
19
+ } from "./chunk-FKUVFVT2.js";
20
20
  import {
21
21
  buildCommandWithGlobalFlags,
22
22
  outputAgentError
@@ -6,7 +6,7 @@ const __filename = __fileURLToPath(import.meta.url);
6
6
  const __dirname = __dirname_(__filename);
7
7
  import {
8
8
  resolveAlertsScope
9
- } from "./chunk-FXSXQHVF.js";
9
+ } from "./chunk-YNHUUJTK.js";
10
10
  import {
11
11
  handleValidationError,
12
12
  outputError,
@@ -7,7 +7,7 @@ const __dirname = __dirname_(__filename);
7
7
  import {
8
8
  formatCondition,
9
9
  formatTransform
10
- } from "./chunk-XNUHSM7I.js";
10
+ } from "./chunk-DP5346AR.js";
11
11
  import {
12
12
  output_manager_default
13
13
  } from "./chunk-ZQKJVHXY.js";
@@ -11,8 +11,8 @@ import {
11
11
  findSourceVercelConfigFile,
12
12
  getVercelConfigPath,
13
13
  normalizeConfig
14
- } from "./chunk-X775BOSL.js";
15
- import "./chunk-4OEA5ILS.js";
14
+ } from "./chunk-FKUVFVT2.js";
15
+ import "./chunk-KSMF2UFR.js";
16
16
  import "./chunk-ULXHXZCZ.js";
17
17
  import "./chunk-CO5D46AG.js";
18
18
  import "./chunk-N2T234LO.js";
@@ -15,7 +15,7 @@ import {
15
15
  parseSubcommandArgs,
16
16
  resolveRoutes,
17
17
  withGlobalFlags
18
- } from "./chunk-XNUHSM7I.js";
18
+ } from "./chunk-DP5346AR.js";
19
19
  import {
20
20
  deleteSubcommand
21
21
  } from "./chunk-JFVGRFME.js";
@@ -23,8 +23,8 @@ import {
23
23
  AGENT_REASON,
24
24
  AGENT_STATUS
25
25
  } from "./chunk-E3NE4SKN.js";
26
- import "./chunk-X775BOSL.js";
27
- import "./chunk-4OEA5ILS.js";
26
+ import "./chunk-FKUVFVT2.js";
27
+ import "./chunk-KSMF2UFR.js";
28
28
  import {
29
29
  outputAgentError
30
30
  } from "./chunk-ULXHXZCZ.js";
@@ -17,13 +17,13 @@ import {
17
17
  parseSubcommandArgs,
18
18
  resolveRoute,
19
19
  withGlobalFlags
20
- } from "./chunk-XNUHSM7I.js";
20
+ } from "./chunk-DP5346AR.js";
21
21
  import {
22
22
  disableSubcommand
23
23
  } from "./chunk-JFVGRFME.js";
24
24
  import "./chunk-E3NE4SKN.js";
25
- import "./chunk-X775BOSL.js";
26
- import "./chunk-4OEA5ILS.js";
25
+ import "./chunk-FKUVFVT2.js";
26
+ import "./chunk-KSMF2UFR.js";
27
27
  import {
28
28
  outputAgentError
29
29
  } from "./chunk-ULXHXZCZ.js";
@@ -17,13 +17,13 @@ import {
17
17
  parseSubcommandArgs,
18
18
  printDiffSummary,
19
19
  withGlobalFlags
20
- } from "./chunk-XNUHSM7I.js";
20
+ } from "./chunk-DP5346AR.js";
21
21
  import {
22
22
  discardSubcommand
23
23
  } from "./chunk-JFVGRFME.js";
24
24
  import "./chunk-E3NE4SKN.js";
25
- import "./chunk-X775BOSL.js";
26
- import "./chunk-4OEA5ILS.js";
25
+ import "./chunk-FKUVFVT2.js";
26
+ import "./chunk-KSMF2UFR.js";
27
27
  import {
28
28
  outputAgentError
29
29
  } from "./chunk-ULXHXZCZ.js";
@@ -19,7 +19,7 @@ import {
19
19
  printRouteConfig,
20
20
  routingRuleToCurrentRoute,
21
21
  runInteractiveEditLoop
22
- } from "./chunk-IIZO5JJ2.js";
22
+ } from "./chunk-ZFEECTPC.js";
23
23
  import {
24
24
  getRouteVersions
25
25
  } from "./chunk-AHU7WNL2.js";
@@ -31,13 +31,13 @@ import {
31
31
  resolveRoute,
32
32
  shellQuoteRouteIdentifierForSuggestion,
33
33
  withGlobalFlags
34
- } from "./chunk-XNUHSM7I.js";
34
+ } from "./chunk-DP5346AR.js";
35
35
  import {
36
36
  editSubcommand
37
37
  } from "./chunk-JFVGRFME.js";
38
38
  import "./chunk-E3NE4SKN.js";
39
- import "./chunk-X775BOSL.js";
40
- import "./chunk-4OEA5ILS.js";
39
+ import "./chunk-FKUVFVT2.js";
40
+ import "./chunk-KSMF2UFR.js";
41
41
  import {
42
42
  outputAgentError
43
43
  } from "./chunk-ULXHXZCZ.js";
@@ -74,7 +74,7 @@ async function edit(client, argv) {
74
74
  const { args, flags } = parsed;
75
75
  const skipConfirmation = flags["--yes"];
76
76
  const identifier = args[0];
77
- const { RoutesEditTelemetryClient } = await import("./routes-2YVMQEPC.js");
77
+ const { RoutesEditTelemetryClient } = await import("./routes-I74KWX7Q.js");
78
78
  const telemetry = new RoutesEditTelemetryClient({
79
79
  opts: { store: client.telemetryEventStore }
80
80
  });
@@ -17,13 +17,13 @@ import {
17
17
  parseSubcommandArgs,
18
18
  resolveRoute,
19
19
  withGlobalFlags
20
- } from "./chunk-XNUHSM7I.js";
20
+ } from "./chunk-DP5346AR.js";
21
21
  import {
22
22
  enableSubcommand
23
23
  } from "./chunk-JFVGRFME.js";
24
24
  import "./chunk-E3NE4SKN.js";
25
- import "./chunk-X775BOSL.js";
26
- import "./chunk-4OEA5ILS.js";
25
+ import "./chunk-FKUVFVT2.js";
26
+ import "./chunk-KSMF2UFR.js";
27
27
  import {
28
28
  outputAgentError
29
29
  } from "./chunk-ULXHXZCZ.js";
@@ -9,13 +9,13 @@ import {
9
9
  getRoutes,
10
10
  parseSubcommandArgs,
11
11
  withGlobalFlags
12
- } from "./chunk-XNUHSM7I.js";
12
+ } from "./chunk-DP5346AR.js";
13
13
  import {
14
14
  exportSubcommand
15
15
  } from "./chunk-JFVGRFME.js";
16
16
  import "./chunk-E3NE4SKN.js";
17
- import "./chunk-X775BOSL.js";
18
- import "./chunk-4OEA5ILS.js";
17
+ import "./chunk-FKUVFVT2.js";
18
+ import "./chunk-KSMF2UFR.js";
19
19
  import {
20
20
  outputAgentError
21
21
  } from "./chunk-ULXHXZCZ.js";