vercel 54.12.1 → 54.13.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 (50) hide show
  1. package/dist/chunks/{add-5YK3M2KO.js → add-PVEKZBHH.js} +4 -4
  2. package/dist/chunks/{chunk-EACELZBS.js → chunk-4KAFHBYE.js} +1 -1
  3. package/dist/chunks/{chunk-QNCTSLLG.js → chunk-5UCWXYNH.js} +86 -7
  4. package/dist/chunks/{chunk-2VD6MP2S.js → chunk-6D6CSOSK.js} +3 -3
  5. package/dist/chunks/{chunk-LCH4AM3G.js → chunk-6K3WJDFA.js} +4 -4
  6. package/dist/chunks/{chunk-LMA2ECMW.js → chunk-7CJZCFLW.js} +2 -2
  7. package/dist/chunks/{chunk-DW6I2NB5.js → chunk-7OZWGXPA.js} +1 -1
  8. package/dist/chunks/{chunk-3PICWXS2.js → chunk-ABOX5TXU.js} +2 -2
  9. package/dist/chunks/{chunk-ASVZLQHG.js → chunk-ADLWAO5W.js} +4 -4
  10. package/dist/chunks/{chunk-25I7H5PE.js → chunk-C3VH3X5Y.js} +2 -2
  11. package/dist/chunks/{chunk-W3JJBXIV.js → chunk-FPRA7U2P.js} +1 -1
  12. package/dist/chunks/{chunk-CLUKKIJ2.js → chunk-G7QWUIGS.js} +1 -1
  13. package/dist/chunks/{chunk-222H5MYY.js → chunk-NR67NDOY.js} +54 -3
  14. package/dist/chunks/{chunk-FVDFTZNG.js → chunk-OEM7RB3X.js} +1 -1
  15. package/dist/chunks/{chunk-XNIDT5YQ.js → chunk-S4VHXL2Y.js} +1 -1
  16. package/dist/chunks/{chunk-H5BA73FD.js → chunk-UAI4ESAJ.js} +4 -4
  17. package/dist/chunks/{chunk-OX7C563N.js → chunk-V2WFM23D.js} +1 -1
  18. package/dist/chunks/{chunk-OKWVPKJJ.js → chunk-V4GROAUJ.js} +1 -1
  19. package/dist/chunks/{chunk-AMAIJW4M.js → chunk-Y76J3TGD.js} +1 -1
  20. package/dist/chunks/{chunk-2RKOZW37.js → chunk-Z7KOKD2G.js} +1 -1
  21. package/dist/chunks/{compile-vercel-config-I3T4AEXU.js → compile-vercel-config-MD37D2F7.js} +1 -1
  22. package/dist/chunks/{delete-OD4WVKF4.js → delete-6EMDCXSA.js} +2 -2
  23. package/dist/chunks/{disable-SH5IOSNN.js → disable-FLJ27NHG.js} +2 -2
  24. package/dist/chunks/{discard-UORFIAA7.js → discard-KEIII6RM.js} +2 -2
  25. package/dist/chunks/{edit-XFOZPNOL.js → edit-DOL2ZJPG.js} +3 -3
  26. package/dist/chunks/{enable-EVLFH26N.js → enable-PZWZIETT.js} +2 -2
  27. package/dist/chunks/{export-WJSCQI55.js → export-2PFHAELC.js} +2 -2
  28. package/dist/chunks/{inspect-HWK54XQ6.js → inspect-WPWOZJ2K.js} +3 -3
  29. package/dist/chunks/{list-IYZBA423.js → list-4R5DCLTB.js} +2 -2
  30. package/dist/chunks/{list-KZ647RZP.js → list-ZT7QK2H7.js} +3 -3
  31. package/dist/chunks/{ls-ZCBISAGK.js → ls-4JTXQXMQ.js} +4 -4
  32. package/dist/chunks/{publish-YR3J3EPP.js → publish-JV4J3SOA.js} +2 -2
  33. package/dist/chunks/{query-X2QQO76U.js → query-N22EYSZZ.js} +2 -2
  34. package/dist/chunks/{reorder-MCF2HGT2.js → reorder-TG53BKW4.js} +2 -2
  35. package/dist/chunks/{restore-OYG5VNC5.js → restore-U7O4VESA.js} +2 -2
  36. package/dist/chunks/{rm-P5AQ5QOK.js → rm-XA4LYZXI.js} +4 -4
  37. package/dist/chunks/{rule-inspect-PLVOGWS6.js → rule-inspect-HC745CYT.js} +4 -4
  38. package/dist/chunks/{rules-EVN4EVS7.js → rules-RMN72YHN.js} +6 -6
  39. package/dist/chunks/{schema-QMTPSIKA.js → schema-CZVKUXM6.js} +2 -2
  40. package/dist/chunks/{update-3ZZK7JLD.js → update-PU3WLIA7.js} +4 -4
  41. package/dist/commands/build/index.js +9 -9
  42. package/dist/commands/deploy/index.js +10 -10
  43. package/dist/commands/dev/index.js +8 -8
  44. package/dist/commands/env/index.js +4 -4
  45. package/dist/commands/link/index.js +7 -7
  46. package/dist/commands/list/index.js +3 -3
  47. package/dist/commands-bulk.js +671 -574
  48. package/dist/index.js +8 -8
  49. package/dist/version.mjs +1 -1
  50. package/package.json +16 -16
@@ -9,8 +9,8 @@ import {
9
9
  handleRulesApiError,
10
10
  parseRulesFlagsAndScope,
11
11
  rulesCollectionPath
12
- } from "./chunk-DW6I2NB5.js";
13
- import "./chunk-3PICWXS2.js";
12
+ } from "./chunk-7OZWGXPA.js";
13
+ import "./chunk-ABOX5TXU.js";
14
14
  import "./chunk-5SYDEK2N.js";
15
15
  import {
16
16
  validateJsonOutput
@@ -21,8 +21,8 @@ import {
21
21
  import {
22
22
  AGENT_REASON
23
23
  } from "./chunk-LJ5WXXG6.js";
24
- import "./chunk-2RKOZW37.js";
25
- import "./chunk-QNCTSLLG.js";
24
+ import "./chunk-Z7KOKD2G.js";
25
+ import "./chunk-5UCWXYNH.js";
26
26
  import "./chunk-J5273CSE.js";
27
27
  import {
28
28
  buildCommandWithGlobalFlags,
@@ -18,7 +18,7 @@ import {
18
18
  require_lib,
19
19
  require_minimatch,
20
20
  require_pluralize
21
- } from "./chunk-QNCTSLLG.js";
21
+ } from "./chunk-5UCWXYNH.js";
22
22
  import {
23
23
  CantParseJSONFile,
24
24
  cmd,
@@ -16043,8 +16043,7 @@ var require_frameworks = __commonJS({
16043
16043
  value: ".output"
16044
16044
  }
16045
16045
  },
16046
- getOutputDirName: async () => ".output",
16047
- experimental: true
16046
+ getOutputDirName: async () => ".output"
16048
16047
  },
16049
16048
  {
16050
16049
  name: "Sanity",
@@ -17852,6 +17851,91 @@ var require_frameworks = __commonJS({
17852
17851
  }
17853
17852
  ]
17854
17853
  },
17854
+ {
17855
+ name: "Bun",
17856
+ slug: "bun",
17857
+ runtimeFramework: true,
17858
+ experimental: true,
17859
+ supersedes: ["node"],
17860
+ logo: "https://api-frameworks.vercel.sh/framework-logos/bun.svg",
17861
+ tagline: "Bun is a fast all-in-one JavaScript runtime, bundler, and package manager.",
17862
+ description: "A Bun application deployed as a serverless function.",
17863
+ website: "https://bun.com",
17864
+ useRuntime: { src: "package.json", use: "@vercel/backends" },
17865
+ ignoreRuntimes: ["@vercel/node"],
17866
+ detectors: {
17867
+ every: [
17868
+ {
17869
+ path: "bun.lock"
17870
+ }
17871
+ ],
17872
+ some: [
17873
+ {
17874
+ path: "server.cjs"
17875
+ },
17876
+ {
17877
+ path: "server.js"
17878
+ },
17879
+ {
17880
+ path: "server.mjs"
17881
+ },
17882
+ {
17883
+ path: "server.mts"
17884
+ },
17885
+ {
17886
+ path: "server.ts"
17887
+ },
17888
+ {
17889
+ path: "server.cts"
17890
+ },
17891
+ {
17892
+ path: "src/server.cjs"
17893
+ },
17894
+ {
17895
+ path: "src/server.js"
17896
+ },
17897
+ {
17898
+ path: "src/server.mjs"
17899
+ },
17900
+ {
17901
+ path: "src/server.mts"
17902
+ },
17903
+ {
17904
+ path: "src/server.ts"
17905
+ },
17906
+ {
17907
+ path: "src/server.cts"
17908
+ }
17909
+ ]
17910
+ },
17911
+ settings: {
17912
+ installCommand: {
17913
+ value: "bun install",
17914
+ placeholder: "bun install"
17915
+ },
17916
+ buildCommand: {
17917
+ placeholder: "None",
17918
+ value: null
17919
+ },
17920
+ devCommand: {
17921
+ placeholder: "`bun dev`, `bun run dev`, or `bun --hot server.ts`",
17922
+ value: null
17923
+ },
17924
+ outputDirectory: {
17925
+ value: "N/A"
17926
+ }
17927
+ },
17928
+ getOutputDirName: async () => "public",
17929
+ defaultRoutes: [
17930
+ {
17931
+ handle: "filesystem"
17932
+ },
17933
+ {
17934
+ src: "/(.*)",
17935
+ dest: "/"
17936
+ }
17937
+ ]
17938
+ },
17855
17939
  {
17856
17940
  name: "Node",
17857
17941
  slug: "node",
@@ -17863,11 +17947,6 @@ var require_frameworks = __commonJS({
17863
17947
  useRuntime: { src: "package.json", use: "@vercel/backends" },
17864
17948
  ignoreRuntimes: ["@vercel/node"],
17865
17949
  detectors: {
17866
- every: [
17867
- {
17868
- path: "package.json"
17869
- }
17870
- ],
17871
17950
  some: [
17872
17951
  {
17873
17952
  path: "server.cjs"
@@ -10,10 +10,10 @@ import {
10
10
  } from "./chunk-LJ5WXXG6.js";
11
11
  import {
12
12
  getLocalPathConfig
13
- } from "./chunk-OX7C563N.js";
13
+ } from "./chunk-V2WFM23D.js";
14
14
  import {
15
15
  getScope
16
- } from "./chunk-2RKOZW37.js";
16
+ } from "./chunk-Z7KOKD2G.js";
17
17
  import {
18
18
  VERCEL_DIR_PROJECT,
19
19
  VERCEL_DIR_README,
@@ -47,7 +47,7 @@ import {
47
47
  selectAndParseRemoteUrl,
48
48
  selectOrg,
49
49
  writeServicesConfig
50
- } from "./chunk-QNCTSLLG.js";
50
+ } from "./chunk-5UCWXYNH.js";
51
51
  import {
52
52
  buildCommandWithGlobalFlags,
53
53
  outputAgentError,
@@ -6,13 +6,13 @@ const __filename = __fileURLToPath(import.meta.url);
6
6
  const __dirname = __dirname_(__filename);
7
7
  import {
8
8
  writeProjectSettings
9
- } from "./chunk-W3JJBXIV.js";
9
+ } from "./chunk-FPRA7U2P.js";
10
10
  import {
11
11
  ensureLink
12
- } from "./chunk-LMA2ECMW.js";
12
+ } from "./chunk-7CJZCFLW.js";
13
13
  import {
14
14
  pullCommand
15
- } from "./chunk-FVDFTZNG.js";
15
+ } from "./chunk-OEM7RB3X.js";
16
16
  import {
17
17
  help
18
18
  } from "./chunk-VNUNCNPE.js";
@@ -23,7 +23,7 @@ import {
23
23
  envPullCommandLogic,
24
24
  humanizePath,
25
25
  parseTarget
26
- } from "./chunk-QNCTSLLG.js";
26
+ } from "./chunk-5UCWXYNH.js";
27
27
  import {
28
28
  TelemetryClient
29
29
  } from "./chunk-J5273CSE.js";
@@ -7,12 +7,12 @@ const __dirname = __dirname_(__filename);
7
7
  import {
8
8
  printProjectNotFoundError,
9
9
  setupAndLink
10
- } from "./chunk-2VD6MP2S.js";
10
+ } from "./chunk-6D6CSOSK.js";
11
11
  import {
12
12
  getLinkedProject,
13
13
  param,
14
14
  resolveProjectCwd
15
- } from "./chunk-QNCTSLLG.js";
15
+ } from "./chunk-5UCWXYNH.js";
16
16
  import {
17
17
  buildCommandWithYes,
18
18
  outputActionRequired
@@ -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-3PICWXS2.js";
9
+ } from "./chunk-ABOX5TXU.js";
10
10
  import {
11
11
  handleValidationError,
12
12
  outputError,
@@ -12,11 +12,11 @@ import {
12
12
  } from "./chunk-LJ5WXXG6.js";
13
13
  import {
14
14
  getScope
15
- } from "./chunk-2RKOZW37.js";
15
+ } from "./chunk-Z7KOKD2G.js";
16
16
  import {
17
17
  getLinkedProject,
18
18
  getProjectByNameOrId
19
- } from "./chunk-QNCTSLLG.js";
19
+ } from "./chunk-5UCWXYNH.js";
20
20
  import {
21
21
  buildCommandWithGlobalFlags,
22
22
  outputAgentError
@@ -8,22 +8,22 @@ import {
8
8
  getUpdateCommandInfo,
9
9
  isGlobal,
10
10
  isNativeBinaryInstall
11
- } from "./chunk-OKWVPKJJ.js";
11
+ } from "./chunk-V4GROAUJ.js";
12
12
  import {
13
13
  getGlobalPathConfig,
14
14
  writeToConfigFile
15
- } from "./chunk-25I7H5PE.js";
15
+ } from "./chunk-C3VH3X5Y.js";
16
16
  import {
17
17
  apiCommand,
18
18
  listSubcommand2 as listSubcommand,
19
19
  loginCommand
20
- } from "./chunk-222H5MYY.js";
20
+ } from "./chunk-NR67NDOY.js";
21
21
  import {
22
22
  help
23
23
  } from "./chunk-VNUNCNPE.js";
24
24
  import {
25
25
  login
26
- } from "./chunk-QNCTSLLG.js";
26
+ } from "./chunk-5UCWXYNH.js";
27
27
  import {
28
28
  TelemetryClient
29
29
  } from "./chunk-J5273CSE.js";
@@ -9,7 +9,7 @@ import {
9
9
  } from "./chunk-V5P25P7F.js";
10
10
  import {
11
11
  getLocalPathConfig
12
- } from "./chunk-OX7C563N.js";
12
+ } from "./chunk-V2WFM23D.js";
13
13
  import {
14
14
  DEFAULT_VERCEL_CONFIG_FILENAME,
15
15
  VERCEL_CONFIG_EXTENSIONS,
@@ -36,7 +36,7 @@ import {
36
36
  useKeypress,
37
37
  usePrefix,
38
38
  useState
39
- } from "./chunk-QNCTSLLG.js";
39
+ } from "./chunk-5UCWXYNH.js";
40
40
  import {
41
41
  require_load_json_file
42
42
  } from "./chunk-J5273CSE.js";
@@ -8,7 +8,7 @@ import {
8
8
  VERCEL_DIR,
9
9
  VERCEL_DIR_PROJECT,
10
10
  require_lib
11
- } from "./chunk-QNCTSLLG.js";
11
+ } from "./chunk-5UCWXYNH.js";
12
12
  import {
13
13
  require_dist
14
14
  } from "./chunk-Z5SBJH6L.js";
@@ -10,7 +10,7 @@ import {
10
10
  } from "./chunk-LJ5WXXG6.js";
11
11
  import {
12
12
  getLinkedProject
13
- } from "./chunk-QNCTSLLG.js";
13
+ } from "./chunk-5UCWXYNH.js";
14
14
  import {
15
15
  buildCommandWithYes,
16
16
  outputAgentError
@@ -25,10 +25,10 @@ import {
25
25
  import {
26
26
  buildCommand,
27
27
  pullCommand
28
- } from "./chunk-FVDFTZNG.js";
28
+ } from "./chunk-OEM7RB3X.js";
29
29
  import {
30
30
  envCommand
31
- } from "./chunk-QNCTSLLG.js";
31
+ } from "./chunk-5UCWXYNH.js";
32
32
  import {
33
33
  confirmOption,
34
34
  forceOption,
@@ -5249,7 +5249,17 @@ var discoverSubcommand = {
5249
5249
  required: false
5250
5250
  }
5251
5251
  ],
5252
- options: [formatOption, jsonOption],
5252
+ options: [
5253
+ {
5254
+ name: "category",
5255
+ shorthand: "c",
5256
+ type: [String],
5257
+ deprecated: false,
5258
+ argument: "CATEGORY",
5259
+ description: "Filter integrations by category (can be repeated; e.g., -c storage -c authentication). Run `vercel integration categories` for valid slugs."
5260
+ },
5261
+ formatOption
5262
+ ],
5253
5263
  examples: [
5254
5264
  {
5255
5265
  name: "Discover marketplace integrations",
@@ -5262,12 +5272,51 @@ var discoverSubcommand = {
5262
5272
  `${packageName} integration discover aws`
5263
5273
  ]
5264
5274
  },
5275
+ {
5276
+ name: "Filter integrations by category",
5277
+ value: [
5278
+ `${packageName} integration discover --category storage`,
5279
+ `${packageName} integration discover -c authentication`
5280
+ ]
5281
+ },
5282
+ {
5283
+ name: "Filter by multiple categories at once (repeat the flag)",
5284
+ value: [
5285
+ `${packageName} integration discover --category storage --category authentication`,
5286
+ `${packageName} integration discover -c commerce -c payments -c authentication`
5287
+ ]
5288
+ },
5289
+ {
5290
+ name: "List available category slugs to use with --category",
5291
+ value: [`${packageName} integration categories`]
5292
+ },
5265
5293
  {
5266
5294
  name: "Discover marketplace integrations as JSON",
5267
5295
  value: [`${packageName} integration discover --format=json`]
5268
5296
  }
5269
5297
  ]
5270
5298
  };
5299
+ var categoriesSubcommand = {
5300
+ name: "categories",
5301
+ aliases: [],
5302
+ description: "List marketplace integration categories (slugs valid for `integration discover --category`)",
5303
+ arguments: [],
5304
+ options: [formatOption],
5305
+ examples: [
5306
+ {
5307
+ name: "List marketplace categories",
5308
+ value: [`${packageName} integration categories`]
5309
+ },
5310
+ {
5311
+ name: "List categories as JSON",
5312
+ value: [`${packageName} integration categories --format=json`]
5313
+ },
5314
+ {
5315
+ name: "Use a category slug to filter discover results",
5316
+ value: [`${packageName} integration discover --category storage`]
5317
+ }
5318
+ ]
5319
+ };
5271
5320
  var balanceSubcommand = {
5272
5321
  name: "balance",
5273
5322
  aliases: [],
@@ -5486,6 +5535,7 @@ var integrationCommand = {
5486
5535
  addSubcommand7,
5487
5536
  acceptTermsSubcommand,
5488
5537
  balanceSubcommand,
5538
+ categoriesSubcommand,
5489
5539
  discoverSubcommand,
5490
5540
  guideSubcommand,
5491
5541
  installationsSubcommand,
@@ -8776,6 +8826,7 @@ export {
8776
8826
  installationsSubcommand,
8777
8827
  listSubcommand11,
8778
8828
  discoverSubcommand,
8829
+ categoriesSubcommand,
8779
8830
  balanceSubcommand,
8780
8831
  updateSubcommand4,
8781
8832
  removeSubcommand10,
@@ -6,7 +6,7 @@ const __filename = __fileURLToPath(import.meta.url);
6
6
  const __dirname = __dirname_(__filename);
7
7
  import {
8
8
  getEnvTargetPlaceholder
9
- } from "./chunk-QNCTSLLG.js";
9
+ } from "./chunk-5UCWXYNH.js";
10
10
  import {
11
11
  projectOption,
12
12
  yesOption
@@ -7,7 +7,7 @@ const __dirname = __dirname_(__filename);
7
7
  import {
8
8
  formatCondition,
9
9
  formatTransform
10
- } from "./chunk-CLUKKIJ2.js";
10
+ } from "./chunk-G7QWUIGS.js";
11
11
  import {
12
12
  output_manager_default
13
13
  } from "./chunk-Z5SBJH6L.js";
@@ -9,7 +9,7 @@ import {
9
9
  printIndications,
10
10
  require_dist as require_dist2,
11
11
  sleep
12
- } from "./chunk-25I7H5PE.js";
12
+ } from "./chunk-C3VH3X5Y.js";
13
13
  import {
14
14
  suggestNextCommands
15
15
  } from "./chunk-LKBI43XK.js";
@@ -19,10 +19,10 @@ import {
19
19
  } from "./chunk-TCF6MGBY.js";
20
20
  import {
21
21
  CommandTimeout
22
- } from "./chunk-222H5MYY.js";
22
+ } from "./chunk-NR67NDOY.js";
23
23
  import {
24
24
  getScope
25
- } from "./chunk-2RKOZW37.js";
25
+ } from "./chunk-Z7KOKD2G.js";
26
26
  import {
27
27
  getProjectByNameOrId,
28
28
  param,
@@ -31,7 +31,7 @@ import {
31
31
  require_pluralize,
32
32
  showPluginTipIfNeeded,
33
33
  ua_default
34
- } from "./chunk-QNCTSLLG.js";
34
+ } from "./chunk-5UCWXYNH.js";
35
35
  import {
36
36
  require_ms,
37
37
  stamp_default
@@ -7,7 +7,7 @@ const __dirname = __dirname_(__filename);
7
7
  import {
8
8
  VERCEL_DIR,
9
9
  isVercelTomlEnabled
10
- } from "./chunk-QNCTSLLG.js";
10
+ } from "./chunk-5UCWXYNH.js";
11
11
  import {
12
12
  parseArguments
13
13
  } from "./chunk-6IQZVQV6.js";
@@ -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-QNCTSLLG.js";
9
+ } from "./chunk-5UCWXYNH.js";
10
10
  import {
11
11
  packageName
12
12
  } 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
  STANDARD_ENVIRONMENTS
9
- } from "./chunk-QNCTSLLG.js";
9
+ } from "./chunk-5UCWXYNH.js";
10
10
  import {
11
11
  getCommandName,
12
12
  require_lib
@@ -11,7 +11,7 @@ import {
11
11
  getTeamById,
12
12
  getUser,
13
13
  getVercelDirectory
14
- } from "./chunk-QNCTSLLG.js";
14
+ } from "./chunk-5UCWXYNH.js";
15
15
  import {
16
16
  TeamDeleted
17
17
  } from "./chunk-LN6B7ZI3.js";
@@ -11,7 +11,7 @@ import {
11
11
  findSourceVercelConfigFile,
12
12
  getVercelConfigPath,
13
13
  normalizeConfig
14
- } from "./chunk-QNCTSLLG.js";
14
+ } from "./chunk-5UCWXYNH.js";
15
15
  import "./chunk-J5273CSE.js";
16
16
  import "./chunk-NHGCQRK5.js";
17
17
  import "./chunk-CO5D46AG.js";
@@ -15,7 +15,7 @@ import {
15
15
  parseSubcommandArgs,
16
16
  resolveRoutes,
17
17
  withGlobalFlags
18
- } from "./chunk-CLUKKIJ2.js";
18
+ } from "./chunk-G7QWUIGS.js";
19
19
  import {
20
20
  deleteSubcommand
21
21
  } from "./chunk-WFRHKZFI.js";
@@ -23,7 +23,7 @@ import {
23
23
  AGENT_REASON,
24
24
  AGENT_STATUS
25
25
  } from "./chunk-LJ5WXXG6.js";
26
- import "./chunk-QNCTSLLG.js";
26
+ import "./chunk-5UCWXYNH.js";
27
27
  import "./chunk-J5273CSE.js";
28
28
  import {
29
29
  outputAgentError
@@ -17,12 +17,12 @@ import {
17
17
  parseSubcommandArgs,
18
18
  resolveRoute,
19
19
  withGlobalFlags
20
- } from "./chunk-CLUKKIJ2.js";
20
+ } from "./chunk-G7QWUIGS.js";
21
21
  import {
22
22
  disableSubcommand
23
23
  } from "./chunk-WFRHKZFI.js";
24
24
  import "./chunk-LJ5WXXG6.js";
25
- import "./chunk-QNCTSLLG.js";
25
+ import "./chunk-5UCWXYNH.js";
26
26
  import "./chunk-J5273CSE.js";
27
27
  import {
28
28
  outputAgentError
@@ -17,12 +17,12 @@ import {
17
17
  parseSubcommandArgs,
18
18
  printDiffSummary,
19
19
  withGlobalFlags
20
- } from "./chunk-CLUKKIJ2.js";
20
+ } from "./chunk-G7QWUIGS.js";
21
21
  import {
22
22
  discardSubcommand
23
23
  } from "./chunk-WFRHKZFI.js";
24
24
  import "./chunk-LJ5WXXG6.js";
25
- import "./chunk-QNCTSLLG.js";
25
+ import "./chunk-5UCWXYNH.js";
26
26
  import "./chunk-J5273CSE.js";
27
27
  import {
28
28
  outputAgentError
@@ -19,7 +19,7 @@ import {
19
19
  printRouteConfig,
20
20
  routingRuleToCurrentRoute,
21
21
  runInteractiveEditLoop
22
- } from "./chunk-XNIDT5YQ.js";
22
+ } from "./chunk-S4VHXL2Y.js";
23
23
  import {
24
24
  getRouteVersions
25
25
  } from "./chunk-AHU7WNL2.js";
@@ -31,12 +31,12 @@ import {
31
31
  resolveRoute,
32
32
  shellQuoteRouteIdentifierForSuggestion,
33
33
  withGlobalFlags
34
- } from "./chunk-CLUKKIJ2.js";
34
+ } from "./chunk-G7QWUIGS.js";
35
35
  import {
36
36
  editSubcommand
37
37
  } from "./chunk-WFRHKZFI.js";
38
38
  import "./chunk-LJ5WXXG6.js";
39
- import "./chunk-QNCTSLLG.js";
39
+ import "./chunk-5UCWXYNH.js";
40
40
  import "./chunk-J5273CSE.js";
41
41
  import {
42
42
  outputAgentError
@@ -17,12 +17,12 @@ import {
17
17
  parseSubcommandArgs,
18
18
  resolveRoute,
19
19
  withGlobalFlags
20
- } from "./chunk-CLUKKIJ2.js";
20
+ } from "./chunk-G7QWUIGS.js";
21
21
  import {
22
22
  enableSubcommand
23
23
  } from "./chunk-WFRHKZFI.js";
24
24
  import "./chunk-LJ5WXXG6.js";
25
- import "./chunk-QNCTSLLG.js";
25
+ import "./chunk-5UCWXYNH.js";
26
26
  import "./chunk-J5273CSE.js";
27
27
  import {
28
28
  outputAgentError
@@ -9,12 +9,12 @@ import {
9
9
  getRoutes,
10
10
  parseSubcommandArgs,
11
11
  withGlobalFlags
12
- } from "./chunk-CLUKKIJ2.js";
12
+ } from "./chunk-G7QWUIGS.js";
13
13
  import {
14
14
  exportSubcommand
15
15
  } from "./chunk-WFRHKZFI.js";
16
16
  import "./chunk-LJ5WXXG6.js";
17
- import "./chunk-QNCTSLLG.js";
17
+ import "./chunk-5UCWXYNH.js";
18
18
  import "./chunk-J5273CSE.js";
19
19
  import {
20
20
  outputAgentError
@@ -6,7 +6,7 @@ const __filename = __fileURLToPath(import.meta.url);
6
6
  const __dirname = __dirname_(__filename);
7
7
  import {
8
8
  emitAlertsScopeError
9
- } from "./chunk-3PICWXS2.js";
9
+ } from "./chunk-ABOX5TXU.js";
10
10
  import {
11
11
  handleValidationError,
12
12
  outputError,
@@ -24,11 +24,11 @@ import {
24
24
  } from "./chunk-LJ5WXXG6.js";
25
25
  import {
26
26
  getScope
27
- } from "./chunk-2RKOZW37.js";
27
+ } from "./chunk-Z7KOKD2G.js";
28
28
  import {
29
29
  getLinkedProject,
30
30
  getProjectByNameOrId
31
- } from "./chunk-QNCTSLLG.js";
31
+ } from "./chunk-5UCWXYNH.js";
32
32
  import "./chunk-J5273CSE.js";
33
33
  import {
34
34
  buildCommandWithGlobalFlags,
@@ -24,11 +24,11 @@ import {
24
24
  } from "./chunk-FMN3NXRC.js";
25
25
  import {
26
26
  getScope
27
- } from "./chunk-2RKOZW37.js";
27
+ } from "./chunk-Z7KOKD2G.js";
28
28
  import {
29
29
  getLinkedProject,
30
30
  getProjectByNameOrId
31
- } from "./chunk-QNCTSLLG.js";
31
+ } from "./chunk-5UCWXYNH.js";
32
32
  import "./chunk-J5273CSE.js";
33
33
  import "./chunk-NHGCQRK5.js";
34
34
  import "./chunk-CO5D46AG.js";
@@ -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-3PICWXS2.js";
9
+ } from "./chunk-ABOX5TXU.js";
10
10
  import {
11
11
  handleValidationError,
12
12
  normalizeRepeatableStringFilters,
@@ -26,8 +26,8 @@ import "./chunk-NGRSQRSN.js";
26
26
  import {
27
27
  AGENT_REASON
28
28
  } from "./chunk-LJ5WXXG6.js";
29
- import "./chunk-2RKOZW37.js";
30
- import "./chunk-QNCTSLLG.js";
29
+ import "./chunk-Z7KOKD2G.js";
30
+ import "./chunk-5UCWXYNH.js";
31
31
  import "./chunk-J5273CSE.js";
32
32
  import {
33
33
  buildCommandWithGlobalFlags,