@shopify/cli 3.61.0 → 3.61.2

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 (128) hide show
  1. package/dist/assets/hydrogen/starter/.eslintrc.cjs +1 -0
  2. package/dist/assets/hydrogen/starter/CHANGELOG.md +65 -65
  3. package/dist/assets/hydrogen/starter/app/components/Footer.tsx +3 -3
  4. package/dist/assets/hydrogen/starter/app/components/PageLayout.tsx +1 -1
  5. package/dist/assets/hydrogen/starter/app/lib/session.ts +5 -0
  6. package/dist/assets/hydrogen/starter/app/root.tsx +84 -51
  7. package/dist/assets/hydrogen/starter/app/routes/_index.tsx +62 -25
  8. package/dist/assets/hydrogen/starter/app/routes/account.$.tsx +1 -5
  9. package/dist/assets/hydrogen/starter/app/routes/account.addresses.tsx +12 -70
  10. package/dist/assets/hydrogen/starter/app/routes/account.orders.$id.tsx +7 -14
  11. package/dist/assets/hydrogen/starter/app/routes/account.orders._index.tsx +1 -8
  12. package/dist/assets/hydrogen/starter/app/routes/account.profile.tsx +5 -22
  13. package/dist/assets/hydrogen/starter/app/routes/account.tsx +0 -1
  14. package/dist/assets/hydrogen/starter/app/routes/blogs.$blogHandle.$articleHandle.tsx +32 -6
  15. package/dist/assets/hydrogen/starter/app/routes/blogs.$blogHandle._index.tsx +36 -10
  16. package/dist/assets/hydrogen/starter/app/routes/blogs._index.tsx +35 -12
  17. package/dist/assets/hydrogen/starter/app/routes/cart.tsx +0 -2
  18. package/dist/assets/hydrogen/starter/app/routes/collections.$handle.tsx +40 -7
  19. package/dist/assets/hydrogen/starter/app/routes/collections._index.tsx +32 -6
  20. package/dist/assets/hydrogen/starter/app/routes/collections.all.tsx +31 -6
  21. package/dist/assets/hydrogen/starter/app/routes/pages.$handle.tsx +36 -8
  22. package/dist/assets/hydrogen/starter/app/routes/products.$handle.tsx +50 -11
  23. package/dist/assets/hydrogen/starter/package.json +6 -7
  24. package/dist/assets/hydrogen/starter/server.ts +4 -0
  25. package/dist/assets/hydrogen/virtual-routes/components/RequestDetails.jsx +1 -2
  26. package/dist/assets/hydrogen/virtual-routes/components/RequestTable.jsx +1 -2
  27. package/dist/assets/hydrogen/virtual-routes/routes/index.jsx +1 -2
  28. package/dist/{chunk-ZOTASNQ2.js → chunk-3RM5SOXY.js} +1 -1
  29. package/dist/{chunk-Q7PY7LVL.js → chunk-4757GPBG.js} +3 -3
  30. package/dist/{chunk-FFHJRSIP.js → chunk-4L37JOS5.js} +1 -1
  31. package/dist/{chunk-V67RXPI6.js → chunk-4TTAP7NN.js} +3 -3
  32. package/dist/{chunk-IIVL4DYB.js → chunk-5B2D56W6.js} +2 -2
  33. package/dist/{chunk-QX3YP6O5.js → chunk-5KRK4DLX.js} +2598 -795
  34. package/dist/{chunk-FWKRA64T.js → chunk-5MODHNUE.js} +3 -3
  35. package/dist/{chunk-LXXUWZRO.js → chunk-7IZTLXJ5.js} +2 -2
  36. package/dist/{chunk-AL4KPZUN.js → chunk-BUWM6JUU.js} +2 -2
  37. package/dist/{chunk-WNXHHHLZ.js → chunk-BYFLATOA.js} +3 -3
  38. package/dist/{chunk-4IXC46ZA.js → chunk-CK7MF3LY.js} +4 -4
  39. package/dist/{chunk-2AH5EBXL.js → chunk-CTETXMMM.js} +4 -4
  40. package/dist/{chunk-7YJH7P7B.js → chunk-CWYZA7C7.js} +1 -1
  41. package/dist/{chunk-463OPQAS.js → chunk-EHF6FVWH.js} +1 -1
  42. package/dist/{chunk-CMFKWJDJ.js → chunk-ETSILRIY.js} +3 -3
  43. package/dist/{chunk-EDVQGTOL.js → chunk-G4EQLT5B.js} +4 -4
  44. package/dist/{chunk-DWXXFI3U.js → chunk-JQPQJN44.js} +6 -6
  45. package/dist/{chunk-YZIPQNOG.js → chunk-KBXWK6XB.js} +2 -2
  46. package/dist/{chunk-EFL5CN6M.js → chunk-M73YMW2C.js} +4 -4
  47. package/dist/{chunk-HJ2JCW7E.js → chunk-NBIE3DNN.js} +2 -2
  48. package/dist/{chunk-2RKUO75O.js → chunk-NJP5GFNN.js} +129 -125
  49. package/dist/{chunk-TXDYKQZT.js → chunk-NJTSDTDU.js} +4 -4
  50. package/dist/{chunk-UJQBYPRO.js → chunk-OC4AY5G7.js} +1 -1
  51. package/dist/{chunk-75BJ33EP.js → chunk-Q3KADKQA.js} +2 -2
  52. package/dist/{chunk-LY6UIYOG.js → chunk-QDZF6IG4.js} +2 -2
  53. package/dist/{chunk-XDCNK2SU.js → chunk-QLLSCNEC.js} +2 -2
  54. package/dist/{chunk-O53XNGJU.js → chunk-QQP6JS5H.js} +1 -1
  55. package/dist/{chunk-2Q7SKRRM.js → chunk-QSO3GQEK.js} +162 -132
  56. package/dist/{chunk-5NBS5LAW.js → chunk-QTBH3GO6.js} +1 -1
  57. package/dist/{chunk-JZ5DN7RX.js → chunk-RPRKZ6JC.js} +2509 -728
  58. package/dist/{chunk-ONJCU4C5.js → chunk-TXXQWILO.js} +2 -2
  59. package/dist/{chunk-B4KDQK3X.js → chunk-UPM6XNBH.js} +2 -2
  60. package/dist/{chunk-3W2QB2OC.js → chunk-VC6CC75R.js} +2 -2
  61. package/dist/{chunk-XRFOYWYI.js → chunk-WZBNLCJ5.js} +2 -2
  62. package/dist/{chunk-63QEL3SZ.js → chunk-XMJDBJPP.js} +4 -4
  63. package/dist/{chunk-OOAZSPYS.js → chunk-YP5UVIUW.js} +3 -3
  64. package/dist/{chunk-LUGC3D2G.js → chunk-YWPV7MV2.js} +6 -6
  65. package/dist/{chunk-ABZKHSZ5.js → chunk-YZGLFVKK.js} +1 -1
  66. package/dist/{chunk-RW6YXHBL.js → chunk-ZE2ZPLYI.js} +12 -12
  67. package/dist/cli/commands/auth/logout.js +18 -18
  68. package/dist/cli/commands/auth/logout.test.js +19 -19
  69. package/dist/cli/commands/debug/command-flags.js +17 -17
  70. package/dist/cli/commands/demo/catalog.js +18 -18
  71. package/dist/cli/commands/demo/generate-file.js +18 -18
  72. package/dist/cli/commands/demo/index.js +17 -17
  73. package/dist/cli/commands/demo/print-ai-prompt.js +18 -18
  74. package/dist/cli/commands/docs/generate.js +17 -17
  75. package/dist/cli/commands/docs/generate.test.js +17 -17
  76. package/dist/cli/commands/help.js +17 -17
  77. package/dist/cli/commands/kitchen-sink/async.js +18 -18
  78. package/dist/cli/commands/kitchen-sink/async.test.js +18 -18
  79. package/dist/cli/commands/kitchen-sink/index.js +20 -20
  80. package/dist/cli/commands/kitchen-sink/index.test.js +20 -20
  81. package/dist/cli/commands/kitchen-sink/prompts.js +18 -18
  82. package/dist/cli/commands/kitchen-sink/prompts.test.js +18 -18
  83. package/dist/cli/commands/kitchen-sink/static.js +18 -18
  84. package/dist/cli/commands/kitchen-sink/static.test.js +18 -18
  85. package/dist/cli/commands/search.js +18 -18
  86. package/dist/cli/commands/upgrade.js +17 -17
  87. package/dist/cli/commands/version.js +18 -18
  88. package/dist/cli/commands/version.test.js +18 -18
  89. package/dist/cli/services/commands/search.js +8 -8
  90. package/dist/cli/services/commands/search.test.js +8 -8
  91. package/dist/cli/services/commands/version.js +11 -11
  92. package/dist/cli/services/commands/version.test.js +12 -12
  93. package/dist/cli/services/demo.js +8 -8
  94. package/dist/cli/services/demo.test.js +8 -8
  95. package/dist/cli/services/kitchen-sink/async.js +8 -8
  96. package/dist/cli/services/kitchen-sink/prompts.js +8 -8
  97. package/dist/cli/services/kitchen-sink/static.js +8 -8
  98. package/dist/cli/services/upgrade.js +10 -10
  99. package/dist/cli/services/upgrade.test.js +11 -11
  100. package/dist/{custom-oclif-loader-KLTAWG4B-VOMMA3PO.js → custom-oclif-loader-4SQGUQ7D-P5C4NLSX.js} +4 -4
  101. package/dist/{chunk-5R5656YY.js → custom-oclif-loader-OD47SFAU.js} +18 -3
  102. package/dist/{error-handler-UJK7WNJE.js → error-handler-EPMFPTYX.js} +10 -10
  103. package/dist/{error-handler-ND7WBMC3-CRFJKAS4.js → error-handler-WI4YVJIS-U3BMMYNJ.js} +6 -6
  104. package/dist/{error-handler-FUQWOW4J.js → error-handler-WL3Q25NI.js} +15 -15
  105. package/dist/hooks/postrun.js +13 -13
  106. package/dist/hooks/prerun.js +10 -10
  107. package/dist/index.js +1137 -1104
  108. package/dist/{lib-76RCE6WZ-AR3SQY6Y.js → lib-76RCE6WZ-5IYGTKKK.js} +2 -2
  109. package/dist/{lib-MWSNLG5P.js → lib-UYK3ZLZK.js} +3 -3
  110. package/dist/{local-5OND5PI5.js → local-KISH2IRF.js} +7 -7
  111. package/dist/{local-3LWDOA7J-UFWE2V6L.js → local-YKOG4EUR-XRRBWLSI.js} +4 -4
  112. package/dist/{morph-FQNWYET7.js → morph-DCIZUK2Q.js} +25 -8
  113. package/dist/{node-WNJUHXTR.js → node-3DKQAOFU.js} +14 -14
  114. package/dist/{node-package-manager-ISP2P5R3.js → node-package-manager-HYTHPJBI.js} +9 -9
  115. package/dist/{node-package-manager-TFY2ROCP-DDJAU44T.js → node-package-manager-S7TSAUJZ-KKDY6KSF.js} +5 -5
  116. package/dist/{system-G445DF53.js → system-LIP7AECY.js} +7 -7
  117. package/dist/tsconfig.tsbuildinfo +1 -1
  118. package/dist/{ui-ITQVVPJU.js → ui-5LSDG3C5.js} +7 -7
  119. package/dist/{ui-MUGCNPLG-UG4N3GMV.js → ui-FUZYK6S3-PVVDPVD5.js} +4 -4
  120. package/dist/{workerd-EZVOCUQW.js → workerd-TFH7T6NI.js} +13 -13
  121. package/oclif.manifest.json +1 -1
  122. package/package.json +4 -5
  123. package/dist/custom-oclif-loader-PJJ3H2WB.js +0 -28
  124. package/dist/hooks/init.d.ts +0 -12
  125. package/dist/hooks/init.js +0 -66
  126. package/dist/hooks/init.js.map +0 -1
  127. package/dist/{chunk-67MDUPX5.js → chunk-I434ZJQI.js} +7 -7
  128. package/dist/{chunk-74JT4RJX.js → chunk-VF4VWJWS.js} +3 -3
@@ -1,14 +1,14 @@
1
1
  import {
2
2
  base_command_default
3
- } from "./chunk-EDVQGTOL.js";
3
+ } from "./chunk-G4EQLT5B.js";
4
4
  import {
5
5
  packageManagerFromUserAgent
6
- } from "./chunk-LY6UIYOG.js";
6
+ } from "./chunk-QDZF6IG4.js";
7
7
  import {
8
8
  currentProcessIsGlobal,
9
9
  inferPackageManagerForGlobalCLI,
10
10
  renderInfo
11
- } from "./chunk-4IXC46ZA.js";
11
+ } from "./chunk-CK7MF3LY.js";
12
12
  import {
13
13
  init_cjs_shims
14
14
  } from "./chunk-M63RTPGR.js";
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  versionService
3
- } from "./chunk-OOAZSPYS.js";
3
+ } from "./chunk-YP5UVIUW.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-EDVQGTOL.js";
6
+ } from "./chunk-G4EQLT5B.js";
7
7
  import {
8
8
  init_cjs_shims
9
9
  } from "./chunk-M63RTPGR.js";
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  base_command_default
3
- } from "./chunk-EDVQGTOL.js";
3
+ } from "./chunk-G4EQLT5B.js";
4
4
  import {
5
5
  mkdir,
6
6
  outputInfo,
7
7
  rmdir,
8
8
  writeFile
9
- } from "./chunk-4IXC46ZA.js";
9
+ } from "./chunk-CK7MF3LY.js";
10
10
  import {
11
11
  cwd,
12
12
  joinPath
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  base_command_default
3
- } from "./chunk-EDVQGTOL.js";
3
+ } from "./chunk-G4EQLT5B.js";
4
4
  import {
5
5
  renderTable,
6
6
  renderText
7
- } from "./chunk-4IXC46ZA.js";
7
+ } from "./chunk-CK7MF3LY.js";
8
8
  import {
9
9
  require_lib
10
- } from "./chunk-67MDUPX5.js";
10
+ } from "./chunk-I434ZJQI.js";
11
11
  import {
12
12
  __toESM,
13
13
  init_cjs_shims
@@ -46,7 +46,7 @@ import {
46
46
  tokenize,
47
47
  widestLine,
48
48
  wrapAnsi
49
- } from "./chunk-LUGC3D2G.js";
49
+ } from "./chunk-YWPV7MV2.js";
50
50
  import {
51
51
  require_signal_exit
52
52
  } from "./chunk-FQIRJADJ.js";
@@ -56,7 +56,7 @@ import {
56
56
  } from "./chunk-PCQFWMMD.js";
57
57
  import {
58
58
  require_lib
59
- } from "./chunk-67MDUPX5.js";
59
+ } from "./chunk-I434ZJQI.js";
60
60
  import {
61
61
  cwd,
62
62
  joinPath,
@@ -26732,7 +26732,7 @@ function createRuntimeMetadataContainer(defaultPublicMetadata = {}) {
26732
26732
  try {
26733
26733
  await getAndSet();
26734
26734
  } catch (error) {
26735
- const { sendErrorToBugsnag } = await import("./error-handler-FUQWOW4J.js");
26735
+ const { sendErrorToBugsnag } = await import("./error-handler-WL3Q25NI.js");
26736
26736
  await sendErrorToBugsnag(error, "unexpected_error");
26737
26737
  }
26738
26738
  }
@@ -26895,7 +26895,7 @@ var ConcurrentOutput = ({
26895
26895
  }, [abortSignal, processes, writableStream, unmountInk, keepRunningAfterProcessesResolve]);
26896
26896
  const { lineVertical } = figures_default;
26897
26897
  return /* @__PURE__ */ import_react30.default.createElement(Static, { items: processOutput }, (chunk, index) => {
26898
- return /* @__PURE__ */ import_react30.default.createElement(Box_default, { flexDirection: "column", key: index }, chunk.lines.map((line, index2) => /* @__PURE__ */ import_react30.default.createElement(Box_default, { key: index2, flexDirection: "row" }, showTimestamps ? /* @__PURE__ */ import_react30.default.createElement(Text, null, currentTime(), " ", lineVertical, " ") : null, /* @__PURE__ */ import_react30.default.createElement(Text, { color: chunk.color }, formatPrefix(chunk.prefix)), /* @__PURE__ */ import_react30.default.createElement(Text, null, " ", lineVertical, " ", line))));
26898
+ return /* @__PURE__ */ import_react30.default.createElement(Box_default, { flexDirection: "column", key: index }, chunk.lines.map((line, index2) => /* @__PURE__ */ import_react30.default.createElement(Box_default, { key: index2, flexDirection: "row" }, /* @__PURE__ */ import_react30.default.createElement(Text, null, showTimestamps ? /* @__PURE__ */ import_react30.default.createElement(Text, null, currentTime(), " ", lineVertical, " ") : null, /* @__PURE__ */ import_react30.default.createElement(Text, { color: chunk.color }, formatPrefix(chunk.prefix)), /* @__PURE__ */ import_react30.default.createElement(Text, null, " ", lineVertical, " ", line)))));
26899
26899
  });
26900
26900
  };
26901
26901
 
@@ -3,10 +3,10 @@ import {
3
3
  } from "./chunk-IUHH3PST.js";
4
4
  import {
5
5
  demoStepsSchema
6
- } from "./chunk-ZOTASNQ2.js";
6
+ } from "./chunk-3RM5SOXY.js";
7
7
  import {
8
8
  base_command_default
9
- } from "./chunk-EDVQGTOL.js";
9
+ } from "./chunk-G4EQLT5B.js";
10
10
  import {
11
11
  AbortError,
12
12
  fileExists,
@@ -17,10 +17,10 @@ import {
17
17
  readFile,
18
18
  renderAutocompletePrompt,
19
19
  writeFile
20
- } from "./chunk-4IXC46ZA.js";
20
+ } from "./chunk-CK7MF3LY.js";
21
21
  import {
22
22
  require_lib
23
- } from "./chunk-67MDUPX5.js";
23
+ } from "./chunk-I434ZJQI.js";
24
24
  import {
25
25
  cwd,
26
26
  joinPath,
@@ -3,7 +3,7 @@ import {
3
3
  } from "./chunk-FAFQQMD4.js";
4
4
  import {
5
5
  require_get_stream
6
- } from "./chunk-LUGC3D2G.js";
6
+ } from "./chunk-YWPV7MV2.js";
7
7
  import {
8
8
  __commonJS,
9
9
  __require,
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  renderConcurrent,
3
3
  renderTasks
4
- } from "./chunk-4IXC46ZA.js";
4
+ } from "./chunk-CK7MF3LY.js";
5
5
  import {
6
6
  init_cjs_shims
7
7
  } from "./chunk-M63RTPGR.js";
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  searchService
3
- } from "./chunk-ABZKHSZ5.js";
3
+ } from "./chunk-YZGLFVKK.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-EDVQGTOL.js";
6
+ } from "./chunk-G4EQLT5B.js";
7
7
  import {
8
8
  require_lib
9
- } from "./chunk-67MDUPX5.js";
9
+ } from "./chunk-I434ZJQI.js";
10
10
  import {
11
11
  __toESM,
12
12
  init_cjs_shims
@@ -4,10 +4,10 @@ import {
4
4
  import {
5
5
  errorHandler,
6
6
  registerCleanBugsnagErrorsFromWithinPlugins
7
- } from "./chunk-DWXXFI3U.js";
7
+ } from "./chunk-JQPQJN44.js";
8
8
  import {
9
9
  hashString
10
- } from "./chunk-B4KDQK3X.js";
10
+ } from "./chunk-UPM6XNBH.js";
11
11
  import {
12
12
  AbortError,
13
13
  addPublicMetadata,
@@ -23,10 +23,10 @@ import {
23
23
  renderWarning,
24
24
  terminalSupportsRawMode,
25
25
  underscore
26
- } from "./chunk-4IXC46ZA.js";
26
+ } from "./chunk-CK7MF3LY.js";
27
27
  import {
28
28
  require_lib
29
- } from "./chunk-67MDUPX5.js";
29
+ } from "./chunk-I434ZJQI.js";
30
30
  import {
31
31
  cwd
32
32
  } from "./chunk-MHMFNQE3.js";
@@ -4,13 +4,13 @@ import {
4
4
  import {
5
5
  fanoutHooks,
6
6
  reportAnalyticsEvent
7
- } from "./chunk-63QEL3SZ.js";
7
+ } from "./chunk-XMJDBJPP.js";
8
8
  import {
9
9
  getEnvironmentData
10
- } from "./chunk-B4KDQK3X.js";
10
+ } from "./chunk-UPM6XNBH.js";
11
11
  import {
12
12
  CLI_KIT_VERSION
13
- } from "./chunk-5NBS5LAW.js";
13
+ } from "./chunk-QTBH3GO6.js";
14
14
  import {
15
15
  AbortSilentError,
16
16
  CancelExecution,
@@ -23,16 +23,16 @@ import {
23
23
  outputInfo,
24
24
  printEventsJson,
25
25
  shouldReportError
26
- } from "./chunk-4IXC46ZA.js";
26
+ } from "./chunk-CK7MF3LY.js";
27
27
  import {
28
28
  require_stacktracey
29
- } from "./chunk-LUGC3D2G.js";
29
+ } from "./chunk-YWPV7MV2.js";
30
30
  import {
31
31
  bugsnagApiKey
32
32
  } from "./chunk-PCQFWMMD.js";
33
33
  import {
34
34
  require_lib
35
- } from "./chunk-67MDUPX5.js";
35
+ } from "./chunk-I434ZJQI.js";
36
36
  import {
37
37
  cwd,
38
38
  isAbsolutePath,
@@ -4,10 +4,10 @@ import {
4
4
  renderDangerousConfirmationPrompt,
5
5
  renderSelectPrompt,
6
6
  renderTextPrompt
7
- } from "./chunk-4IXC46ZA.js";
7
+ } from "./chunk-CK7MF3LY.js";
8
8
  import {
9
9
  figures_default
10
- } from "./chunk-LUGC3D2G.js";
10
+ } from "./chunk-YWPV7MV2.js";
11
11
  import {
12
12
  init_cjs_shims
13
13
  } from "./chunk-M63RTPGR.js";
@@ -13,7 +13,7 @@ import {
13
13
  require_source_map,
14
14
  require_supports_color,
15
15
  require_supports_hyperlinks
16
- } from "./chunk-74JT4RJX.js";
16
+ } from "./chunk-VF4VWJWS.js";
17
17
  import {
18
18
  require_graceful_fs
19
19
  } from "./chunk-ZZGXXS5X.js";
@@ -382,7 +382,7 @@ function pLimit(concurrency) {
382
382
  return generator;
383
383
  }
384
384
 
385
- // ../create-app/dist/chunk-XKDB3ST7.js
385
+ // ../create-app/dist/chunk-ML34TC74.js
386
386
  init_cjs_shims();
387
387
  import fs from "node:fs";
388
388
  import fsPromises from "node:fs/promises";
@@ -41996,7 +41996,7 @@ function createRuntimeMetadataContainer(defaultPublicMetadata = {}) {
41996
41996
  try {
41997
41997
  await getAndSet();
41998
41998
  } catch (error) {
41999
- const { sendErrorToBugsnag } = await import("./error-handler-ND7WBMC3-CRFJKAS4.js");
41999
+ const { sendErrorToBugsnag } = await import("./error-handler-WI4YVJIS-U3BMMYNJ.js");
42000
42000
  await sendErrorToBugsnag(error, "unexpected_error");
42001
42001
  }
42002
42002
  }
@@ -42443,7 +42443,7 @@ var ConcurrentOutput = ({
42443
42443
  }, [abortSignal, processes, writableStream, unmountInk, keepRunningAfterProcessesResolve]);
42444
42444
  const { lineVertical } = figures_default;
42445
42445
  return /* @__PURE__ */ import_react30.default.createElement(Static, { items: processOutput }, (chunk, index) => {
42446
- return /* @__PURE__ */ import_react30.default.createElement(Box_default, { flexDirection: "column", key: index }, chunk.lines.map((line, index2) => /* @__PURE__ */ import_react30.default.createElement(Box_default, { key: index2, flexDirection: "row" }, showTimestamps ? /* @__PURE__ */ import_react30.default.createElement(Text, null, currentTime(), " ", lineVertical, " ") : null, /* @__PURE__ */ import_react30.default.createElement(Text, { color: chunk.color }, formatPrefix(chunk.prefix)), /* @__PURE__ */ import_react30.default.createElement(Text, null, " ", lineVertical, " ", line))));
42446
+ return /* @__PURE__ */ import_react30.default.createElement(Box_default, { flexDirection: "column", key: index }, chunk.lines.map((line, index2) => /* @__PURE__ */ import_react30.default.createElement(Box_default, { key: index2, flexDirection: "row" }, /* @__PURE__ */ import_react30.default.createElement(Text, null, showTimestamps ? /* @__PURE__ */ import_react30.default.createElement(Text, null, currentTime(), " ", lineVertical, " ") : null, /* @__PURE__ */ import_react30.default.createElement(Text, { color: chunk.color }, formatPrefix(chunk.prefix)), /* @__PURE__ */ import_react30.default.createElement(Text, null, " ", lineVertical, " ", line)))));
42447
42447
  });
42448
42448
  };
42449
42449
  init_cjs_shims2();
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  base_command_default
3
- } from "./chunk-EDVQGTOL.js";
3
+ } from "./chunk-G4EQLT5B.js";
4
4
  import {
5
5
  require_lib
6
- } from "./chunk-67MDUPX5.js";
6
+ } from "./chunk-I434ZJQI.js";
7
7
  import {
8
8
  __toESM,
9
9
  init_cjs_shims