@shopify/cli 3.80.3 → 3.80.4

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 (137) hide show
  1. package/dist/assets/hydrogen/starter/.cursor/rules/hydrogen-react-router.mdc +50 -0
  2. package/dist/assets/hydrogen/starter/CHANGELOG.md +63 -40
  3. package/dist/assets/hydrogen/starter/app/components/AddToCartButton.tsx +1 -1
  4. package/dist/assets/hydrogen/starter/app/components/CartLineItem.tsx +1 -1
  5. package/dist/assets/hydrogen/starter/app/components/CartMain.tsx +1 -1
  6. package/dist/assets/hydrogen/starter/app/components/CartSummary.tsx +1 -1
  7. package/dist/assets/hydrogen/starter/app/components/Footer.tsx +1 -1
  8. package/dist/assets/hydrogen/starter/app/components/Header.tsx +1 -1
  9. package/dist/assets/hydrogen/starter/app/components/PageLayout.tsx +1 -1
  10. package/dist/assets/hydrogen/starter/app/components/ProductForm.tsx +1 -1
  11. package/dist/assets/hydrogen/starter/app/components/ProductItem.tsx +1 -1
  12. package/dist/assets/hydrogen/starter/app/components/SearchForm.tsx +1 -1
  13. package/dist/assets/hydrogen/starter/app/components/SearchFormPredictive.tsx +1 -6
  14. package/dist/assets/hydrogen/starter/app/components/SearchResults.tsx +1 -1
  15. package/dist/assets/hydrogen/starter/app/components/SearchResultsPredictive.tsx +1 -1
  16. package/dist/assets/hydrogen/starter/app/entry.client.tsx +2 -2
  17. package/dist/assets/hydrogen/starter/app/entry.server.tsx +9 -4
  18. package/dist/assets/hydrogen/starter/app/lib/variants.ts +1 -1
  19. package/dist/assets/hydrogen/starter/app/root.tsx +1 -1
  20. package/dist/assets/hydrogen/starter/app/routes/_index.tsx +1 -1
  21. package/dist/assets/hydrogen/starter/app/routes/account.addresses.tsx +1 -1
  22. package/dist/assets/hydrogen/starter/app/routes/account.orders.$id.tsx +4 -4
  23. package/dist/assets/hydrogen/starter/app/routes/account.orders._index.tsx +1 -1
  24. package/dist/assets/hydrogen/starter/app/routes/account.profile.tsx +1 -7
  25. package/dist/assets/hydrogen/starter/app/routes/account.tsx +1 -1
  26. package/dist/assets/hydrogen/starter/app/routes/api.$version.[graphql.json].tsx +14 -0
  27. package/dist/assets/hydrogen/starter/app/routes/blogs.$blogHandle.$articleHandle.tsx +1 -1
  28. package/dist/assets/hydrogen/starter/app/routes/blogs.$blogHandle._index.tsx +1 -1
  29. package/dist/assets/hydrogen/starter/app/routes/blogs._index.tsx +1 -1
  30. package/dist/assets/hydrogen/starter/app/routes/cart.tsx +7 -2
  31. package/dist/assets/hydrogen/starter/app/routes/collections.$handle.tsx +1 -1
  32. package/dist/assets/hydrogen/starter/app/routes/collections._index.tsx +1 -1
  33. package/dist/assets/hydrogen/starter/app/routes/collections.all.tsx +2 -2
  34. package/dist/assets/hydrogen/starter/app/routes/pages.$handle.tsx +1 -1
  35. package/dist/assets/hydrogen/starter/app/routes/policies.$handle.tsx +1 -1
  36. package/dist/assets/hydrogen/starter/app/routes/policies._index.tsx +1 -1
  37. package/dist/assets/hydrogen/starter/app/routes/products.$handle.tsx +1 -1
  38. package/dist/assets/hydrogen/starter/app/routes/search.tsx +1 -1
  39. package/dist/assets/hydrogen/starter/app/routes.ts +2 -2
  40. package/dist/assets/hydrogen/starter/env.d.ts +12 -2
  41. package/dist/assets/hydrogen/starter/eslint.config.js +2 -0
  42. package/dist/assets/hydrogen/starter/package.json +11 -12
  43. package/dist/assets/hydrogen/starter/react-router.config.ts +7 -0
  44. package/dist/assets/hydrogen/starter/server.ts +2 -5
  45. package/dist/assets/hydrogen/starter/tsconfig.json +18 -6
  46. package/dist/assets/hydrogen/starter/vite.config.ts +2 -23
  47. package/dist/assets/hydrogen/tailwind/package.json +4 -1
  48. package/dist/assets/hydrogen/virtual-routes/components/RequestDetails.jsx +1 -1
  49. package/dist/assets/hydrogen/virtual-routes/layout.jsx +1 -7
  50. package/dist/assets/hydrogen/virtual-routes/routes/index.jsx +1 -1
  51. package/dist/assets/hydrogen/virtual-routes/routes/subrequest-profiler.jsx +1 -1
  52. package/dist/assets/hydrogen/virtual-routes/virtual-root-with-layout.jsx +1 -1
  53. package/dist/assets/hydrogen/virtual-routes/virtual-root.jsx +1 -1
  54. package/dist/assets/hydrogen/vite/vite.config.js +1 -1
  55. package/dist/{chunk-IQZJA4WJ.js → chunk-22KQHOXJ.js} +2 -2
  56. package/dist/{chunk-6BBSMP74.js → chunk-3DDKTA7S.js} +4 -4
  57. package/dist/{chunk-EP3PUZCH.js → chunk-3WZJKL5I.js} +2 -2
  58. package/dist/{chunk-NWLJH5W5.js → chunk-4DKJ765Z.js} +4 -4
  59. package/dist/{chunk-ZUCWDIGE.js → chunk-57Q6OQG4.js} +2 -2
  60. package/dist/{chunk-6TBBYLQ6.js → chunk-72EQI7B6.js} +2 -2
  61. package/dist/{chunk-YAKZ5LBE.js → chunk-A3FV2Y5F.js} +298 -481
  62. package/dist/{chunk-4WGX6J2C.js → chunk-AKFTTMP7.js} +2 -2
  63. package/dist/{chunk-36A3YXBJ.js → chunk-D7FVBSG2.js} +2 -2
  64. package/dist/{chunk-WBXXSY5O.js → chunk-DTZTWKIB.js} +3 -3
  65. package/dist/{chunk-W2JK2Y2P.js → chunk-EBDVIUOD.js} +8 -8
  66. package/dist/{chunk-P5WXXASN.js → chunk-EV63EJKX.js} +3 -3
  67. package/dist/{chunk-3R7MN6NF.js → chunk-FE76VMCW.js} +3 -3
  68. package/dist/{chunk-TBYDOGMF.js → chunk-FOC6QQ3Z.js} +7 -7
  69. package/dist/{chunk-L52YIB6L.js → chunk-FTFP354F.js} +4 -4
  70. package/dist/{chunk-UUNEYHYM.js → chunk-G6KVL4TS.js} +4 -4
  71. package/dist/{chunk-YIOA4IG2.js → chunk-HDXBAFR4.js} +4 -4
  72. package/dist/{chunk-EXSNWLDD.js → chunk-HJMWM6XE.js} +5 -5
  73. package/dist/{chunk-FRYAHHLJ.js → chunk-HTPOBJEV.js} +5 -5
  74. package/dist/{chunk-S2VPJHP3.js → chunk-IRKPDUZE.js} +6 -6
  75. package/dist/{chunk-NK3XLCW4.js → chunk-JHJEXKDW.js} +2 -2
  76. package/dist/{chunk-ZQLRXAT4.js → chunk-JJMWQP2L.js} +5 -5
  77. package/dist/{chunk-ANEEPS5R.js → chunk-JR36QMOU.js} +6 -6
  78. package/dist/{chunk-F3TFLWNH.js → chunk-MIJF5LNA.js} +4 -4
  79. package/dist/{chunk-IVP6O724.js → chunk-MJBSMK2E.js} +3 -3
  80. package/dist/{chunk-2MZ6KVDM.js → chunk-NJDE4VHA.js} +3 -3
  81. package/dist/{chunk-ZVNTBN7P.js → chunk-NPWBOQKI.js} +3 -3
  82. package/dist/{chunk-MMKJLJOU.js → chunk-NRAZQETL.js} +3 -3
  83. package/dist/{chunk-EIRCYG3C.js → chunk-QXOOIYRJ.js} +2 -2
  84. package/dist/{chunk-SHG4WGA5.js → chunk-RPVZXBFY.js} +4 -4
  85. package/dist/{chunk-STFQ3LDD.js → chunk-RTFBL435.js} +3 -3
  86. package/dist/{chunk-HZH4EZRH.js → chunk-Z4ZLMWHP.js} +6 -6
  87. package/dist/{chunk-36JX5ZL3.js → chunk-Z7RQZ537.js} +3 -3
  88. package/dist/{chunk-T2OTVMC3.js → chunk-ZMQFWHEX.js} +5 -5
  89. package/dist/{chunk-6N54IMG5.js → chunk-ZVMNEYFH.js} +3 -3
  90. package/dist/cli/commands/auth/logout.js +12 -12
  91. package/dist/cli/commands/auth/logout.test.js +13 -13
  92. package/dist/cli/commands/cache/clear.js +11 -11
  93. package/dist/cli/commands/debug/command-flags.js +11 -11
  94. package/dist/cli/commands/docs/generate.js +11 -11
  95. package/dist/cli/commands/docs/generate.test.js +11 -11
  96. package/dist/cli/commands/help.js +11 -11
  97. package/dist/cli/commands/kitchen-sink/async.js +12 -12
  98. package/dist/cli/commands/kitchen-sink/async.test.js +12 -12
  99. package/dist/cli/commands/kitchen-sink/index.js +14 -14
  100. package/dist/cli/commands/kitchen-sink/index.test.js +14 -14
  101. package/dist/cli/commands/kitchen-sink/prompts.js +12 -12
  102. package/dist/cli/commands/kitchen-sink/prompts.test.js +12 -12
  103. package/dist/cli/commands/kitchen-sink/static.js +12 -12
  104. package/dist/cli/commands/kitchen-sink/static.test.js +12 -12
  105. package/dist/cli/commands/notifications/generate.js +12 -12
  106. package/dist/cli/commands/notifications/list.js +12 -12
  107. package/dist/cli/commands/search.js +12 -12
  108. package/dist/cli/commands/upgrade.js +12 -12
  109. package/dist/cli/commands/version.js +12 -12
  110. package/dist/cli/commands/version.test.js +12 -12
  111. package/dist/cli/services/commands/notifications.js +7 -7
  112. package/dist/cli/services/commands/search.js +3 -3
  113. package/dist/cli/services/commands/search.test.js +3 -3
  114. package/dist/cli/services/commands/version.js +4 -4
  115. package/dist/cli/services/commands/version.test.js +5 -5
  116. package/dist/cli/services/kitchen-sink/async.js +3 -3
  117. package/dist/cli/services/kitchen-sink/prompts.js +3 -3
  118. package/dist/cli/services/kitchen-sink/static.js +3 -3
  119. package/dist/cli/services/upgrade.js +4 -4
  120. package/dist/cli/services/upgrade.test.js +5 -5
  121. package/dist/{custom-oclif-loader-LEBCVICA.js → custom-oclif-loader-FJYCRCHY.js} +3 -3
  122. package/dist/{error-handler-RPKNZNPJ.js → error-handler-ZFOBG3KZ.js} +9 -9
  123. package/dist/hooks/postrun.js +7 -7
  124. package/dist/hooks/prerun.js +8 -8
  125. package/dist/index.js +752 -1114
  126. package/dist/{local-DMUVO2RC.js → local-7CUVJHVC.js} +3 -3
  127. package/dist/{morph-EB6ON4RE.js → morph-EKLK7JWU.js} +9 -9
  128. package/dist/{node-package-manager-KM7I5LPO.js → node-package-manager-KJ2WBUZP.js} +4 -4
  129. package/dist/{path-GWAZZN2N.js → path-2K5HIMHZ.js} +2 -2
  130. package/dist/tsconfig.tsbuildinfo +1 -1
  131. package/dist/{ui-F4QPST3C.js → ui-5JYYJU2R.js} +3 -3
  132. package/dist/{workerd-VQLKP2OR.js → workerd-GXYWGSKC.js} +14 -14
  133. package/oclif.manifest.json +3 -23
  134. package/package.json +7 -7
  135. package/dist/assets/hydrogen/starter/.cursor/rules/cookbook-recipe-subscriptions.mdc +0 -921
  136. package/dist/chunk-NOSVFQH5.js +0 -107
  137. package/dist/node-MTCU4HTA.js +0 -166
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  openURL
3
- } from "./chunk-T2OTVMC3.js";
3
+ } from "./chunk-ZMQFWHEX.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-4WGX6J2C.js.map
18
+ //# sourceMappingURL=chunk-AKFTTMP7.js.map
@@ -7,7 +7,7 @@ import {
7
7
  renderSuccess,
8
8
  renderTable,
9
9
  renderWarning
10
- } from "./chunk-T2OTVMC3.js";
10
+ } from "./chunk-ZMQFWHEX.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-36A3YXBJ.js.map
206
+ //# sourceMappingURL=chunk-D7FVBSG2.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  versionService
3
- } from "./chunk-36JX5ZL3.js";
3
+ } from "./chunk-Z7RQZ537.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-ANEEPS5R.js";
6
+ } from "./chunk-JR36QMOU.js";
7
7
  import {
8
8
  init_cjs_shims
9
9
  } from "./chunk-PKR7KJ6P.js";
@@ -22,4 +22,4 @@ var Version = class extends base_command_default {
22
22
  export {
23
23
  Version
24
24
  };
25
- //# sourceMappingURL=chunk-WBXXSY5O.js.map
25
+ //# sourceMappingURL=chunk-DTZTWKIB.js.map
@@ -4,16 +4,16 @@ import {
4
4
  import {
5
5
  fanoutHooks,
6
6
  reportAnalyticsEvent
7
- } from "./chunk-HZH4EZRH.js";
7
+ } from "./chunk-Z4ZLMWHP.js";
8
8
  import {
9
9
  getEnvironmentData
10
- } from "./chunk-ZQLRXAT4.js";
10
+ } from "./chunk-JJMWQP2L.js";
11
11
  import {
12
12
  CLI_KIT_VERSION
13
- } from "./chunk-6TBBYLQ6.js";
13
+ } from "./chunk-72EQI7B6.js";
14
14
  import {
15
15
  runWithRateLimit
16
- } from "./chunk-6N54IMG5.js";
16
+ } from "./chunk-ZVMNEYFH.js";
17
17
  import {
18
18
  AbortSilentError,
19
19
  CancelExecution,
@@ -28,14 +28,14 @@ import {
28
28
  reportingRateLimit,
29
29
  require_stacktracey,
30
30
  shouldReportErrorAsUnexpected
31
- } from "./chunk-T2OTVMC3.js";
31
+ } from "./chunk-ZMQFWHEX.js";
32
32
  import {
33
33
  cwd,
34
34
  isAbsolutePath,
35
35
  joinPath,
36
36
  normalizePath,
37
37
  relativePath
38
- } from "./chunk-ZUCWDIGE.js";
38
+ } from "./chunk-57Q6OQG4.js";
39
39
  import {
40
40
  require_lib
41
41
  } from "./chunk-5AFYDRV4.js";
@@ -2029,7 +2029,7 @@ var require_notifier = __commonJS({
2029
2029
 
2030
2030
  // ../cli-kit/dist/public/node/error-handler.js
2031
2031
  init_cjs_shims();
2032
- var import_core = __toESM(require_lib()), import_stacktracey = __toESM(require_stacktracey()), import_js = __toESM(require_notifier());
2032
+ var import_core = __toESM(require_lib(), 1), import_stacktracey = __toESM(require_stacktracey(), 1), import_js = __toESM(require_notifier(), 1);
2033
2033
  import { realpath } from "fs/promises";
2034
2034
  async function errorHandler(error, config) {
2035
2035
  if (error instanceof CancelExecution)
@@ -2144,4 +2144,4 @@ export {
2144
2144
  registerCleanBugsnagErrorsFromWithinPlugins,
2145
2145
  addBugsnagMetadata
2146
2146
  };
2147
- //# sourceMappingURL=chunk-W2JK2Y2P.js.map
2147
+ //# sourceMappingURL=chunk-EBDVIUOD.js.map
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  base_command_default
3
- } from "./chunk-ANEEPS5R.js";
3
+ } from "./chunk-JR36QMOU.js";
4
4
  import {
5
5
  renderTable,
6
6
  renderText
7
- } from "./chunk-T2OTVMC3.js";
7
+ } from "./chunk-ZMQFWHEX.js";
8
8
  import {
9
9
  require_lib
10
10
  } from "./chunk-5AFYDRV4.js";
@@ -83,4 +83,4 @@ var import_core = __toESM(require_lib(), 1), CommandFlags = class _CommandFlags
83
83
  export {
84
84
  CommandFlags
85
85
  };
86
- //# sourceMappingURL=chunk-P5WXXASN.js.map
86
+ //# sourceMappingURL=chunk-EV63EJKX.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  staticService
3
- } from "./chunk-36A3YXBJ.js";
3
+ } from "./chunk-D7FVBSG2.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-ANEEPS5R.js";
6
+ } from "./chunk-JR36QMOU.js";
7
7
  import {
8
8
  init_cjs_shims
9
9
  } from "./chunk-PKR7KJ6P.js";
@@ -25,4 +25,4 @@ var KitchenSinkStatic = class extends base_command_default {
25
25
  export {
26
26
  KitchenSinkStatic
27
27
  };
28
- //# sourceMappingURL=chunk-3R7MN6NF.js.map
28
+ //# sourceMappingURL=chunk-FE76VMCW.js.map
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  base_command_default
3
- } from "./chunk-ANEEPS5R.js";
3
+ } from "./chunk-JR36QMOU.js";
4
4
  import {
5
5
  cacheClear
6
- } from "./chunk-6N54IMG5.js";
6
+ } from "./chunk-ZVMNEYFH.js";
7
7
  import {
8
8
  environmentVariables,
9
9
  isTruthy
10
- } from "./chunk-T2OTVMC3.js";
10
+ } from "./chunk-ZMQFWHEX.js";
11
11
  import {
12
12
  require_lib
13
13
  } from "./chunk-5AFYDRV4.js";
@@ -26,7 +26,7 @@ init_cjs_shims();
26
26
  init_cjs_shims();
27
27
  import { fileURLToPath } from "node:url";
28
28
  async function launchCLI(options) {
29
- let { errorHandler } = await import("./error-handler-RPKNZNPJ.js"), { isDevelopment } = await import("./local-DMUVO2RC.js"), oclif = await import("./lib-MIBR2T7P.js"), { ShopifyConfig } = await import("./custom-oclif-loader-LEBCVICA.js");
29
+ let { errorHandler } = await import("./error-handler-ZFOBG3KZ.js"), { isDevelopment } = await import("./local-7CUVJHVC.js"), oclif = await import("./lib-MIBR2T7P.js"), { ShopifyConfig } = await import("./custom-oclif-loader-FJYCRCHY.js");
30
30
  isDevelopment() && (oclif.default.settings.debug = !0);
31
31
  try {
32
32
  let config = new ShopifyConfig({ root: fileURLToPath(options.moduleURL) });
@@ -41,7 +41,7 @@ var import_core = __toESM(require_lib());
41
41
  async function exitIfOldNodeVersion(versions = process.versions) {
42
42
  let nodeVersion = versions.node, nodeMajorVersion = Number(nodeVersion.split(".")[0]);
43
43
  if (nodeMajorVersion < 18) {
44
- let { renderError } = await import("./ui-F4QPST3C.js");
44
+ let { renderError } = await import("./ui-5JYYJU2R.js");
45
45
  renderError({
46
46
  headline: "Upgrade to a supported Node version now.",
47
47
  body: [
@@ -68,7 +68,7 @@ async function runCLI(options, launchCLI2 = launchCLI, argv = process.argv, env
68
68
  return setupEnvironmentVariables(options, argv, env), options.runInCreateMode && await addInitToArgvWhenRunningCreateCLI(options, argv), forceNoColor(argv, env), await exitIfOldNodeVersion(versions), launchCLI2({ moduleURL: options.moduleURL });
69
69
  }
70
70
  async function addInitToArgvWhenRunningCreateCLI(options, argv = process.argv) {
71
- let { findUpAndReadPackageJson } = await import("./node-package-manager-KM7I5LPO.js"), { moduleDirectory } = await import("./path-GWAZZN2N.js"), name = (await findUpAndReadPackageJson(moduleDirectory(options.moduleURL))).content.name.replace("@shopify/create-", "");
71
+ let { findUpAndReadPackageJson } = await import("./node-package-manager-KJ2WBUZP.js"), { moduleDirectory } = await import("./path-2K5HIMHZ.js"), name = (await findUpAndReadPackageJson(moduleDirectory(options.moduleURL))).content.name.replace("@shopify/create-", "");
72
72
  if (argv.findIndex((arg) => arg.includes("init")) === -1) {
73
73
  let initIndex2 = argv.findIndex((arg) => arg.match(new RegExp(`bin(\\/|\\\\)+(create-${name}|dev|run)`))) + 1;
74
74
  argv.splice(initIndex2, 0, "init");
@@ -117,4 +117,4 @@ export {
117
117
  jsonFlag,
118
118
  ClearCache
119
119
  };
120
- //# sourceMappingURL=chunk-TBYDOGMF.js.map
120
+ //# sourceMappingURL=chunk-FOC6QQ3Z.js.map
@@ -5,7 +5,7 @@ import {
5
5
  } from "./chunk-25IMI7TH.js";
6
6
  import {
7
7
  CLI_KIT_VERSION
8
- } from "./chunk-6TBBYLQ6.js";
8
+ } from "./chunk-72EQI7B6.js";
9
9
  import {
10
10
  Environment,
11
11
  environmentVariables,
@@ -18,10 +18,10 @@ import {
18
18
  serviceEnvironment,
19
19
  sleep,
20
20
  systemEnvironmentVariables
21
- } from "./chunk-T2OTVMC3.js";
21
+ } from "./chunk-ZMQFWHEX.js";
22
22
  import {
23
23
  sniffForJson
24
- } from "./chunk-ZUCWDIGE.js";
24
+ } from "./chunk-57Q6OQG4.js";
25
25
  import {
26
26
  __commonJS,
27
27
  __require,
@@ -31452,4 +31452,4 @@ mime-types/index.js:
31452
31452
  * MIT Licensed
31453
31453
  *)
31454
31454
  */
31455
- //# sourceMappingURL=chunk-L52YIB6L.js.map
31455
+ //# sourceMappingURL=chunk-FTFP354F.js.map
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  cliInstallCommand
3
- } from "./chunk-STFQ3LDD.js";
3
+ } from "./chunk-RTFBL435.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-ANEEPS5R.js";
6
+ } from "./chunk-JR36QMOU.js";
7
7
  import {
8
8
  renderInfo
9
- } from "./chunk-T2OTVMC3.js";
9
+ } from "./chunk-ZMQFWHEX.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-UUNEYHYM.js.map
37
+ //# sourceMappingURL=chunk-G6KVL4TS.js.map
@@ -4,7 +4,7 @@ import {
4
4
  findUpAndReadPackageJson,
5
5
  getPackageManager,
6
6
  usesWorkspaces
7
- } from "./chunk-6N54IMG5.js";
7
+ } from "./chunk-ZVMNEYFH.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-T2OTVMC3.js";
18
+ } from "./chunk-ZMQFWHEX.js";
19
19
  import {
20
20
  dirname,
21
21
  joinPath,
22
22
  moduleDirectory
23
- } from "./chunk-ZUCWDIGE.js";
23
+ } from "./chunk-57Q6OQG4.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-YIOA4IG2.js.map
142
+ //# sourceMappingURL=chunk-HDXBAFR4.js.map
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  prompts
3
- } from "./chunk-NK3XLCW4.js";
3
+ } from "./chunk-JHJEXKDW.js";
4
4
  import {
5
5
  staticService
6
- } from "./chunk-36A3YXBJ.js";
6
+ } from "./chunk-D7FVBSG2.js";
7
7
  import {
8
8
  asyncTasks
9
- } from "./chunk-EIRCYG3C.js";
9
+ } from "./chunk-QXOOIYRJ.js";
10
10
  import {
11
11
  base_command_default
12
- } from "./chunk-ANEEPS5R.js";
12
+ } from "./chunk-JR36QMOU.js";
13
13
  import {
14
14
  init_cjs_shims
15
15
  } from "./chunk-PKR7KJ6P.js";
@@ -34,4 +34,4 @@ var KitchenSinkAll = class extends base_command_default {
34
34
  export {
35
35
  KitchenSinkAll
36
36
  };
37
- //# sourceMappingURL=chunk-EXSNWLDD.js.map
37
+ //# sourceMappingURL=chunk-HJMWM6XE.js.map
@@ -2,13 +2,13 @@ import {
2
2
  fetchNotifications,
3
3
  getNotifications,
4
4
  stringifyFilters
5
- } from "./chunk-S2VPJHP3.js";
5
+ } from "./chunk-IRKPDUZE.js";
6
6
  import {
7
7
  randomUUID
8
- } from "./chunk-L52YIB6L.js";
8
+ } from "./chunk-FTFP354F.js";
9
9
  import {
10
10
  CLI_KIT_VERSION
11
- } from "./chunk-6TBBYLQ6.js";
11
+ } from "./chunk-72EQI7B6.js";
12
12
  import {
13
13
  outputInfo,
14
14
  renderSelectPrompt,
@@ -16,7 +16,7 @@ import {
16
16
  renderTable,
17
17
  renderTextPrompt,
18
18
  writeFile
19
- } from "./chunk-T2OTVMC3.js";
19
+ } from "./chunk-ZMQFWHEX.js";
20
20
  import {
21
21
  init_cjs_shims
22
22
  } from "./chunk-PKR7KJ6P.js";
@@ -103,4 +103,4 @@ export {
103
103
  generate,
104
104
  list
105
105
  };
106
- //# sourceMappingURL=chunk-FRYAHHLJ.js.map
106
+ //# sourceMappingURL=chunk-HTPOBJEV.js.map
@@ -2,15 +2,15 @@ import {
2
2
  fetch,
3
3
  jsonOutputEnabled,
4
4
  z
5
- } from "./chunk-L52YIB6L.js";
5
+ } from "./chunk-FTFP354F.js";
6
6
  import {
7
7
  CLI_KIT_VERSION
8
- } from "./chunk-6TBBYLQ6.js";
8
+ } from "./chunk-72EQI7B6.js";
9
9
  import {
10
10
  cacheRetrieve,
11
11
  cacheStore,
12
12
  versionSatisfies
13
- } from "./chunk-6N54IMG5.js";
13
+ } from "./chunk-ZVMNEYFH.js";
14
14
  import {
15
15
  AbortSilentError,
16
16
  exec,
@@ -19,7 +19,7 @@ import {
19
19
  renderError,
20
20
  renderInfo,
21
21
  renderWarning
22
- } from "./chunk-T2OTVMC3.js";
22
+ } from "./chunk-ZMQFWHEX.js";
23
23
  import {
24
24
  init_cjs_shims
25
25
  } from "./chunk-PKR7KJ6P.js";
@@ -87,7 +87,7 @@ async function showNotificationsIfNeeded(currentSurfaces, environment = process.
87
87
  throw new AbortSilentError();
88
88
  let errorMessage = `Error showing notifications: ${error.message}`;
89
89
  outputDebug(errorMessage);
90
- let { sendErrorToBugsnag } = await import("./error-handler-RPKNZNPJ.js");
90
+ let { sendErrorToBugsnag } = await import("./error-handler-ZFOBG3KZ.js");
91
91
  await sendErrorToBugsnag(errorMessage, "unexpected_error");
92
92
  }
93
93
  }
@@ -200,4 +200,4 @@ export {
200
200
  fetchNotificationsInBackground,
201
201
  stringifyFilters
202
202
  };
203
- //# sourceMappingURL=chunk-S2VPJHP3.js.map
203
+ //# sourceMappingURL=chunk-IRKPDUZE.js.map
@@ -5,7 +5,7 @@ import {
5
5
  renderDangerousConfirmationPrompt,
6
6
  renderSelectPrompt,
7
7
  renderTextPrompt
8
- } from "./chunk-T2OTVMC3.js";
8
+ } from "./chunk-ZMQFWHEX.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-NK3XLCW4.js.map
178
+ //# sourceMappingURL=chunk-JHJEXKDW.js.map
@@ -7,14 +7,14 @@ import {
7
7
  nonRandomUUID,
8
8
  shopifyFetch,
9
9
  z
10
- } from "./chunk-L52YIB6L.js";
10
+ } from "./chunk-FTFP354F.js";
11
11
  import {
12
12
  getPackageManager,
13
13
  getSession,
14
14
  packageManagerFromUserAgent,
15
15
  removeSession,
16
16
  setSession
17
- } from "./chunk-6N54IMG5.js";
17
+ } from "./chunk-ZVMNEYFH.js";
18
18
  import {
19
19
  AbortError,
20
20
  BugError,
@@ -45,10 +45,10 @@ import {
45
45
  sessionConstants,
46
46
  spinFqdn,
47
47
  themeToken
48
- } from "./chunk-T2OTVMC3.js";
48
+ } from "./chunk-ZMQFWHEX.js";
49
49
  import {
50
50
  cwd
51
- } from "./chunk-ZUCWDIGE.js";
51
+ } from "./chunk-57Q6OQG4.js";
52
52
  import {
53
53
  __commonJS,
54
54
  __require,
@@ -1204,4 +1204,4 @@ export {
1204
1204
  getEnvironmentData,
1205
1205
  getSensitiveEnvironmentData
1206
1206
  };
1207
- //# sourceMappingURL=chunk-ZQLRXAT4.js.map
1207
+ //# sourceMappingURL=chunk-JJMWQP2L.js.map
@@ -1,14 +1,14 @@
1
1
  import {
2
2
  errorHandler,
3
3
  registerCleanBugsnagErrorsFromWithinPlugins
4
- } from "./chunk-W2JK2Y2P.js";
4
+ } from "./chunk-EBDVIUOD.js";
5
5
  import {
6
6
  setCurrentCommandId,
7
7
  showNotificationsIfNeeded
8
- } from "./chunk-S2VPJHP3.js";
8
+ } from "./chunk-IRKPDUZE.js";
9
9
  import {
10
10
  hashString
11
- } from "./chunk-L52YIB6L.js";
11
+ } from "./chunk-FTFP354F.js";
12
12
  import {
13
13
  AbortError,
14
14
  addPublicMetadata,
@@ -24,10 +24,10 @@ import {
24
24
  renderWarning,
25
25
  terminalSupportsPrompting,
26
26
  underscore
27
- } from "./chunk-T2OTVMC3.js";
27
+ } from "./chunk-ZMQFWHEX.js";
28
28
  import {
29
29
  cwd
30
- } from "./chunk-ZUCWDIGE.js";
30
+ } from "./chunk-57Q6OQG4.js";
31
31
  import {
32
32
  require_lib
33
33
  } from "./chunk-5AFYDRV4.js";
@@ -1665,4 +1665,4 @@ export {
1665
1665
  loadEnvironment,
1666
1666
  base_command_default
1667
1667
  };
1668
- //# sourceMappingURL=chunk-ANEEPS5R.js.map
1668
+ //# sourceMappingURL=chunk-JR36QMOU.js.map
@@ -1,16 +1,16 @@
1
1
  import {
2
2
  base_command_default
3
- } from "./chunk-ANEEPS5R.js";
3
+ } from "./chunk-JR36QMOU.js";
4
4
  import {
5
5
  mkdir,
6
6
  outputInfo,
7
7
  rmdir,
8
8
  writeFile
9
- } from "./chunk-T2OTVMC3.js";
9
+ } from "./chunk-ZMQFWHEX.js";
10
10
  import {
11
11
  cwd,
12
12
  joinPath
13
- } from "./chunk-ZUCWDIGE.js";
13
+ } from "./chunk-57Q6OQG4.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-F3TFLWNH.js.map
121
+ //# sourceMappingURL=chunk-MIJF5LNA.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  prompts
3
- } from "./chunk-NK3XLCW4.js";
3
+ } from "./chunk-JHJEXKDW.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-ANEEPS5R.js";
6
+ } from "./chunk-JR36QMOU.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-IVP6O724.js.map
28
+ //# sourceMappingURL=chunk-MJBSMK2E.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  generate
3
- } from "./chunk-FRYAHHLJ.js";
3
+ } from "./chunk-HTPOBJEV.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-ANEEPS5R.js";
6
+ } from "./chunk-JR36QMOU.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-2MZ6KVDM.js.map
28
+ //# sourceMappingURL=chunk-NJDE4VHA.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  asyncTasks
3
- } from "./chunk-EIRCYG3C.js";
3
+ } from "./chunk-QXOOIYRJ.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-ANEEPS5R.js";
6
+ } from "./chunk-JR36QMOU.js";
7
7
  import {
8
8
  init_cjs_shims
9
9
  } from "./chunk-PKR7KJ6P.js";
@@ -25,4 +25,4 @@ var KitchenSinkAsync = class extends base_command_default {
25
25
  export {
26
26
  KitchenSinkAsync
27
27
  };
28
- //# sourceMappingURL=chunk-ZVNTBN7P.js.map
28
+ //# sourceMappingURL=chunk-NPWBOQKI.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  searchService
3
- } from "./chunk-4WGX6J2C.js";
3
+ } from "./chunk-AKFTTMP7.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-ANEEPS5R.js";
6
+ } from "./chunk-JR36QMOU.js";
7
7
  import {
8
8
  require_lib
9
9
  } from "./chunk-5AFYDRV4.js";
@@ -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-MMKJLJOU.js.map
51
+ //# sourceMappingURL=chunk-NRAZQETL.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  renderConcurrent,
3
3
  renderTasks
4
- } from "./chunk-T2OTVMC3.js";
4
+ } from "./chunk-ZMQFWHEX.js";
5
5
  import {
6
6
  init_cjs_shims
7
7
  } from "./chunk-PKR7KJ6P.js";
@@ -43,4 +43,4 @@ async function asyncTasks() {
43
43
  export {
44
44
  asyncTasks
45
45
  };
46
- //# sourceMappingURL=chunk-EIRCYG3C.js.map
46
+ //# sourceMappingURL=chunk-QXOOIYRJ.js.map
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  logout
3
- } from "./chunk-NWLJH5W5.js";
3
+ } from "./chunk-4DKJ765Z.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-ANEEPS5R.js";
6
+ } from "./chunk-JR36QMOU.js";
7
7
  import {
8
8
  outputSuccess
9
- } from "./chunk-T2OTVMC3.js";
9
+ } from "./chunk-ZMQFWHEX.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-SHG4WGA5.js.map
28
+ //# sourceMappingURL=chunk-RPVZXBFY.js.map
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  packageManagerFromUserAgent
3
- } from "./chunk-6N54IMG5.js";
3
+ } from "./chunk-ZVMNEYFH.js";
4
4
  import {
5
5
  currentProcessIsGlobal,
6
6
  inferPackageManagerForGlobalCLI,
7
7
  outputContent,
8
8
  outputToken
9
- } from "./chunk-T2OTVMC3.js";
9
+ } from "./chunk-ZMQFWHEX.js";
10
10
  import {
11
11
  init_cjs_shims
12
12
  } from "./chunk-PKR7KJ6P.js";
@@ -25,4 +25,4 @@ export {
25
25
  cliInstallCommand,
26
26
  getOutputUpdateCLIReminder
27
27
  };
28
- //# sourceMappingURL=chunk-STFQ3LDD.js.map
28
+ //# sourceMappingURL=chunk-RTFBL435.js.map
@@ -2,16 +2,16 @@ import {
2
2
  getEnvironmentData,
3
3
  getLastSeenUserIdAfterAuth,
4
4
  getSensitiveEnvironmentData
5
- } from "./chunk-ZQLRXAT4.js";
5
+ } from "./chunk-JJMWQP2L.js";
6
6
  import {
7
7
  fetch
8
- } from "./chunk-L52YIB6L.js";
8
+ } from "./chunk-FTFP354F.js";
9
9
  import {
10
10
  CLI_KIT_VERSION
11
- } from "./chunk-6TBBYLQ6.js";
11
+ } from "./chunk-72EQI7B6.js";
12
12
  import {
13
13
  runWithRateLimit
14
- } from "./chunk-6N54IMG5.js";
14
+ } from "./chunk-ZVMNEYFH.js";
15
15
  import {
16
16
  alwaysLogAnalytics,
17
17
  alwaysLogMetrics,
@@ -28,7 +28,7 @@ import {
28
28
  outputDebug,
29
29
  outputToken,
30
30
  reportingRateLimit
31
- } from "./chunk-T2OTVMC3.js";
31
+ } from "./chunk-ZMQFWHEX.js";
32
32
  import {
33
33
  __commonJS,
34
34
  __esm,
@@ -15930,4 +15930,4 @@ export {
15930
15930
  requestIdsCollection,
15931
15931
  reportAnalyticsEvent
15932
15932
  };
15933
- //# sourceMappingURL=chunk-HZH4EZRH.js.map
15933
+ //# sourceMappingURL=chunk-Z4ZLMWHP.js.map