@shopify/cli 3.75.0 → 3.75.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 (116) hide show
  1. package/dist/assets/hydrogen/starter/CHANGELOG.md +206 -0
  2. package/dist/assets/hydrogen/starter/app/components/CartMain.tsx +1 -1
  3. package/dist/assets/hydrogen/starter/app/components/CartSummary.tsx +17 -6
  4. package/dist/assets/hydrogen/starter/app/entry.server.tsx +2 -3
  5. package/dist/assets/hydrogen/starter/app/root.tsx +9 -5
  6. package/dist/assets/hydrogen/starter/app/routes/[robots.txt].tsx +0 -1
  7. package/dist/assets/hydrogen/starter/app/routes/_index.tsx +2 -2
  8. package/dist/assets/hydrogen/starter/app/routes/account.addresses.tsx +17 -17
  9. package/dist/assets/hydrogen/starter/app/routes/account.orders.$id.tsx +3 -3
  10. package/dist/assets/hydrogen/starter/app/routes/account.orders._index.tsx +2 -2
  11. package/dist/assets/hydrogen/starter/app/routes/account.profile.tsx +6 -6
  12. package/dist/assets/hydrogen/starter/app/routes/account.tsx +2 -2
  13. package/dist/assets/hydrogen/starter/app/routes/blogs.$blogHandle.$articleHandle.tsx +2 -2
  14. package/dist/assets/hydrogen/starter/app/routes/blogs.$blogHandle._index.tsx +2 -2
  15. package/dist/assets/hydrogen/starter/app/routes/blogs._index.tsx +2 -2
  16. package/dist/assets/hydrogen/starter/app/routes/cart.tsx +5 -3
  17. package/dist/assets/hydrogen/starter/app/routes/collections.$handle.tsx +2 -2
  18. package/dist/assets/hydrogen/starter/app/routes/collections._index.tsx +2 -2
  19. package/dist/assets/hydrogen/starter/app/routes/collections.all.tsx +2 -2
  20. package/dist/assets/hydrogen/starter/app/routes/pages.$handle.tsx +2 -2
  21. package/dist/assets/hydrogen/starter/app/routes/policies.$handle.tsx +2 -2
  22. package/dist/assets/hydrogen/starter/app/routes/policies._index.tsx +2 -2
  23. package/dist/assets/hydrogen/starter/app/routes/products.$handle.tsx +2 -2
  24. package/dist/assets/hydrogen/starter/app/routes/search.tsx +1 -2
  25. package/dist/assets/hydrogen/starter/eslint.config.js +261 -0
  26. package/dist/assets/hydrogen/starter/guides/predictiveSearch/predictiveSearch.md +3 -3
  27. package/dist/assets/hydrogen/starter/guides/search/search.md +3 -3
  28. package/dist/assets/hydrogen/starter/package.json +24 -12
  29. package/dist/assets/hydrogen/starter/server.ts +3 -2
  30. package/dist/assets/hydrogen/starter/tsconfig.json +5 -1
  31. package/dist/assets/hydrogen/starter/vite.config.ts +7 -0
  32. package/dist/assets/hydrogen/vite/package.json +1 -1
  33. package/dist/assets/hydrogen/vite/vite.config.js +0 -1
  34. package/dist/{chunk-GQIMWIIF.js → chunk-2OIJ27EK.js} +4 -4
  35. package/dist/{chunk-X3CFSDHA.js → chunk-3AS5GKO6.js} +2 -2
  36. package/dist/{chunk-W6IJP4MY.js → chunk-3LRCKABH.js} +3 -3
  37. package/dist/{chunk-S4YW77H4.js → chunk-3PD7N6QH.js} +3 -3
  38. package/dist/{chunk-6W5TMCT3.js → chunk-3WJDY4FZ.js} +2 -2
  39. package/dist/{chunk-DV2H7WDY.js → chunk-57OHFYZW.js} +76 -76
  40. package/dist/{chunk-6XBYMBOQ.js → chunk-BCU7E3NX.js} +4 -4
  41. package/dist/{chunk-BDLU7EEZ.js → chunk-BLPW2I3W.js} +3 -3
  42. package/dist/{chunk-S576QAPY.js → chunk-CBFYOUNJ.js} +2 -2
  43. package/dist/{chunk-6HBKMQLD.js → chunk-CFJGHT34.js} +5 -5
  44. package/dist/{chunk-VM4XPRZK.js → chunk-CUFY74G5.js} +3 -3
  45. package/dist/{chunk-IML7XVTM.js → chunk-DAEGCVUK.js} +2 -2
  46. package/dist/{chunk-57EEPGQZ.js → chunk-E4SQU64X.js} +3 -3
  47. package/dist/{chunk-T35HYPVZ.js → chunk-EA462PLP.js} +3 -3
  48. package/dist/{chunk-L656JYPI.js → chunk-FCDX2H3B.js} +2 -2
  49. package/dist/{chunk-YVTRJWYT.js → chunk-FIJ3WWBF.js} +3 -3
  50. package/dist/{chunk-OK2LJ3F3.js → chunk-FKREMPHC.js} +6 -6
  51. package/dist/{chunk-GMHA2S7O.js → chunk-FLZ6KRMX.js} +3 -3
  52. package/dist/{chunk-ILXYHK4Q.js → chunk-GQRPLC7G.js} +7 -7
  53. package/dist/{chunk-BTMRJLQ7.js → chunk-HCLJQ3JM.js} +5 -5
  54. package/dist/{chunk-2FZJER24.js → chunk-IQHA2TDB.js} +3 -3
  55. package/dist/{chunk-ORGKANED.js → chunk-J6EMXSVU.js} +3 -3
  56. package/dist/{chunk-MN33EVV7.js → chunk-M6SVFMGS.js} +2 -2
  57. package/dist/{chunk-MOZOZ3LN.js → chunk-MTSKUOEE.js} +3 -3
  58. package/dist/{chunk-KMPW66LQ.js → chunk-NDR4O4J3.js} +4 -4
  59. package/dist/{chunk-TJDZDZWG.js → chunk-NE67IDBS.js} +2 -2
  60. package/dist/{chunk-2B5C3QFS.js → chunk-NL5GQTGL.js} +3 -3
  61. package/dist/{chunk-I3WJF5NM.js → chunk-OPWN6NKB.js} +6 -6
  62. package/dist/{chunk-ESYWXFSK.js → chunk-OZMNUR4V.js} +2 -2
  63. package/dist/{chunk-QJQSCN3A.js → chunk-SWU2TFTH.js} +4 -4
  64. package/dist/{chunk-B7ABTOI4.js → chunk-ULYXT25M.js} +6 -6
  65. package/dist/{chunk-T4WJXSDW.js → chunk-URFDLLOJ.js} +4 -4
  66. package/dist/{chunk-IAM7IYO3.js → chunk-V3GIXKKS.js} +3 -3
  67. package/dist/{chunk-S6L5743K.js → chunk-VMNX6XTS.js} +2 -2
  68. package/dist/{chunk-SWQM7ICR.js → chunk-XMFUQCSH.js} +2 -2
  69. package/dist/{chunk-5KSWCELC.js → chunk-Y6NCC7TZ.js} +3 -3
  70. package/dist/cli/commands/auth/logout.js +12 -12
  71. package/dist/cli/commands/auth/logout.test.js +13 -13
  72. package/dist/cli/commands/cache/clear.js +11 -11
  73. package/dist/cli/commands/debug/command-flags.js +11 -11
  74. package/dist/cli/commands/docs/generate.js +11 -11
  75. package/dist/cli/commands/docs/generate.test.js +11 -11
  76. package/dist/cli/commands/help.js +11 -11
  77. package/dist/cli/commands/kitchen-sink/async.js +12 -12
  78. package/dist/cli/commands/kitchen-sink/async.test.js +12 -12
  79. package/dist/cli/commands/kitchen-sink/index.js +14 -14
  80. package/dist/cli/commands/kitchen-sink/index.test.js +14 -14
  81. package/dist/cli/commands/kitchen-sink/prompts.js +12 -12
  82. package/dist/cli/commands/kitchen-sink/prompts.test.js +12 -12
  83. package/dist/cli/commands/kitchen-sink/static.js +12 -12
  84. package/dist/cli/commands/kitchen-sink/static.test.js +12 -12
  85. package/dist/cli/commands/notifications/generate.js +12 -12
  86. package/dist/cli/commands/notifications/list.js +12 -12
  87. package/dist/cli/commands/search.js +12 -12
  88. package/dist/cli/commands/upgrade.js +12 -12
  89. package/dist/cli/commands/version.js +12 -12
  90. package/dist/cli/commands/version.test.js +12 -12
  91. package/dist/cli/services/commands/notifications.js +6 -6
  92. package/dist/cli/services/commands/search.js +2 -2
  93. package/dist/cli/services/commands/search.test.js +2 -2
  94. package/dist/cli/services/commands/version.js +3 -3
  95. package/dist/cli/services/commands/version.test.js +4 -4
  96. package/dist/cli/services/kitchen-sink/async.js +2 -2
  97. package/dist/cli/services/kitchen-sink/prompts.js +2 -2
  98. package/dist/cli/services/kitchen-sink/static.js +2 -2
  99. package/dist/cli/services/upgrade.js +3 -3
  100. package/dist/cli/services/upgrade.test.js +5 -5
  101. package/dist/{custom-oclif-loader-MPQ33GKJ.js → custom-oclif-loader-6WQBP6PR.js} +2 -2
  102. package/dist/{error-handler-ABXDEJNM.js → error-handler-YTUPADNE.js} +9 -9
  103. package/dist/hooks/postrun.js +7 -7
  104. package/dist/hooks/prerun.js +7 -7
  105. package/dist/index.js +132 -128
  106. package/dist/{local-DGW3VZG7.js → local-WKQFIQIN.js} +2 -2
  107. package/dist/{morph-BTANDGVW.js → morph-KTKQ6R2Q.js} +9 -9
  108. package/dist/{node-GVOKD67H.js → node-A6TLJZ4P.js} +15 -15
  109. package/dist/{node-package-manager-WEN6FJ7Z.js → node-package-manager-EOJWZP46.js} +3 -3
  110. package/dist/tsconfig.tsbuildinfo +1 -1
  111. package/dist/{ui-TWIKWYG2.js → ui-ZPCXVCGS.js} +2 -2
  112. package/dist/{workerd-SK47YSGA.js → workerd-VGNNMJ6S.js} +14 -14
  113. package/oclif.manifest.json +1 -1
  114. package/package.json +7 -7
  115. package/dist/assets/hydrogen/starter/.eslintignore +0 -5
  116. package/dist/assets/hydrogen/starter/.eslintrc.cjs +0 -19
@@ -6,7 +6,7 @@ import {
6
6
  remove,
7
7
  setLastSeenAuthMethod,
8
8
  setLastSeenUserIdAfterAuth
9
- } from "./chunk-6HBKMQLD.js";
9
+ } from "./chunk-CFJGHT34.js";
10
10
  import {
11
11
  BugError,
12
12
  getPartnersToken,
@@ -14,7 +14,7 @@ import {
14
14
  outputContent,
15
15
  outputDebug,
16
16
  outputToken
17
- } from "./chunk-X3CFSDHA.js";
17
+ } from "./chunk-3AS5GKO6.js";
18
18
  import {
19
19
  init_cjs_shims
20
20
  } from "./chunk-PKR7KJ6P.js";
@@ -104,4 +104,4 @@ export {
104
104
  ensureAuthenticatedBusinessPlatform,
105
105
  logout
106
106
  };
107
- //# sourceMappingURL=chunk-BDLU7EEZ.js.map
107
+ //# sourceMappingURL=chunk-BLPW2I3W.js.map
@@ -21,7 +21,7 @@ import {
21
21
  require_get_stream,
22
22
  runWithTimer,
23
23
  writeFile
24
- } from "./chunk-X3CFSDHA.js";
24
+ } from "./chunk-3AS5GKO6.js";
25
25
  import {
26
26
  dirname,
27
27
  joinPath
@@ -13748,4 +13748,4 @@ deep-extend/lib/deep-extend.js:
13748
13748
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13749
13749
  *)
13750
13750
  */
13751
- //# sourceMappingURL=chunk-S576QAPY.js.map
13751
+ //# sourceMappingURL=chunk-CBFYOUNJ.js.map
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  platformAndArch
3
- } from "./chunk-TJDZDZWG.js";
3
+ } from "./chunk-NE67IDBS.js";
4
4
  import {
5
5
  allAPIs,
6
6
  buildHeaders,
7
7
  shopifyFetch,
8
8
  z
9
- } from "./chunk-GQIMWIIF.js";
9
+ } from "./chunk-2OIJ27EK.js";
10
10
  import {
11
11
  cacheRetrieveOrRepopulate,
12
12
  getPackageManager,
@@ -14,7 +14,7 @@ import {
14
14
  packageManagerFromUserAgent,
15
15
  removeSession,
16
16
  setSession
17
- } from "./chunk-S576QAPY.js";
17
+ } from "./chunk-CBFYOUNJ.js";
18
18
  import {
19
19
  AbortError,
20
20
  BugError,
@@ -49,7 +49,7 @@ import {
49
49
  spinFqdn,
50
50
  themeKitAccessDomain,
51
51
  themeToken
52
- } from "./chunk-X3CFSDHA.js";
52
+ } from "./chunk-3AS5GKO6.js";
53
53
  import {
54
54
  cwd
55
55
  } from "./chunk-57Q6OQG4.js";
@@ -1135,4 +1135,4 @@ export {
1135
1135
  getEnvironmentData,
1136
1136
  getSensitiveEnvironmentData
1137
1137
  };
1138
- //# sourceMappingURL=chunk-6HBKMQLD.js.map
1138
+ //# sourceMappingURL=chunk-CFJGHT34.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  prompts
3
- } from "./chunk-IML7XVTM.js";
3
+ } from "./chunk-DAEGCVUK.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-QJQSCN3A.js";
6
+ } from "./chunk-SWU2TFTH.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-VM4XPRZK.js.map
28
+ //# sourceMappingURL=chunk-CUFY74G5.js.map
@@ -5,7 +5,7 @@ import {
5
5
  renderDangerousConfirmationPrompt,
6
6
  renderSelectPrompt,
7
7
  renderTextPrompt
8
- } from "./chunk-X3CFSDHA.js";
8
+ } from "./chunk-3AS5GKO6.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-IML7XVTM.js.map
178
+ //# sourceMappingURL=chunk-DAEGCVUK.js.map
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  base_command_default
3
- } from "./chunk-QJQSCN3A.js";
3
+ } from "./chunk-SWU2TFTH.js";
4
4
  import {
5
5
  mkdir,
6
6
  outputInfo,
7
7
  rmdir,
8
8
  writeFile
9
- } from "./chunk-X3CFSDHA.js";
9
+ } from "./chunk-3AS5GKO6.js";
10
10
  import {
11
11
  cwd,
12
12
  joinPath
@@ -115,4 +115,4 @@ export {
115
115
  writeCommandFlagInterface,
116
116
  writeCommandUsageExampleFile
117
117
  };
118
- //# sourceMappingURL=chunk-57EEPGQZ.js.map
118
+ //# sourceMappingURL=chunk-E4SQU64X.js.map
@@ -4,7 +4,7 @@ import {
4
4
  findUpAndReadPackageJson,
5
5
  getPackageManager,
6
6
  usesWorkspaces
7
- } from "./chunk-S576QAPY.js";
7
+ } from "./chunk-CBFYOUNJ.js";
8
8
  import {
9
9
  AbortError,
10
10
  exec,
@@ -15,7 +15,7 @@ import {
15
15
  outputSuccess,
16
16
  outputToken,
17
17
  outputWarn
18
- } from "./chunk-X3CFSDHA.js";
18
+ } from "./chunk-3AS5GKO6.js";
19
19
  import {
20
20
  dirname,
21
21
  joinPath,
@@ -139,4 +139,4 @@ function usingPackageManager({ env } = { env: process.env }) {
139
139
  export {
140
140
  upgrade
141
141
  };
142
- //# sourceMappingURL=chunk-T35HYPVZ.js.map
142
+ //# sourceMappingURL=chunk-EA462PLP.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  clearCollectedLogs,
3
3
  collectedLogs
4
- } from "./chunk-X3CFSDHA.js";
4
+ } from "./chunk-3AS5GKO6.js";
5
5
  import {
6
6
  init_cjs_shims
7
7
  } from "./chunk-PKR7KJ6P.js";
@@ -33,4 +33,4 @@ function mockAndCaptureOutput() {
33
33
  export {
34
34
  mockAndCaptureOutput
35
35
  };
36
- //# sourceMappingURL=chunk-L656JYPI.js.map
36
+ //# sourceMappingURL=chunk-FCDX2H3B.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  list
3
- } from "./chunk-T4WJXSDW.js";
3
+ } from "./chunk-URFDLLOJ.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-QJQSCN3A.js";
6
+ } from "./chunk-SWU2TFTH.js";
7
7
  import {
8
8
  init_cjs_shims
9
9
  } from "./chunk-PKR7KJ6P.js";
@@ -25,4 +25,4 @@ var List = class extends base_command_default {
25
25
  export {
26
26
  List
27
27
  };
28
- //# sourceMappingURL=chunk-YVTRJWYT.js.map
28
+ //# sourceMappingURL=chunk-FIJ3WWBF.js.map
@@ -1,16 +1,16 @@
1
1
  import {
2
2
  fetch,
3
3
  z
4
- } from "./chunk-GQIMWIIF.js";
4
+ } from "./chunk-2OIJ27EK.js";
5
5
  import {
6
6
  CLI_KIT_VERSION
7
- } from "./chunk-S6L5743K.js";
7
+ } from "./chunk-VMNX6XTS.js";
8
8
  import {
9
9
  cacheRetrieve,
10
10
  cacheRetrieveOrRepopulate,
11
11
  cacheStore,
12
12
  versionSatisfies
13
- } from "./chunk-S576QAPY.js";
13
+ } from "./chunk-CBFYOUNJ.js";
14
14
  import {
15
15
  AbortSilentError,
16
16
  isTruthy,
@@ -19,7 +19,7 @@ import {
19
19
  renderError,
20
20
  renderInfo,
21
21
  renderWarning
22
- } from "./chunk-X3CFSDHA.js";
22
+ } from "./chunk-3AS5GKO6.js";
23
23
  import {
24
24
  init_cjs_shims
25
25
  } from "./chunk-PKR7KJ6P.js";
@@ -74,7 +74,7 @@ async function showNotificationsIfNeeded(currentSurfaces, environment = process.
74
74
  throw new AbortSilentError();
75
75
  let errorMessage = `Error retrieving notifications: ${error.message}`;
76
76
  outputDebug(errorMessage);
77
- let { sendErrorToBugsnag } = await import("./error-handler-ABXDEJNM.js");
77
+ let { sendErrorToBugsnag } = await import("./error-handler-YTUPADNE.js");
78
78
  await sendErrorToBugsnag(errorMessage, "unexpected_error");
79
79
  }
80
80
  }
@@ -162,4 +162,4 @@ export {
162
162
  getNotifications,
163
163
  stringifyFilters
164
164
  };
165
- //# sourceMappingURL=chunk-OK2LJ3F3.js.map
165
+ //# sourceMappingURL=chunk-FKREMPHC.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  asyncTasks
3
- } from "./chunk-SWQM7ICR.js";
3
+ } from "./chunk-XMFUQCSH.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-QJQSCN3A.js";
6
+ } from "./chunk-SWU2TFTH.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-GMHA2S7O.js.map
28
+ //# sourceMappingURL=chunk-FLZ6KRMX.js.map
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  base_command_default
3
- } from "./chunk-QJQSCN3A.js";
3
+ } from "./chunk-SWU2TFTH.js";
4
4
  import {
5
5
  cacheClear
6
- } from "./chunk-S576QAPY.js";
6
+ } from "./chunk-CBFYOUNJ.js";
7
7
  import {
8
8
  environmentVariables,
9
9
  isTruthy
10
- } from "./chunk-X3CFSDHA.js";
10
+ } from "./chunk-3AS5GKO6.js";
11
11
  import {
12
12
  require_lib
13
13
  } from "./chunk-VSKRQ3JT.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-ABXDEJNM.js"), { isDevelopment } = await import("./local-DGW3VZG7.js"), oclif = await import("./lib-SGEWXU7Z.js"), { ShopifyConfig } = await import("./custom-oclif-loader-MPQ33GKJ.js");
29
+ let { errorHandler } = await import("./error-handler-YTUPADNE.js"), { isDevelopment } = await import("./local-WKQFIQIN.js"), oclif = await import("./lib-SGEWXU7Z.js"), { ShopifyConfig } = await import("./custom-oclif-loader-6WQBP6PR.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 warnIfOldNodeVersion(versions = process.versions) {
42
42
  let nodeVersion = versions.node, nodeMajorVersion = Number(nodeVersion.split(".")[0]);
43
43
  if (nodeMajorVersion < 18) {
44
- let { renderWarning } = await import("./ui-TWIKWYG2.js");
44
+ let { renderWarning } = await import("./ui-ZPCXVCGS.js");
45
45
  renderWarning({
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 warnIfOldNodeVersion(versions), launchCLI2({ moduleURL: options.moduleURL });
69
69
  }
70
70
  async function addInitToArgvWhenRunningCreateCLI(options, argv = process.argv) {
71
- let { findUpAndReadPackageJson } = await import("./node-package-manager-WEN6FJ7Z.js"), { moduleDirectory } = await import("./path-2K5HIMHZ.js"), name = (await findUpAndReadPackageJson(moduleDirectory(options.moduleURL))).content.name.replace("@shopify/create-", "");
71
+ let { findUpAndReadPackageJson } = await import("./node-package-manager-EOJWZP46.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-ILXYHK4Q.js.map
120
+ //# sourceMappingURL=chunk-GQRPLC7G.js.map
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  prompts
3
- } from "./chunk-IML7XVTM.js";
3
+ } from "./chunk-DAEGCVUK.js";
4
4
  import {
5
5
  staticService
6
- } from "./chunk-MN33EVV7.js";
6
+ } from "./chunk-M6SVFMGS.js";
7
7
  import {
8
8
  asyncTasks
9
- } from "./chunk-SWQM7ICR.js";
9
+ } from "./chunk-XMFUQCSH.js";
10
10
  import {
11
11
  base_command_default
12
- } from "./chunk-QJQSCN3A.js";
12
+ } from "./chunk-SWU2TFTH.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-BTMRJLQ7.js.map
37
+ //# sourceMappingURL=chunk-HCLJQ3JM.js.map
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  base_command_default
3
- } from "./chunk-QJQSCN3A.js";
3
+ } from "./chunk-SWU2TFTH.js";
4
4
  import {
5
5
  renderTable,
6
6
  renderText
7
- } from "./chunk-X3CFSDHA.js";
7
+ } from "./chunk-3AS5GKO6.js";
8
8
  import {
9
9
  require_lib
10
10
  } from "./chunk-VSKRQ3JT.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-2FZJER24.js.map
86
+ //# sourceMappingURL=chunk-IQHA2TDB.js.map
@@ -2,7 +2,7 @@ import {
2
2
  init_cjs_shims
3
3
  } from "./chunk-PKR7KJ6P.js";
4
4
 
5
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.5_@graphql-codegen+cli@5.0.4_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/find-port.js
5
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.6_@graphql-codegen+cli@5.0.4_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/find-port.js
6
6
  init_cjs_shims();
7
7
 
8
8
  // ../../node_modules/.pnpm/get-port@7.1.0/node_modules/get-port/index.js
@@ -94,7 +94,7 @@ function portNumbers(from, to) {
94
94
  }(from, to);
95
95
  }
96
96
 
97
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.5_@graphql-codegen+cli@5.0.4_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/find-port.js
97
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.6_@graphql-codegen+cli@5.0.4_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/find-port.js
98
98
  function findPort(portPreference, range = 100) {
99
99
  return getPorts({
100
100
  port: portNumbers(portPreference, portPreference + range)
@@ -104,4 +104,4 @@ function findPort(portPreference, range = 100) {
104
104
  export {
105
105
  findPort
106
106
  };
107
- //# sourceMappingURL=chunk-ORGKANED.js.map
107
+ //# sourceMappingURL=chunk-J6EMXSVU.js.map
@@ -7,7 +7,7 @@ import {
7
7
  renderSuccess,
8
8
  renderTable,
9
9
  renderWarning
10
- } from "./chunk-X3CFSDHA.js";
10
+ } from "./chunk-3AS5GKO6.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-MN33EVV7.js.map
206
+ //# sourceMappingURL=chunk-M6SVFMGS.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  staticService
3
- } from "./chunk-MN33EVV7.js";
3
+ } from "./chunk-M6SVFMGS.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-QJQSCN3A.js";
6
+ } from "./chunk-SWU2TFTH.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-MOZOZ3LN.js.map
28
+ //# sourceMappingURL=chunk-MTSKUOEE.js.map
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  cliInstallCommand
3
- } from "./chunk-2B5C3QFS.js";
3
+ } from "./chunk-NL5GQTGL.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-QJQSCN3A.js";
6
+ } from "./chunk-SWU2TFTH.js";
7
7
  import {
8
8
  renderInfo
9
- } from "./chunk-X3CFSDHA.js";
9
+ } from "./chunk-3AS5GKO6.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-KMPW66LQ.js.map
37
+ //# sourceMappingURL=chunk-NDR4O4J3.js.map
@@ -2,7 +2,7 @@ import {
2
2
  execa,
3
3
  outputContent,
4
4
  outputDebug
5
- } from "./chunk-X3CFSDHA.js";
5
+ } from "./chunk-3AS5GKO6.js";
6
6
  import {
7
7
  init_cjs_shims
8
8
  } from "./chunk-PKR7KJ6P.js";
@@ -60,4 +60,4 @@ export {
60
60
  username,
61
61
  platformAndArch
62
62
  };
63
- //# sourceMappingURL=chunk-TJDZDZWG.js.map
63
+ //# sourceMappingURL=chunk-NE67IDBS.js.map
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  packageManagerFromUserAgent
3
- } from "./chunk-S576QAPY.js";
3
+ } from "./chunk-CBFYOUNJ.js";
4
4
  import {
5
5
  currentProcessIsGlobal,
6
6
  inferPackageManagerForGlobalCLI,
7
7
  outputContent,
8
8
  outputToken
9
- } from "./chunk-X3CFSDHA.js";
9
+ } from "./chunk-3AS5GKO6.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-2B5C3QFS.js.map
28
+ //# sourceMappingURL=chunk-NL5GQTGL.js.map
@@ -4,16 +4,16 @@ import {
4
4
  import {
5
5
  fanoutHooks,
6
6
  reportAnalyticsEvent
7
- } from "./chunk-B7ABTOI4.js";
7
+ } from "./chunk-ULYXT25M.js";
8
8
  import {
9
9
  getEnvironmentData
10
- } from "./chunk-6HBKMQLD.js";
10
+ } from "./chunk-CFJGHT34.js";
11
11
  import {
12
12
  CLI_KIT_VERSION
13
- } from "./chunk-S6L5743K.js";
13
+ } from "./chunk-VMNX6XTS.js";
14
14
  import {
15
15
  runWithRateLimit
16
- } from "./chunk-S576QAPY.js";
16
+ } from "./chunk-CBFYOUNJ.js";
17
17
  import {
18
18
  AbortSilentError,
19
19
  CancelExecution,
@@ -28,7 +28,7 @@ import {
28
28
  reportingRateLimit,
29
29
  require_stacktracey,
30
30
  shouldReportErrorAsUnexpected
31
- } from "./chunk-X3CFSDHA.js";
31
+ } from "./chunk-3AS5GKO6.js";
32
32
  import {
33
33
  cwd,
34
34
  isAbsolutePath,
@@ -2136,4 +2136,4 @@ export {
2136
2136
  registerCleanBugsnagErrorsFromWithinPlugins,
2137
2137
  addBugsnagMetadata
2138
2138
  };
2139
- //# sourceMappingURL=chunk-I3WJF5NM.js.map
2139
+ //# sourceMappingURL=chunk-OPWN6NKB.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  openURL
3
- } from "./chunk-X3CFSDHA.js";
3
+ } from "./chunk-3AS5GKO6.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-ESYWXFSK.js.map
18
+ //# sourceMappingURL=chunk-OZMNUR4V.js.map
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  errorHandler,
3
3
  registerCleanBugsnagErrorsFromWithinPlugins
4
- } from "./chunk-I3WJF5NM.js";
4
+ } from "./chunk-OPWN6NKB.js";
5
5
  import {
6
6
  setCurrentCommandId,
7
7
  showNotificationsIfNeeded
8
- } from "./chunk-OK2LJ3F3.js";
8
+ } from "./chunk-FKREMPHC.js";
9
9
  import {
10
10
  AbortError,
11
11
  addPublicMetadata,
@@ -22,7 +22,7 @@ import {
22
22
  renderWarning,
23
23
  terminalSupportsPrompting,
24
24
  underscore
25
- } from "./chunk-X3CFSDHA.js";
25
+ } from "./chunk-3AS5GKO6.js";
26
26
  import {
27
27
  cwd
28
28
  } from "./chunk-57Q6OQG4.js";
@@ -1662,4 +1662,4 @@ export {
1662
1662
  encodeToml,
1663
1663
  base_command_default
1664
1664
  };
1665
- //# sourceMappingURL=chunk-QJQSCN3A.js.map
1665
+ //# sourceMappingURL=chunk-SWU2TFTH.js.map
@@ -2,16 +2,16 @@ import {
2
2
  getEnvironmentData,
3
3
  getLastSeenUserIdAfterAuth,
4
4
  getSensitiveEnvironmentData
5
- } from "./chunk-6HBKMQLD.js";
5
+ } from "./chunk-CFJGHT34.js";
6
6
  import {
7
7
  fetch
8
- } from "./chunk-GQIMWIIF.js";
8
+ } from "./chunk-2OIJ27EK.js";
9
9
  import {
10
10
  CLI_KIT_VERSION
11
- } from "./chunk-S6L5743K.js";
11
+ } from "./chunk-VMNX6XTS.js";
12
12
  import {
13
13
  runWithRateLimit
14
- } from "./chunk-S576QAPY.js";
14
+ } from "./chunk-CBFYOUNJ.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-X3CFSDHA.js";
31
+ } from "./chunk-3AS5GKO6.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-B7ABTOI4.js.map
15933
+ //# sourceMappingURL=chunk-ULYXT25M.js.map
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  getNotifications,
3
3
  stringifyFilters
4
- } from "./chunk-OK2LJ3F3.js";
4
+ } from "./chunk-FKREMPHC.js";
5
5
  import {
6
6
  CLI_KIT_VERSION
7
- } from "./chunk-S6L5743K.js";
7
+ } from "./chunk-VMNX6XTS.js";
8
8
  import {
9
9
  outputInfo,
10
10
  randomUUID,
@@ -13,7 +13,7 @@ import {
13
13
  renderTable,
14
14
  renderTextPrompt,
15
15
  writeFile
16
- } from "./chunk-X3CFSDHA.js";
16
+ } from "./chunk-3AS5GKO6.js";
17
17
  import {
18
18
  init_cjs_shims
19
19
  } from "./chunk-PKR7KJ6P.js";
@@ -100,4 +100,4 @@ export {
100
100
  generate,
101
101
  list
102
102
  };
103
- //# sourceMappingURL=chunk-T4WJXSDW.js.map
103
+ //# sourceMappingURL=chunk-URFDLLOJ.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  CLI_KIT_VERSION
3
- } from "./chunk-S6L5743K.js";
3
+ } from "./chunk-VMNX6XTS.js";
4
4
  import {
5
5
  outputInfo
6
- } from "./chunk-X3CFSDHA.js";
6
+ } from "./chunk-3AS5GKO6.js";
7
7
  import {
8
8
  init_cjs_shims
9
9
  } from "./chunk-PKR7KJ6P.js";
@@ -17,4 +17,4 @@ async function versionService() {
17
17
  export {
18
18
  versionService
19
19
  };
20
- //# sourceMappingURL=chunk-IAM7IYO3.js.map
20
+ //# sourceMappingURL=chunk-V3GIXKKS.js.map
@@ -4,9 +4,9 @@ import {
4
4
 
5
5
  // ../cli-kit/dist/public/common/version.js
6
6
  init_cjs_shims();
7
- var CLI_KIT_VERSION = "3.75.0";
7
+ var CLI_KIT_VERSION = "3.75.2";
8
8
 
9
9
  export {
10
10
  CLI_KIT_VERSION
11
11
  };
12
- //# sourceMappingURL=chunk-S6L5743K.js.map
12
+ //# sourceMappingURL=chunk-VMNX6XTS.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  renderConcurrent,
3
3
  renderTasks
4
- } from "./chunk-X3CFSDHA.js";
4
+ } from "./chunk-3AS5GKO6.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-SWQM7ICR.js.map
46
+ //# sourceMappingURL=chunk-XMFUQCSH.js.map