@shopify/cli 3.63.2 → 3.64.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 (131) hide show
  1. package/dist/assets/cli-ruby/lib/shopify_cli/reporting_configuration_controller.rb +2 -37
  2. package/dist/assets/cli-ruby/lib/shopify_cli/theme/file.rb +5 -1
  3. package/dist/assets/dev-console/extensions/dev-console/assets/index-Cgb-oKsM.css +1 -0
  4. package/dist/assets/dev-console/extensions/dev-console/assets/{index-Dui3DO9f.js → index-D7F9wNys.js} +12 -12
  5. package/dist/assets/dev-console/index.html +2 -2
  6. package/dist/assets/hydrogen/starter/.graphqlrc.ts +27 -0
  7. package/dist/assets/hydrogen/starter/CHANGELOG.md +108 -6
  8. package/dist/assets/hydrogen/starter/app/components/AddToCartButton.tsx +37 -0
  9. package/dist/assets/hydrogen/starter/app/components/CartLineItem.tsx +150 -0
  10. package/dist/assets/hydrogen/starter/app/components/CartMain.tsx +68 -0
  11. package/dist/assets/hydrogen/starter/app/components/CartSummary.tsx +101 -0
  12. package/dist/assets/hydrogen/starter/app/components/Header.tsx +3 -3
  13. package/dist/assets/hydrogen/starter/app/components/PageLayout.tsx +2 -2
  14. package/dist/assets/hydrogen/starter/app/components/ProductForm.tsx +80 -0
  15. package/dist/assets/hydrogen/starter/app/components/ProductImage.tsx +23 -0
  16. package/dist/assets/hydrogen/starter/app/components/ProductPrice.tsx +27 -0
  17. package/dist/assets/hydrogen/starter/app/root.tsx +11 -17
  18. package/dist/assets/hydrogen/starter/app/routes/cart.tsx +1 -1
  19. package/dist/assets/hydrogen/starter/app/routes/products.$handle.tsx +51 -232
  20. package/dist/assets/hydrogen/starter/package.json +11 -11
  21. package/dist/assets/hydrogen/tailwind/package.json +1 -6
  22. package/dist/assets/hydrogen/tailwind/tailwind.css +6 -3
  23. package/dist/assets/hydrogen/vanilla-extract/package.json +2 -3
  24. package/dist/assets/hydrogen/virtual-routes/components/{Layout.jsx → PageLayout.jsx} +2 -2
  25. package/dist/assets/hydrogen/virtual-routes/virtual-root.jsx +8 -30
  26. package/dist/{chunk-YAYFJITA.js → chunk-2DXCIFDK.js} +3 -3
  27. package/dist/{chunk-EQR6CWKL.js → chunk-63D4EGTO.js} +3 -3
  28. package/dist/{chunk-EZYMDZPN.js → chunk-6PJAGL2L.js} +5 -5
  29. package/dist/{chunk-S4VBXFXP.js → chunk-7PVTYKQI.js} +220 -16
  30. package/dist/{chunk-IRWSC76I.js → chunk-7TIDA343.js} +3 -3
  31. package/dist/{chunk-NPLAQVTF.js → chunk-7W6SRTYP.js} +3 -3
  32. package/dist/{chunk-UJYIV6JP.js → chunk-ARCFCLME.js} +5 -5
  33. package/dist/{chunk-DIZHFZTJ.js → chunk-ATGUMSCJ.js} +4 -4
  34. package/dist/chunk-B3D5VLUA.js +12 -0
  35. package/dist/{chunk-UNPXLODI.js → chunk-B7RN7IRD.js} +3 -4
  36. package/dist/{chunk-5BLMIE7F.js → chunk-DX43V2L4.js} +4 -4
  37. package/dist/{chunk-6UDFXWNE.js → chunk-EJITPGUJ.js} +21 -4
  38. package/dist/chunk-FDLU3RD4.js +29 -0
  39. package/dist/{chunk-7OCUVNSF.js → chunk-H6AQTECB.js} +1485 -2977
  40. package/dist/{chunk-T54B5GJP.js → chunk-JNUJZFQL.js} +2 -2
  41. package/dist/{chunk-XER2L725.js → chunk-KUVX423E.js} +2 -2
  42. package/dist/{chunk-R5KML52V.js → chunk-KZTALMEV.js} +4 -4
  43. package/dist/{chunk-CM4H6QMH.js → chunk-M6KGRVDD.js} +3 -3
  44. package/dist/{chunk-3MDI6LZT.js → chunk-NLE3ZLU6.js} +905 -896
  45. package/dist/{chunk-WADS2TV5.js → chunk-NO7MYZEO.js} +5 -4
  46. package/dist/{chunk-LH533WG4.js → chunk-NPH2SXRO.js} +2 -2
  47. package/dist/{chunk-VZUWS5IH.js → chunk-OVWFZSJT.js} +3 -3
  48. package/dist/{chunk-UQUO22Q5.js → chunk-OXMHVKM3.js} +5 -5
  49. package/dist/{chunk-PNFEODLY.js → chunk-QNI6VLVR.js} +3 -3
  50. package/dist/{chunk-MCT2524Y.js → chunk-QYT42J3T.js} +4 -4
  51. package/dist/{chunk-VQTHQBEC.js → chunk-S3HWVIGJ.js} +9 -14
  52. package/dist/{chunk-23OKKZ5V.js → chunk-S7A7BHNA.js} +4 -4
  53. package/dist/{chunk-3TGMDPDI.js → chunk-SSAUIEBT.js} +2 -2
  54. package/dist/{chunk-YMPGWFWU.js → chunk-UQQI7TQG.js} +3 -3
  55. package/dist/{chunk-UZUD5DRI.js → chunk-UXA5YROL.js} +2 -2
  56. package/dist/{chunk-K3CVGV3F.js → chunk-V7NH4SZB.js} +3 -3
  57. package/dist/{chunk-7AVKIH7O.js → chunk-WVY52EEZ.js} +5 -5
  58. package/dist/{chunk-QEOBHRRQ.js → chunk-X3OUSYUQ.js} +17912 -17444
  59. package/dist/{chunk-EARPFFS7.js → chunk-XNCQBHNR.js} +241 -4
  60. package/dist/{chunk-EQPYUHNM.js → chunk-ZIGJPI5N.js} +1497 -112
  61. package/dist/{chunk-A2UVOX6O.js → chunk-ZKWHKX2C.js} +7066 -6051
  62. package/dist/{chunk-GPMHDCWK.js → chunk-ZRGD2HUL.js} +3 -3
  63. package/dist/{chunk-PQKGBYDC.js → chunk-ZVT2WZZF.js} +3 -3
  64. package/dist/cli/commands/auth/logout.js +14 -19
  65. package/dist/cli/commands/auth/logout.test.js +17 -21
  66. package/dist/cli/commands/debug/command-flags.js +11 -15
  67. package/dist/cli/commands/demo/catalog.js +13 -18
  68. package/dist/cli/commands/demo/generate-file.js +13 -18
  69. package/dist/cli/commands/demo/index.js +13 -18
  70. package/dist/cli/commands/demo/print-ai-prompt.js +13 -18
  71. package/dist/cli/commands/docs/generate.js +11 -15
  72. package/dist/cli/commands/docs/generate.test.js +11 -15
  73. package/dist/cli/commands/help.js +11 -15
  74. package/dist/cli/commands/kitchen-sink/async.js +12 -16
  75. package/dist/cli/commands/kitchen-sink/async.test.js +12 -16
  76. package/dist/cli/commands/kitchen-sink/index.js +14 -18
  77. package/dist/cli/commands/kitchen-sink/index.test.js +14 -18
  78. package/dist/cli/commands/kitchen-sink/prompts.js +12 -16
  79. package/dist/cli/commands/kitchen-sink/prompts.test.js +12 -16
  80. package/dist/cli/commands/kitchen-sink/static.js +12 -16
  81. package/dist/cli/commands/kitchen-sink/static.test.js +12 -16
  82. package/dist/cli/commands/search.js +12 -16
  83. package/dist/cli/commands/upgrade.js +11 -15
  84. package/dist/cli/commands/version.js +12 -16
  85. package/dist/cli/commands/version.test.js +12 -16
  86. package/dist/cli/services/commands/search.js +4 -4
  87. package/dist/cli/services/commands/search.test.js +4 -4
  88. package/dist/cli/services/commands/version.js +6 -7
  89. package/dist/cli/services/commands/version.test.js +7 -8
  90. package/dist/cli/services/demo.js +5 -6
  91. package/dist/cli/services/demo.test.js +5 -6
  92. package/dist/cli/services/kitchen-sink/async.js +4 -4
  93. package/dist/cli/services/kitchen-sink/prompts.js +4 -4
  94. package/dist/cli/services/kitchen-sink/static.js +4 -4
  95. package/dist/cli/services/upgrade.js +5 -6
  96. package/dist/cli/services/upgrade.test.js +7 -8
  97. package/dist/{constants-3CLHB4LQ.js → constants-EVER32LA.js} +3 -3
  98. package/dist/{custom-oclif-loader-D4H5EJW6.js → custom-oclif-loader-BQAFOUNG.js} +13 -6
  99. package/dist/{error-handler-HUI4HW3X.js → error-handler-S56KHSGD.js} +10 -8
  100. package/dist/hooks/postrun.js +12 -14
  101. package/dist/hooks/prerun.js +8 -11
  102. package/dist/index.js +7811 -7490
  103. package/dist/{local-7IRDZWLW.js → local-UQAQKOVL.js} +4 -4
  104. package/dist/{morph-6NYGHGNT.js → morph-DN4AZJZW.js} +9 -9
  105. package/dist/{node-UIH7JP3D.js → node-GZYZUMBW.js} +21 -19
  106. package/dist/{node-package-manager-2LWT2MNN.js → node-package-manager-AOVZD6TP.js} +5 -6
  107. package/dist/{path-JVVXOELJ.js → path-KUSF6CYC.js} +2 -2
  108. package/dist/{system-4HHX42JS.js → system-G7DVECOP.js} +4 -4
  109. package/dist/templates/ui-extensions/projects/web_pixel_extension/package.json.liquid +1 -1
  110. package/dist/tsconfig.tsbuildinfo +1 -1
  111. package/dist/{ui-NFBKMC4P.js → ui-2AOZFYFM.js} +4 -4
  112. package/dist/{workerd-4HFD3PS4.js → workerd-2MO23YDQ.js} +22 -19
  113. package/oclif.manifest.json +265 -4
  114. package/package.json +7 -10
  115. package/dist/assets/dev-console/extensions/dev-console/assets/index-Bi7y6lI5.css +0 -1
  116. package/dist/assets/hydrogen/css-modules/package.json +0 -6
  117. package/dist/assets/hydrogen/postcss/package.json +0 -10
  118. package/dist/assets/hydrogen/postcss/postcss.config.js +0 -8
  119. package/dist/assets/hydrogen/starter/.graphqlrc.yml +0 -12
  120. package/dist/assets/hydrogen/starter/app/components/Cart.tsx +0 -364
  121. package/dist/assets/hydrogen/tailwind/postcss.config.js +0 -10
  122. package/dist/assets/hydrogen/tailwind/tailwind.config.js +0 -8
  123. package/dist/chunk-4WBV3WP3.js +0 -221
  124. package/dist/chunk-OWICSMFV.js +0 -12
  125. package/dist/chunk-QCDYZY46.js +0 -1070
  126. package/dist/chunk-QEKTVN5A.js +0 -4385
  127. package/dist/chunk-QOUOFEGO.js +0 -35
  128. package/dist/chunk-WP234IUO.js +0 -265
  129. package/dist/chunk-XLPMGRR3.js +0 -496
  130. package/dist/chunk-XSKJYEAZ.js +0 -1453
  131. package/dist/error-handler-QDDLQDOJ.js +0 -43
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  joinPath
3
- } from "./chunk-UNPXLODI.js";
3
+ } from "./chunk-B7RN7IRD.js";
4
4
  import {
5
5
  init_cjs_shims
6
6
  } from "./chunk-ZPL24Y2D.js";
7
7
 
8
- // ../cli-kit/src/private/node/constants.ts
8
+ // ../cli-kit/dist/private/node/constants.js
9
9
  init_cjs_shims();
10
10
 
11
11
  // ../../node_modules/.pnpm/env-paths@3.0.0/node_modules/env-paths/index.js
@@ -65,7 +65,7 @@ function envPaths(name, { suffix = "nodejs" } = {}) {
65
65
  return linux(name);
66
66
  }
67
67
 
68
- // ../cli-kit/src/private/node/constants.ts
68
+ // ../cli-kit/dist/private/node/constants.js
69
69
  var identifier = "shopify-cli";
70
70
  var cacheFolder = () => {
71
71
  if (process.env.XDG_CACHE_HOME)
@@ -79,6 +79,7 @@ var environmentVariables = {
79
79
  alwaysLogAnalytics: "SHOPIFY_CLI_ALWAYS_LOG_ANALYTICS",
80
80
  alwaysLogMetrics: "SHOPIFY_CLI_ALWAYS_LOG_METRICS",
81
81
  deviceAuth: "SHOPIFY_CLI_DEVICE_AUTH",
82
+ accessCodeAuth: "SHOPIFY_CLI_ACCESS_CODE_AUTH",
82
83
  enableCliRedirect: "SHOPIFY_CLI_ENABLE_CLI_REDIRECT",
83
84
  env: "SHOPIFY_CLI_ENV",
84
85
  firstPartyDev: "SHOPIFY_CLI_1P_DEV",
@@ -147,4 +148,4 @@ export {
147
148
  sessionConstants,
148
149
  bugsnagApiKey
149
150
  };
150
- //# sourceMappingURL=chunk-WADS2TV5.js.map
151
+ //# sourceMappingURL=chunk-NO7MYZEO.js.map
@@ -2,7 +2,7 @@ import {
2
2
  init_cjs_shims
3
3
  } from "./chunk-ZPL24Y2D.js";
4
4
 
5
- // ../cli-kit/src/private/node/context/deprecations-store.ts
5
+ // ../cli-kit/dist/private/node/context/deprecations-store.js
6
6
  init_cjs_shims();
7
7
  var globalWithDeprecationsStore = {
8
8
  ...globalThis,
@@ -33,4 +33,4 @@ export {
33
33
  getNextDeprecationDate,
34
34
  setNextDeprecationDate
35
35
  };
36
- //# sourceMappingURL=chunk-LH533WG4.js.map
36
+ //# sourceMappingURL=chunk-NPH2SXRO.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  z
3
- } from "./chunk-6UDFXWNE.js";
3
+ } from "./chunk-EJITPGUJ.js";
4
4
  import {
5
5
  AbortError,
6
6
  BugError,
@@ -17,7 +17,7 @@ import {
17
17
  renderTextPrompt,
18
18
  renderWarning,
19
19
  sleep
20
- } from "./chunk-3MDI6LZT.js";
20
+ } from "./chunk-NLE3ZLU6.js";
21
21
  import {
22
22
  init_cjs_shims
23
23
  } from "./chunk-ZPL24Y2D.js";
@@ -351,4 +351,4 @@ export {
351
351
  demoStepsSchema,
352
352
  demo
353
353
  };
354
- //# sourceMappingURL=chunk-VZUWS5IH.js.map
354
+ //# sourceMappingURL=chunk-OVWFZSJT.js.map
@@ -1,17 +1,17 @@
1
1
  import {
2
2
  demo
3
- } from "./chunk-VZUWS5IH.js";
3
+ } from "./chunk-OVWFZSJT.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-WP234IUO.js";
6
+ } from "./chunk-XNCQBHNR.js";
7
7
  import {
8
8
  outputInfo,
9
9
  readFile,
10
10
  renderAutocompletePrompt
11
- } from "./chunk-3MDI6LZT.js";
11
+ } from "./chunk-NLE3ZLU6.js";
12
12
  import {
13
13
  joinPath
14
- } from "./chunk-UNPXLODI.js";
14
+ } from "./chunk-B7RN7IRD.js";
15
15
  import {
16
16
  init_cjs_shims
17
17
  } from "./chunk-ZPL24Y2D.js";
@@ -50,4 +50,4 @@ var Catalog = class extends base_command_default {
50
50
  export {
51
51
  Catalog
52
52
  };
53
- //# sourceMappingURL=chunk-UQUO22Q5.js.map
53
+ //# sourceMappingURL=chunk-OXMHVKM3.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  prompts
3
- } from "./chunk-K3CVGV3F.js";
3
+ } from "./chunk-V7NH4SZB.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-WP234IUO.js";
6
+ } from "./chunk-XNCQBHNR.js";
7
7
  import {
8
8
  init_cjs_shims
9
9
  } from "./chunk-ZPL24Y2D.js";
@@ -25,4 +25,4 @@ var KitchenSinkPrompts = class extends base_command_default {
25
25
  export {
26
26
  KitchenSinkPrompts
27
27
  };
28
- //# sourceMappingURL=chunk-PNFEODLY.js.map
28
+ //# sourceMappingURL=chunk-QNI6VLVR.js.map
@@ -1,16 +1,16 @@
1
1
  import {
2
2
  base_command_default
3
- } from "./chunk-WP234IUO.js";
3
+ } from "./chunk-XNCQBHNR.js";
4
4
  import {
5
5
  mkdir,
6
6
  outputInfo,
7
7
  rmdir,
8
8
  writeFile
9
- } from "./chunk-3MDI6LZT.js";
9
+ } from "./chunk-NLE3ZLU6.js";
10
10
  import {
11
11
  cwd,
12
12
  joinPath
13
- } from "./chunk-UNPXLODI.js";
13
+ } from "./chunk-B7RN7IRD.js";
14
14
  import {
15
15
  init_cjs_shims
16
16
  } from "./chunk-ZPL24Y2D.js";
@@ -154,4 +154,4 @@ export {
154
154
  writeCommandFlagInterface,
155
155
  writeCommandUsageExampleFile
156
156
  };
157
- //# sourceMappingURL=chunk-MCT2524Y.js.map
157
+ //# sourceMappingURL=chunk-QYT42J3T.js.map
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  platformAndArch
3
- } from "./chunk-YAYFJITA.js";
3
+ } from "./chunk-2DXCIFDK.js";
4
4
  import {
5
5
  getPackageManager,
6
6
  packageManagerFromUserAgent
7
- } from "./chunk-XLPMGRR3.js";
7
+ } from "./chunk-X3OUSYUQ.js";
8
8
  import {
9
9
  addPublicMetadata,
10
10
  addSensitiveMetadata,
@@ -12,18 +12,18 @@ import {
12
12
  cloudEnvironment,
13
13
  currentProcessIsGlobal,
14
14
  macAddress
15
- } from "./chunk-3MDI6LZT.js";
15
+ } from "./chunk-NLE3ZLU6.js";
16
16
  import {
17
17
  cwd
18
- } from "./chunk-UNPXLODI.js";
18
+ } from "./chunk-B7RN7IRD.js";
19
19
  import {
20
20
  init_cjs_shims
21
21
  } from "./chunk-ZPL24Y2D.js";
22
22
 
23
- // ../cli-kit/src/private/node/analytics.ts
23
+ // ../cli-kit/dist/private/node/analytics.js
24
24
  init_cjs_shims();
25
25
 
26
- // ../cli-kit/src/public/node/crypto.ts
26
+ // ../cli-kit/dist/public/node/crypto.js
27
27
  init_cjs_shims();
28
28
  import crypto from "crypto";
29
29
  function randomHex(size) {
@@ -48,13 +48,8 @@ function randomUUID() {
48
48
  return crypto.randomUUID();
49
49
  }
50
50
 
51
- // ../cli-kit/src/private/node/analytics.ts
52
- async function startAnalytics({
53
- commandContent,
54
- args,
55
- currentTime = (/* @__PURE__ */ new Date()).getTime(),
56
- commandClass
57
- }) {
51
+ // ../cli-kit/dist/private/node/analytics.js
52
+ async function startAnalytics({ commandContent, args, currentTime = (/* @__PURE__ */ new Date()).getTime(), commandClass }) {
58
53
  let startCommand = commandContent.command;
59
54
  if (commandClass && Object.prototype.hasOwnProperty.call(commandClass, "analyticsNameOverride")) {
60
55
  startCommand = commandClass.analyticsNameOverride() ?? commandContent.command;
@@ -121,4 +116,4 @@ export {
121
116
  getEnvironmentData,
122
117
  getSensitiveEnvironmentData
123
118
  };
124
- //# sourceMappingURL=chunk-VQTHQBEC.js.map
119
+ //# sourceMappingURL=chunk-S3HWVIGJ.js.map
@@ -3,14 +3,14 @@ import {
3
3
  } from "./chunk-DLK3F3DC.js";
4
4
  import {
5
5
  demoStepsSchema
6
- } from "./chunk-VZUWS5IH.js";
6
+ } from "./chunk-OVWFZSJT.js";
7
7
  import {
8
8
  base_command_default
9
- } from "./chunk-WP234IUO.js";
9
+ } from "./chunk-XNCQBHNR.js";
10
10
  import {
11
11
  outputInfo,
12
12
  renderInfo
13
- } from "./chunk-3MDI6LZT.js";
13
+ } from "./chunk-NLE3ZLU6.js";
14
14
  import {
15
15
  __toESM,
16
16
  init_cjs_shims
@@ -59,4 +59,4 @@ The demo should perform the following steps:
59
59
  export {
60
60
  PrintAIPrompt
61
61
  };
62
- //# sourceMappingURL=chunk-23OKKZ5V.js.map
62
+ //# sourceMappingURL=chunk-S7A7BHNA.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  openURL
3
- } from "./chunk-3MDI6LZT.js";
3
+ } from "./chunk-NLE3ZLU6.js";
4
4
  import {
5
5
  init_cjs_shims
6
6
  } from "./chunk-ZPL24Y2D.js";
@@ -16,4 +16,4 @@ async function searchService(query) {
16
16
  export {
17
17
  searchService
18
18
  };
19
- //# sourceMappingURL=chunk-3TGMDPDI.js.map
19
+ //# sourceMappingURL=chunk-SSAUIEBT.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  staticService
3
- } from "./chunk-XER2L725.js";
3
+ } from "./chunk-KUVX423E.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-WP234IUO.js";
6
+ } from "./chunk-XNCQBHNR.js";
7
7
  import {
8
8
  init_cjs_shims
9
9
  } from "./chunk-ZPL24Y2D.js";
@@ -25,4 +25,4 @@ var KitchenSinkStatic = class extends base_command_default {
25
25
  export {
26
26
  KitchenSinkStatic
27
27
  };
28
- //# sourceMappingURL=chunk-YMPGWFWU.js.map
28
+ //# sourceMappingURL=chunk-UQQI7TQG.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  base_command_default
3
- } from "./chunk-WP234IUO.js";
3
+ } from "./chunk-XNCQBHNR.js";
4
4
  import {
5
5
  require_lib
6
6
  } from "./chunk-GEN4RXTD.js";
@@ -45,4 +45,4 @@ var HelpCommand = class _HelpCommand extends base_command_default {
45
45
  export {
46
46
  HelpCommand
47
47
  };
48
- //# sourceMappingURL=chunk-UZUD5DRI.js.map
48
+ //# sourceMappingURL=chunk-UXA5YROL.js.map
@@ -5,7 +5,7 @@ import {
5
5
  renderDangerousConfirmationPrompt,
6
6
  renderSelectPrompt,
7
7
  renderTextPrompt
8
- } from "./chunk-3MDI6LZT.js";
8
+ } from "./chunk-NLE3ZLU6.js";
9
9
  import {
10
10
  init_cjs_shims
11
11
  } from "./chunk-ZPL24Y2D.js";
@@ -13,7 +13,7 @@ import {
13
13
  // src/cli/services/kitchen-sink/prompts.ts
14
14
  init_cjs_shims();
15
15
 
16
- // ../cli-kit/src/public/node/figures.ts
16
+ // ../cli-kit/dist/public/node/figures.js
17
17
  init_cjs_shims();
18
18
 
19
19
  // src/cli/services/kitchen-sink/prompts.ts
@@ -181,4 +181,4 @@ async function prompts() {
181
181
  export {
182
182
  prompts
183
183
  };
184
- //# sourceMappingURL=chunk-K3CVGV3F.js.map
184
+ //# sourceMappingURL=chunk-V7NH4SZB.js.map
@@ -3,10 +3,10 @@ import {
3
3
  } from "./chunk-DLK3F3DC.js";
4
4
  import {
5
5
  demoStepsSchema
6
- } from "./chunk-VZUWS5IH.js";
6
+ } from "./chunk-OVWFZSJT.js";
7
7
  import {
8
8
  base_command_default
9
- } from "./chunk-WP234IUO.js";
9
+ } from "./chunk-XNCQBHNR.js";
10
10
  import {
11
11
  AbortError,
12
12
  fileExists,
@@ -17,7 +17,7 @@ import {
17
17
  readFile,
18
18
  renderAutocompletePrompt,
19
19
  writeFile
20
- } from "./chunk-3MDI6LZT.js";
20
+ } from "./chunk-NLE3ZLU6.js";
21
21
  import {
22
22
  require_lib
23
23
  } from "./chunk-GEN4RXTD.js";
@@ -25,7 +25,7 @@ import {
25
25
  cwd,
26
26
  joinPath,
27
27
  resolvePath
28
- } from "./chunk-UNPXLODI.js";
28
+ } from "./chunk-B7RN7IRD.js";
29
29
  import {
30
30
  __toESM,
31
31
  init_cjs_shims
@@ -128,4 +128,4 @@ async function selectSteps() {
128
128
  export {
129
129
  GenerateFile
130
130
  };
131
- //# sourceMappingURL=chunk-7AVKIH7O.js.map
131
+ //# sourceMappingURL=chunk-WVY52EEZ.js.map