@shopify/cli 3.86.1 → 3.87.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 (101) hide show
  1. package/README.md +2 -1
  2. package/dist/assets/dev-console/extensions/dev-console/assets/index-0hw3R_TS.css +1 -0
  3. package/dist/assets/dev-console/index.html +2 -2
  4. package/dist/{chunk-2LK4JXAI.js → chunk-43MAAODZ.js} +29 -17
  5. package/dist/{chunk-B7H344JI.js → chunk-4RMT22ZG.js} +116 -97
  6. package/dist/{chunk-QZSPMSF2.js → chunk-4X3OSIUW.js} +18 -6
  7. package/dist/{chunk-AU6C5SPW.js → chunk-6CKI4ZVA.js} +8 -8
  8. package/dist/{chunk-NOHJOQVR.js → chunk-77FBLQSY.js} +3 -3
  9. package/dist/{chunk-K45JWD7H.js → chunk-DX2IC6MA.js} +25 -8
  10. package/dist/chunk-EZQWZ57B.js +53 -0
  11. package/dist/{chunk-YXTZTRRV.js → chunk-FBDL6M34.js} +4 -4
  12. package/dist/{chunk-HUR6MF6D.js → chunk-GK3L6WCO.js} +8 -8
  13. package/dist/{chunk-4MSYMXAX.js → chunk-GPKHDSF5.js} +2 -2
  14. package/dist/{chunk-A5RXDG36.js → chunk-GV3VXLHN.js} +7 -7
  15. package/dist/{chunk-KCMYZRDH.js → chunk-H3HXI5FI.js} +5 -5
  16. package/dist/{chunk-MZWHWEIR.js → chunk-H5JSK6HV.js} +2 -2
  17. package/dist/{chunk-AM4QB5OM.js → chunk-HMDWNGIV.js} +100 -206
  18. package/dist/{chunk-6VIQUXXO.js → chunk-HMJUSDS7.js} +2 -2
  19. package/dist/{chunk-GNW7DUJ5.js → chunk-ILCR5V7H.js} +2 -2
  20. package/dist/{chunk-AXMPBUZL.js → chunk-JJ3N36EZ.js} +3 -3
  21. package/dist/{chunk-6FH6AJI5.js → chunk-KUJQ4AB6.js} +103 -2
  22. package/dist/{chunk-ZKG22PUU.js → chunk-KW37WO42.js} +4 -4
  23. package/dist/{chunk-PANEHHGV.js → chunk-LMVYXPIS.js} +22 -9
  24. package/dist/{chunk-52OB52S5.js → chunk-LVH6EINO.js} +5 -5
  25. package/dist/{chunk-VGDJLENI.js → chunk-LWFYEQVC.js} +4 -4
  26. package/dist/{chunk-J4HWHB57.js → chunk-MJ2CC5UF.js} +4 -4
  27. package/dist/{chunk-E7SRX5ME.js → chunk-NKJY5K45.js} +4 -4
  28. package/dist/{chunk-YRJLM3MZ.js → chunk-PE3YDRXC.js} +2 -2
  29. package/dist/{chunk-4WBTBFNC.js → chunk-PU7263L3.js} +4 -4
  30. package/dist/{chunk-2WTSZOXI.js → chunk-PW5V2LBK.js} +3 -3
  31. package/dist/{chunk-PBZI5MOK.js → chunk-QIIIG73M.js} +61 -187
  32. package/dist/{chunk-SQNWVF3V.js → chunk-R7GPNRH3.js} +2 -2
  33. package/dist/{chunk-RQD77XVF.js → chunk-TVAQLJIT.js} +3 -3
  34. package/dist/{chunk-CZE7TCFI.js → chunk-TY4JIQTU.js} +3 -3
  35. package/dist/{chunk-IPWP4QG4.js → chunk-U4EHUN6F.js} +5 -5
  36. package/dist/{chunk-UB7QY2VF.js → chunk-U6SKVYZN.js} +3 -3
  37. package/dist/{chunk-J6JPAWCE.js → chunk-UQLUAYP7.js} +2 -2
  38. package/dist/{chunk-AAHIUMCI.js → chunk-VDMWZFUE.js} +3 -3
  39. package/dist/{chunk-X2YIODUW.js → chunk-VLBE545G.js} +15 -1237
  40. package/dist/{chunk-TDSRWKL2.js → chunk-VQVENW26.js} +6 -6
  41. package/dist/{chunk-NAPXIWWP.js → chunk-VRRM2VMH.js} +6 -6
  42. package/dist/{chunk-F2V6FX7R.js → chunk-WM77PTR2.js} +4 -4
  43. package/dist/chunk-XB6A45UN.js +80 -0
  44. package/dist/{chunk-EG6MBBEN.js → chunk-Y2JP6WFP.js} +2 -2
  45. package/dist/{chunk-PPM7JU6X.js → chunk-ZWG6Y7VK.js} +3 -3
  46. package/dist/cli/commands/auth/login.js +16 -13
  47. package/dist/cli/commands/auth/login.test.js +18 -15
  48. package/dist/cli/commands/auth/logout.js +16 -13
  49. package/dist/cli/commands/auth/logout.test.js +18 -15
  50. package/dist/cli/commands/cache/clear.js +16 -13
  51. package/dist/cli/commands/debug/command-flags.js +16 -13
  52. package/dist/cli/commands/docs/generate.js +16 -13
  53. package/dist/cli/commands/docs/generate.test.js +17 -14
  54. package/dist/cli/commands/help.js +16 -13
  55. package/dist/cli/commands/kitchen-sink/async.js +17 -14
  56. package/dist/cli/commands/kitchen-sink/async.test.js +18 -15
  57. package/dist/cli/commands/kitchen-sink/index.js +19 -16
  58. package/dist/cli/commands/kitchen-sink/index.test.js +20 -17
  59. package/dist/cli/commands/kitchen-sink/prompts.js +17 -14
  60. package/dist/cli/commands/kitchen-sink/prompts.test.js +18 -15
  61. package/dist/cli/commands/kitchen-sink/static.js +17 -14
  62. package/dist/cli/commands/kitchen-sink/static.test.js +18 -15
  63. package/dist/cli/commands/notifications/generate.js +17 -14
  64. package/dist/cli/commands/notifications/list.js +17 -14
  65. package/dist/cli/commands/search.js +17 -14
  66. package/dist/cli/commands/upgrade.js +17 -14
  67. package/dist/cli/commands/upgrade.test.js +1 -1
  68. package/dist/cli/commands/version.js +17 -14
  69. package/dist/cli/commands/version.test.js +18 -15
  70. package/dist/cli/services/commands/notifications.js +12 -9
  71. package/dist/cli/services/commands/search.js +8 -5
  72. package/dist/cli/services/commands/search.test.js +9 -6
  73. package/dist/cli/services/commands/version.js +9 -6
  74. package/dist/cli/services/commands/version.test.js +11 -8
  75. package/dist/cli/services/kitchen-sink/async.js +8 -5
  76. package/dist/cli/services/kitchen-sink/prompts.js +8 -5
  77. package/dist/cli/services/kitchen-sink/static.js +8 -5
  78. package/dist/cli/services/upgrade.js +9 -6
  79. package/dist/cli/services/upgrade.test.js +11 -8
  80. package/dist/{custom-oclif-loader-IB5J422L.js → custom-oclif-loader-QBK7WNIL.js} +18 -11
  81. package/dist/{del-DIPVIUR3.js → del-E4LJOSMR.js} +6 -6
  82. package/dist/{error-handler-CU4DBAA4.js → error-handler-YWRJD3ZX.js} +14 -11
  83. package/dist/hooks/postrun.js +14 -72
  84. package/dist/hooks/prerun.js +13 -10
  85. package/dist/{http-proxy-node16-K5X7BUK5.js → http-proxy-node16-VGGP6PLA.js} +5 -5
  86. package/dist/index.js +2878 -1671
  87. package/dist/{lib-EMZRCLCJ.js → lib-G7Q5M6VX.js} +4 -3
  88. package/dist/{local-PYV7PNUD.js → local-DU2CZ6Z3.js} +8 -5
  89. package/dist/{magic-string.es-UZAAPNRE.js → magic-string.es-S5HKFBJX.js} +5 -6
  90. package/dist/{morph-EGK76SED.js → morph-37GC7LQM.js} +16 -20
  91. package/dist/{node-package-manager-BCGA26RH.js → node-package-manager-W22PEMMM.js} +9 -6
  92. package/dist/{npa-LHT53SWR.js → npa-E675GQOI.js} +5 -3
  93. package/dist/{path-GB4VIEM6.js → path-COZT77T2.js} +2 -2
  94. package/dist/tsconfig.tsbuildinfo +1 -1
  95. package/dist/{ui-7POT36Q5.js → ui-GTBNK773.js} +8 -5
  96. package/dist/{workerd-UA5IB4IF.js → workerd-CT4T6SDW.js} +18 -17
  97. package/oclif.manifest.json +95 -127
  98. package/package.json +8 -8
  99. package/dist/assets/dev-console/extensions/dev-console/assets/index-BteeGmYf.css +0 -1
  100. package/dist/chunk-IWFYXDPH.js +0 -109
  101. /package/dist/assets/dev-console/extensions/dev-console/assets/{index-Cj8WCHlM.js → index-C12jKScn.js} +0 -0
@@ -5,7 +5,7 @@ import {
5
5
  renderDangerousConfirmationPrompt,
6
6
  renderSelectPrompt,
7
7
  renderTextPrompt
8
- } from "./chunk-PBZI5MOK.js";
8
+ } from "./chunk-QIIIG73M.js";
9
9
  import {
10
10
  init_cjs_shims
11
11
  } from "./chunk-PKR7KJ6P.js";
@@ -175,4 +175,4 @@ async function prompts() {
175
175
  export {
176
176
  prompts
177
177
  };
178
- //# sourceMappingURL=chunk-6VIQUXXO.js.map
178
+ //# sourceMappingURL=chunk-HMJUSDS7.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  openURL
3
- } from "./chunk-PBZI5MOK.js";
3
+ } from "./chunk-QIIIG73M.js";
4
4
  import {
5
5
  init_cjs_shims
6
6
  } from "./chunk-PKR7KJ6P.js";
@@ -15,4 +15,4 @@ async function searchService(query) {
15
15
  export {
16
16
  searchService
17
17
  };
18
- //# sourceMappingURL=chunk-GNW7DUJ5.js.map
18
+ //# sourceMappingURL=chunk-ILCR5V7H.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  prompts
3
- } from "./chunk-6VIQUXXO.js";
3
+ } from "./chunk-HMJUSDS7.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-K45JWD7H.js";
6
+ } from "./chunk-DX2IC6MA.js";
7
7
  import {
8
8
  init_cjs_shims
9
9
  } from "./chunk-PKR7KJ6P.js";
@@ -25,4 +25,4 @@ var KitchenSinkPrompts = class extends base_command_default {
25
25
  export {
26
26
  KitchenSinkPrompts
27
27
  };
28
- //# sourceMappingURL=chunk-AXMPBUZL.js.map
28
+ //# sourceMappingURL=chunk-JJ3N36EZ.js.map
@@ -1,3 +1,6 @@
1
+ import {
2
+ require_balanced_match
3
+ } from "./chunk-XE5EOEBL.js";
1
4
  import {
2
5
  __commonJS,
3
6
  __require,
@@ -1333,9 +1336,107 @@ var require_source_map_support = __commonJS({
1333
1336
  }
1334
1337
  });
1335
1338
 
1339
+ // ../../node_modules/.pnpm/brace-expansion@2.0.2/node_modules/brace-expansion/index.js
1340
+ var require_brace_expansion = __commonJS({
1341
+ "../../node_modules/.pnpm/brace-expansion@2.0.2/node_modules/brace-expansion/index.js"(exports, module) {
1342
+ init_cjs_shims();
1343
+ var balanced = require_balanced_match();
1344
+ module.exports = expandTop;
1345
+ var escSlash = "\0SLASH" + Math.random() + "\0", escOpen = "\0OPEN" + Math.random() + "\0", escClose = "\0CLOSE" + Math.random() + "\0", escComma = "\0COMMA" + Math.random() + "\0", escPeriod = "\0PERIOD" + Math.random() + "\0";
1346
+ function numeric(str) {
1347
+ return parseInt(str, 10) == str ? parseInt(str, 10) : str.charCodeAt(0);
1348
+ }
1349
+ function escapeBraces(str) {
1350
+ return str.split("\\\\").join(escSlash).split("\\{").join(escOpen).split("\\}").join(escClose).split("\\,").join(escComma).split("\\.").join(escPeriod);
1351
+ }
1352
+ function unescapeBraces(str) {
1353
+ return str.split(escSlash).join("\\").split(escOpen).join("{").split(escClose).join("}").split(escComma).join(",").split(escPeriod).join(".");
1354
+ }
1355
+ function parseCommaParts(str) {
1356
+ if (!str)
1357
+ return [""];
1358
+ var parts = [], m = balanced("{", "}", str);
1359
+ if (!m)
1360
+ return str.split(",");
1361
+ var pre = m.pre, body = m.body, post = m.post, p = pre.split(",");
1362
+ p[p.length - 1] += "{" + body + "}";
1363
+ var postParts = parseCommaParts(post);
1364
+ return post.length && (p[p.length - 1] += postParts.shift(), p.push.apply(p, postParts)), parts.push.apply(parts, p), parts;
1365
+ }
1366
+ function expandTop(str) {
1367
+ return str ? (str.substr(0, 2) === "{}" && (str = "\\{\\}" + str.substr(2)), expand(escapeBraces(str), !0).map(unescapeBraces)) : [];
1368
+ }
1369
+ function embrace(str) {
1370
+ return "{" + str + "}";
1371
+ }
1372
+ function isPadded(el) {
1373
+ return /^-?0\d/.test(el);
1374
+ }
1375
+ function lte(i, y) {
1376
+ return i <= y;
1377
+ }
1378
+ function gte(i, y) {
1379
+ return i >= y;
1380
+ }
1381
+ function expand(str, isTop) {
1382
+ var expansions = [], m = balanced("{", "}", str);
1383
+ if (!m) return [str];
1384
+ var pre = m.pre, post = m.post.length ? expand(m.post, !1) : [""];
1385
+ if (/\$$/.test(m.pre))
1386
+ for (var k = 0; k < post.length; k++) {
1387
+ var expansion = pre + "{" + m.body + "}" + post[k];
1388
+ expansions.push(expansion);
1389
+ }
1390
+ else {
1391
+ var isNumericSequence = /^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(m.body), isAlphaSequence = /^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(m.body), isSequence = isNumericSequence || isAlphaSequence, isOptions = m.body.indexOf(",") >= 0;
1392
+ if (!isSequence && !isOptions)
1393
+ return m.post.match(/,(?!,).*\}/) ? (str = m.pre + "{" + m.body + escClose + m.post, expand(str)) : [str];
1394
+ var n;
1395
+ if (isSequence)
1396
+ n = m.body.split(/\.\./);
1397
+ else if (n = parseCommaParts(m.body), n.length === 1 && (n = expand(n[0], !1).map(embrace), n.length === 1))
1398
+ return post.map(function(p) {
1399
+ return m.pre + n[0] + p;
1400
+ });
1401
+ var N;
1402
+ if (isSequence) {
1403
+ var x = numeric(n[0]), y = numeric(n[1]), width = Math.max(n[0].length, n[1].length), incr = n.length == 3 ? Math.abs(numeric(n[2])) : 1, test = lte, reverse = y < x;
1404
+ reverse && (incr *= -1, test = gte);
1405
+ var pad = n.some(isPadded);
1406
+ N = [];
1407
+ for (var i = x; test(i, y); i += incr) {
1408
+ var c;
1409
+ if (isAlphaSequence)
1410
+ c = String.fromCharCode(i), c === "\\" && (c = "");
1411
+ else if (c = String(i), pad) {
1412
+ var need = width - c.length;
1413
+ if (need > 0) {
1414
+ var z = new Array(need + 1).join("0");
1415
+ i < 0 ? c = "-" + z + c.slice(1) : c = z + c;
1416
+ }
1417
+ }
1418
+ N.push(c);
1419
+ }
1420
+ } else {
1421
+ N = [];
1422
+ for (var j = 0; j < n.length; j++)
1423
+ N.push.apply(N, expand(n[j], !1));
1424
+ }
1425
+ for (var j = 0; j < N.length; j++)
1426
+ for (var k = 0; k < post.length; k++) {
1427
+ var expansion = pre + N[j] + post[k];
1428
+ (!isTop || isSequence || expansion) && expansions.push(expansion);
1429
+ }
1430
+ }
1431
+ return expansions;
1432
+ }
1433
+ }
1434
+ });
1435
+
1336
1436
  export {
1337
1437
  require_source_map,
1338
1438
  require_buffer_from,
1339
- require_source_map_support
1439
+ require_source_map_support,
1440
+ require_brace_expansion
1340
1441
  };
1341
- //# sourceMappingURL=chunk-6FH6AJI5.js.map
1442
+ //# sourceMappingURL=chunk-KUJQ4AB6.js.map
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  base_command_default
3
- } from "./chunk-K45JWD7H.js";
3
+ } from "./chunk-DX2IC6MA.js";
4
4
  import {
5
5
  logout
6
- } from "./chunk-2LK4JXAI.js";
6
+ } from "./chunk-43MAAODZ.js";
7
7
  import {
8
8
  outputSuccess
9
- } from "./chunk-PBZI5MOK.js";
9
+ } from "./chunk-QIIIG73M.js";
10
10
  import {
11
11
  init_cjs_shims
12
12
  } from "./chunk-PKR7KJ6P.js";
@@ -25,4 +25,4 @@ var Logout = class extends base_command_default {
25
25
  export {
26
26
  Logout
27
27
  };
28
- //# sourceMappingURL=chunk-ZKG22PUU.js.map
28
+ //# sourceMappingURL=chunk-KW37WO42.js.map
@@ -5,7 +5,7 @@ import {
5
5
  } from "./chunk-XD3LXUGW.js";
6
6
  import {
7
7
  CLI_KIT_VERSION
8
- } from "./chunk-SQNWVF3V.js";
8
+ } from "./chunk-R7GPNRH3.js";
9
9
  import {
10
10
  AbortError,
11
11
  environmentVariables,
@@ -16,10 +16,10 @@ import {
16
16
  runWithTimer,
17
17
  sleep,
18
18
  systemEnvironmentVariables
19
- } from "./chunk-PBZI5MOK.js";
19
+ } from "./chunk-QIIIG73M.js";
20
20
  import {
21
21
  sniffForJson
22
- } from "./chunk-EG6MBBEN.js";
22
+ } from "./chunk-Y2JP6WFP.js";
23
23
  import {
24
24
  __commonJS,
25
25
  __require,
@@ -28074,9 +28074,9 @@ var allAPIs = ["admin", "storefront-renderer", "partners", "business-platform",
28074
28074
  function responseHeaderIsInteresting(header) {
28075
28075
  return interestingResponseHeaders.has(header);
28076
28076
  }
28077
- function isARetryableNetworkError(error) {
28077
+ function isTransientNetworkError(error) {
28078
28078
  if (error instanceof Error) {
28079
- let networkErrorMessages = [
28079
+ let transientErrorMessages = [
28080
28080
  "socket hang up",
28081
28081
  "econnreset",
28082
28082
  "econnaborted",
@@ -28087,12 +28087,24 @@ function isARetryableNetworkError(error) {
28087
28087
  "econnrefused",
28088
28088
  "eai_again",
28089
28089
  "epipe",
28090
- "the operation was aborted"
28091
- ], errorMessage = error.message.toLowerCase(), anyMatches = networkErrorMessages.some((issueMessage) => errorMessage.includes(issueMessage)), missingReason = /^request to .* failed, reason:\s*$/.test(errorMessage);
28090
+ "the operation was aborted",
28091
+ "timeout",
28092
+ "premature close",
28093
+ "getaddrinfo"
28094
+ ], errorMessage = error.message.toLowerCase(), anyMatches = transientErrorMessages.some((issueMessage) => errorMessage.includes(issueMessage)), missingReason = /^request to .* failed, reason:\s*$/.test(errorMessage);
28092
28095
  return anyMatches || missingReason;
28093
28096
  }
28094
28097
  return !1;
28095
28098
  }
28099
+ function isNetworkError(error) {
28100
+ if (isTransientNetworkError(error))
28101
+ return !0;
28102
+ if (error instanceof Error) {
28103
+ let permanentNetworkErrorMessages = ["certificate", "cert", "tls", "ssl", "altnames"], errorMessage = error.message.toLowerCase();
28104
+ return permanentNetworkErrorMessages.some((issueMessage) => errorMessage.includes(issueMessage));
28105
+ }
28106
+ return !1;
28107
+ }
28096
28108
  async function runRequestWithNetworkLevelRetry(requestOptions) {
28097
28109
  if (!requestOptions.useNetworkLevelRetry)
28098
28110
  return requestOptions.request();
@@ -28101,7 +28113,7 @@ async function runRequestWithNetworkLevelRetry(requestOptions) {
28101
28113
  try {
28102
28114
  return await requestOptions.request();
28103
28115
  } catch (err) {
28104
- if (lastSeenError = err, !isARetryableNetworkError(err))
28116
+ if (lastSeenError = err, !isTransientNetworkError(err))
28105
28117
  throw err;
28106
28118
  outputDebug(`Retrying request to ${requestOptions.url} due to network error ${err}`);
28107
28119
  }
@@ -32121,6 +32133,7 @@ export {
32121
32133
  GraphQLClient,
32122
32134
  gql,
32123
32135
  allAPIs,
32136
+ isNetworkError,
32124
32137
  retryAwareRequest,
32125
32138
  require_mime_types,
32126
32139
  require_syntax,
@@ -32155,4 +32168,4 @@ mime-types/index.js:
32155
32168
  * MIT Licensed
32156
32169
  *)
32157
32170
  */
32158
- //# sourceMappingURL=chunk-PANEHHGV.js.map
32171
+ //# sourceMappingURL=chunk-LMVYXPIS.js.map
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  list
3
- } from "./chunk-IPWP4QG4.js";
3
+ } from "./chunk-U4EHUN6F.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-K45JWD7H.js";
6
+ } from "./chunk-DX2IC6MA.js";
7
7
  import {
8
8
  sendErrorToBugsnag
9
- } from "./chunk-AU6C5SPW.js";
9
+ } from "./chunk-6CKI4ZVA.js";
10
10
  import {
11
11
  require_lib
12
- } from "./chunk-X2YIODUW.js";
12
+ } from "./chunk-VLBE545G.js";
13
13
  import {
14
14
  __toESM,
15
15
  init_cjs_shims
@@ -49,4 +49,4 @@ var List = class _List extends base_command_default {
49
49
  export {
50
50
  List
51
51
  };
52
- //# sourceMappingURL=chunk-52OB52S5.js.map
52
+ //# sourceMappingURL=chunk-LVH6EINO.js.map
@@ -1,16 +1,16 @@
1
1
  import {
2
2
  base_command_default
3
- } from "./chunk-K45JWD7H.js";
3
+ } from "./chunk-DX2IC6MA.js";
4
4
  import {
5
5
  mkdir,
6
6
  outputInfo,
7
7
  rmdir,
8
8
  writeFile
9
- } from "./chunk-PBZI5MOK.js";
9
+ } from "./chunk-QIIIG73M.js";
10
10
  import {
11
11
  cwd,
12
12
  joinPath
13
- } from "./chunk-EG6MBBEN.js";
13
+ } from "./chunk-Y2JP6WFP.js";
14
14
  import {
15
15
  init_cjs_shims
16
16
  } from "./chunk-PKR7KJ6P.js";
@@ -118,4 +118,4 @@ export {
118
118
  writeCommandFlagInterface,
119
119
  writeCommandUsageExampleFile
120
120
  };
121
- //# sourceMappingURL=chunk-VGDJLENI.js.map
121
+ //# sourceMappingURL=chunk-LWFYEQVC.js.map
@@ -4,7 +4,7 @@ import {
4
4
  findUpAndReadPackageJson,
5
5
  getPackageManager,
6
6
  usesWorkspaces
7
- } from "./chunk-QZSPMSF2.js";
7
+ } from "./chunk-4X3OSIUW.js";
8
8
  import {
9
9
  AbortError,
10
10
  exec,
@@ -15,12 +15,12 @@ import {
15
15
  outputSuccess,
16
16
  outputToken,
17
17
  outputWarn
18
- } from "./chunk-PBZI5MOK.js";
18
+ } from "./chunk-QIIIG73M.js";
19
19
  import {
20
20
  dirname,
21
21
  joinPath,
22
22
  moduleDirectory
23
- } from "./chunk-EG6MBBEN.js";
23
+ } from "./chunk-Y2JP6WFP.js";
24
24
  import {
25
25
  init_cjs_shims
26
26
  } from "./chunk-PKR7KJ6P.js";
@@ -139,4 +139,4 @@ function usingPackageManager({ env } = { env: process.env }) {
139
139
  export {
140
140
  upgrade
141
141
  };
142
- //# sourceMappingURL=chunk-J4HWHB57.js.map
142
+ //# sourceMappingURL=chunk-MJ2CC5UF.js.map
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  searchService
3
- } from "./chunk-GNW7DUJ5.js";
3
+ } from "./chunk-ILCR5V7H.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-K45JWD7H.js";
6
+ } from "./chunk-DX2IC6MA.js";
7
7
  import {
8
8
  require_lib
9
- } from "./chunk-X2YIODUW.js";
9
+ } from "./chunk-VLBE545G.js";
10
10
  import {
11
11
  __toESM,
12
12
  init_cjs_shims
@@ -48,4 +48,4 @@ var import_core = __toESM(require_lib(), 1), Search = class _Search extends base
48
48
  export {
49
49
  Search
50
50
  };
51
- //# sourceMappingURL=chunk-E7SRX5ME.js.map
51
+ //# sourceMappingURL=chunk-NKJY5K45.js.map
@@ -7,7 +7,7 @@ import {
7
7
  renderSuccess,
8
8
  renderTable,
9
9
  renderWarning
10
- } from "./chunk-PBZI5MOK.js";
10
+ } from "./chunk-QIIIG73M.js";
11
11
  import {
12
12
  init_cjs_shims
13
13
  } from "./chunk-PKR7KJ6P.js";
@@ -203,4 +203,4 @@ async function staticService() {
203
203
  export {
204
204
  staticService
205
205
  };
206
- //# sourceMappingURL=chunk-YRJLM3MZ.js.map
206
+ //# sourceMappingURL=chunk-PE3YDRXC.js.map
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  cliInstallCommand
3
- } from "./chunk-AAHIUMCI.js";
3
+ } from "./chunk-VDMWZFUE.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-K45JWD7H.js";
6
+ } from "./chunk-DX2IC6MA.js";
7
7
  import {
8
8
  renderInfo
9
- } from "./chunk-PBZI5MOK.js";
9
+ } from "./chunk-QIIIG73M.js";
10
10
  import {
11
11
  init_cjs_shims
12
12
  } from "./chunk-PKR7KJ6P.js";
@@ -34,4 +34,4 @@ var Upgrade = class extends base_command_default {
34
34
  export {
35
35
  Upgrade
36
36
  };
37
- //# sourceMappingURL=chunk-4WBTBFNC.js.map
37
+ //# sourceMappingURL=chunk-PU7263L3.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  generate
3
- } from "./chunk-IPWP4QG4.js";
3
+ } from "./chunk-U4EHUN6F.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-K45JWD7H.js";
6
+ } from "./chunk-DX2IC6MA.js";
7
7
  import {
8
8
  init_cjs_shims
9
9
  } from "./chunk-PKR7KJ6P.js";
@@ -25,4 +25,4 @@ var Generate = class extends base_command_default {
25
25
  export {
26
26
  Generate
27
27
  };
28
- //# sourceMappingURL=chunk-2WTSZOXI.js.map
28
+ //# sourceMappingURL=chunk-PW5V2LBK.js.map