@shopify/cli 3.78.0 → 3.78.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 (78) hide show
  1. package/dist/{chunk-MLQTLKNQ.js → chunk-6G5FH3WC.js} +2 -2
  2. package/dist/{chunk-GRJWPHAK.js → chunk-6GHUZFPP.js} +2 -2
  3. package/dist/{chunk-KJNPOPZU.js → chunk-6HJM24C2.js} +3 -3
  4. package/dist/{chunk-VNCW4T6F.js → chunk-6V2YVCS2.js} +4 -4
  5. package/dist/{chunk-FIH2SHBE.js → chunk-7KZBYW7W.js} +3 -3
  6. package/dist/{chunk-RYZBD47F.js → chunk-7S2OZRQF.js} +3 -3
  7. package/dist/{chunk-A5LK333I.js → chunk-DHQUQSYW.js} +2 -2
  8. package/dist/{chunk-R2JN4S25.js → chunk-DOEVJAN2.js} +7 -3
  9. package/dist/{chunk-K6OZPDRE.js → chunk-DR5VG62Q.js} +3 -3
  10. package/dist/{chunk-35A3HBTL.js → chunk-E76452W5.js} +3 -3
  11. package/dist/{chunk-UDNM674J.js → chunk-GJEIVT3X.js} +3 -3
  12. package/dist/{chunk-IJLYOQTB.js → chunk-GTVU6SJH.js} +2 -2
  13. package/dist/{chunk-QVDCZMPL.js → chunk-HZRI37XU.js} +3 -3
  14. package/dist/{chunk-D2R3AM3S.js → chunk-IBRFXDBZ.js} +6 -6
  15. package/dist/{chunk-HQF3OQCV.js → chunk-IG6TAMGV.js} +6 -6
  16. package/dist/{chunk-ICGAJSRH.js → chunk-IK6NAHQI.js} +3 -3
  17. package/dist/{chunk-C3Q6M5C3.js → chunk-L35GVYH5.js} +3 -3
  18. package/dist/{chunk-VTV2W43J.js → chunk-L4SLRBFT.js} +3 -3
  19. package/dist/{chunk-35XDICNP.js → chunk-LAKQWRR5.js} +2 -2
  20. package/dist/{chunk-KUVHPVGH.js → chunk-LGQNLPOA.js} +3 -3
  21. package/dist/{chunk-5LKOKELK.js → chunk-QTIPSIA5.js} +7 -7
  22. package/dist/{chunk-VAMD3FV3.js → chunk-S5XTFY2H.js} +4 -4
  23. package/dist/{chunk-TQMZLUGH.js → chunk-TVCBBRZD.js} +4 -4
  24. package/dist/{chunk-WM4XS6OG.js → chunk-UE4DFKJU.js} +3 -3
  25. package/dist/{chunk-GEAXCEGF.js → chunk-UP44YINT.js} +4 -4
  26. package/dist/{chunk-N2GQBM45.js → chunk-UV2DGNFK.js} +4 -4
  27. package/dist/{chunk-NCYK3NPS.js → chunk-VBX7R3AF.js} +9 -9
  28. package/dist/{chunk-HLFLQFAO.js → chunk-VEHGKA4Q.js} +5 -5
  29. package/dist/{chunk-VNKMVUTV.js → chunk-WBWYZ7XQ.js} +4 -4
  30. package/dist/{chunk-KKK42SBP.js → chunk-WYNL2S7B.js} +3 -3
  31. package/dist/{chunk-S6ZWGAX6.js → chunk-YKVQZFEC.js} +7 -7
  32. package/dist/{chunk-WVISX7R6.js → chunk-YXH3NSML.js} +2 -2
  33. package/dist/{chunk-XSNERQSV.js → chunk-ZPZFAVIY.js} +2 -2
  34. package/dist/{chunk-2YVR2YAE.js → chunk-ZTD22GER.js} +3 -3
  35. package/dist/cli/commands/auth/logout.js +11 -11
  36. package/dist/cli/commands/auth/logout.test.js +12 -12
  37. package/dist/cli/commands/cache/clear.js +10 -10
  38. package/dist/cli/commands/debug/command-flags.js +10 -10
  39. package/dist/cli/commands/docs/generate.js +10 -10
  40. package/dist/cli/commands/docs/generate.test.js +10 -10
  41. package/dist/cli/commands/help.js +10 -10
  42. package/dist/cli/commands/kitchen-sink/async.js +11 -11
  43. package/dist/cli/commands/kitchen-sink/async.test.js +11 -11
  44. package/dist/cli/commands/kitchen-sink/index.js +13 -13
  45. package/dist/cli/commands/kitchen-sink/index.test.js +13 -13
  46. package/dist/cli/commands/kitchen-sink/prompts.js +11 -11
  47. package/dist/cli/commands/kitchen-sink/prompts.test.js +11 -11
  48. package/dist/cli/commands/kitchen-sink/static.js +11 -11
  49. package/dist/cli/commands/kitchen-sink/static.test.js +11 -11
  50. package/dist/cli/commands/notifications/generate.js +11 -11
  51. package/dist/cli/commands/notifications/list.js +11 -11
  52. package/dist/cli/commands/search.js +11 -11
  53. package/dist/cli/commands/upgrade.js +11 -11
  54. package/dist/cli/commands/version.js +11 -11
  55. package/dist/cli/commands/version.test.js +11 -11
  56. package/dist/cli/services/commands/notifications.js +6 -6
  57. package/dist/cli/services/commands/search.js +2 -2
  58. package/dist/cli/services/commands/search.test.js +2 -2
  59. package/dist/cli/services/commands/version.js +3 -3
  60. package/dist/cli/services/commands/version.test.js +4 -4
  61. package/dist/cli/services/kitchen-sink/async.js +2 -2
  62. package/dist/cli/services/kitchen-sink/prompts.js +2 -2
  63. package/dist/cli/services/kitchen-sink/static.js +2 -2
  64. package/dist/cli/services/upgrade.js +3 -3
  65. package/dist/cli/services/upgrade.test.js +4 -4
  66. package/dist/{custom-oclif-loader-URFPN7T5.js → custom-oclif-loader-TUNXMYGU.js} +2 -2
  67. package/dist/{error-handler-JMG43AG2.js → error-handler-AWP3RCBG.js} +8 -8
  68. package/dist/hooks/postrun.js +6 -6
  69. package/dist/hooks/prerun.js +7 -7
  70. package/dist/index.js +81 -77
  71. package/dist/{local-VNB4TMEI.js → local-RBT53U3L.js} +2 -2
  72. package/dist/{node-4XPDXMES.js → node-SKXMS2TZ.js} +12 -12
  73. package/dist/{node-package-manager-GL4PGGZJ.js → node-package-manager-BZHJZTGV.js} +3 -3
  74. package/dist/tsconfig.tsbuildinfo +1 -1
  75. package/dist/{ui-LKIZMLKP.js → ui-5MADIMGC.js} +2 -2
  76. package/dist/{workerd-RCIF7HOL.js → workerd-YRUKUE76.js} +12 -12
  77. package/oclif.manifest.json +1 -1
  78. package/package.json +6 -6
@@ -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.78.0";
7
+ var CLI_KIT_VERSION = "3.78.2";
8
8
 
9
9
  export {
10
10
  CLI_KIT_VERSION
11
11
  };
12
- //# sourceMappingURL=chunk-MLQTLKNQ.js.map
12
+ //# sourceMappingURL=chunk-6G5FH3WC.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  clearCollectedLogs,
3
3
  collectedLogs
4
- } from "./chunk-R2JN4S25.js";
4
+ } from "./chunk-DOEVJAN2.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-GRJWPHAK.js.map
36
+ //# sourceMappingURL=chunk-6GHUZFPP.js.map
@@ -5,7 +5,7 @@ import {
5
5
  } from "./chunk-25IMI7TH.js";
6
6
  import {
7
7
  CLI_KIT_VERSION
8
- } from "./chunk-MLQTLKNQ.js";
8
+ } from "./chunk-6G5FH3WC.js";
9
9
  import {
10
10
  Environment,
11
11
  firstPartyDev,
@@ -17,7 +17,7 @@ import {
17
17
  serviceEnvironment,
18
18
  skipNetworkLevelRetry,
19
19
  sleep
20
- } from "./chunk-R2JN4S25.js";
20
+ } from "./chunk-DOEVJAN2.js";
21
21
  import {
22
22
  __commonJS,
23
23
  __require,
@@ -31386,4 +31386,4 @@ mime-types/index.js:
31386
31386
  * MIT Licensed
31387
31387
  *)
31388
31388
  */
31389
- //# sourceMappingURL=chunk-KJNPOPZU.js.map
31389
+ //# sourceMappingURL=chunk-6HJM24C2.js.map
@@ -2,10 +2,10 @@ import {
2
2
  fetchNotifications,
3
3
  getNotifications,
4
4
  stringifyFilters
5
- } from "./chunk-HQF3OQCV.js";
5
+ } from "./chunk-IG6TAMGV.js";
6
6
  import {
7
7
  CLI_KIT_VERSION
8
- } from "./chunk-MLQTLKNQ.js";
8
+ } from "./chunk-6G5FH3WC.js";
9
9
  import {
10
10
  outputInfo,
11
11
  randomUUID,
@@ -14,7 +14,7 @@ import {
14
14
  renderTable,
15
15
  renderTextPrompt,
16
16
  writeFile
17
- } from "./chunk-R2JN4S25.js";
17
+ } from "./chunk-DOEVJAN2.js";
18
18
  import {
19
19
  init_cjs_shims
20
20
  } from "./chunk-PKR7KJ6P.js";
@@ -101,4 +101,4 @@ export {
101
101
  generate,
102
102
  list
103
103
  };
104
- //# sourceMappingURL=chunk-VNCW4T6F.js.map
104
+ //# sourceMappingURL=chunk-6V2YVCS2.js.map
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  base_command_default
3
- } from "./chunk-VNKMVUTV.js";
3
+ } from "./chunk-WBWYZ7XQ.js";
4
4
  import {
5
5
  renderTable,
6
6
  renderText
7
- } from "./chunk-R2JN4S25.js";
7
+ } from "./chunk-DOEVJAN2.js";
8
8
  import {
9
9
  require_lib
10
10
  } from "./chunk-QAKYKTFV.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-FIH2SHBE.js.map
86
+ //# sourceMappingURL=chunk-7KZBYW7W.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  asyncTasks
3
- } from "./chunk-WVISX7R6.js";
3
+ } from "./chunk-YXH3NSML.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-VNKMVUTV.js";
6
+ } from "./chunk-WBWYZ7XQ.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-RYZBD47F.js.map
28
+ //# sourceMappingURL=chunk-7S2OZRQF.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  base_command_default
3
- } from "./chunk-VNKMVUTV.js";
3
+ } from "./chunk-WBWYZ7XQ.js";
4
4
  import {
5
5
  require_lib
6
6
  } from "./chunk-QAKYKTFV.js";
@@ -46,4 +46,4 @@ var HelpCommand = class _HelpCommand extends base_command_default {
46
46
  export {
47
47
  HelpCommand
48
48
  };
49
- //# sourceMappingURL=chunk-A5LK333I.js.map
49
+ //# sourceMappingURL=chunk-DHQUQSYW.js.map
@@ -23661,6 +23661,9 @@ async function removeFile(path8) {
23661
23661
  async function renameFile(from, to) {
23662
23662
  outputDebug(outputContent`Renaming file from ${outputToken.path(from)} to ${outputToken.path(to)}...`), await fsRename(from, to);
23663
23663
  }
23664
+ function removeFileSync(path8) {
23665
+ outputDebug(outputContent`Sync-removing file at ${outputToken.path(path8)}...`), removeSync(path8);
23666
+ }
23664
23667
  async function rmdir(path8, options = {}) {
23665
23668
  let { default: del } = await import("./del-2SYBVRHB.js");
23666
23669
  outputDebug(outputContent`Removing directory at ${outputToken.path(path8)}...`), await del(path8, { force: options.force });
@@ -29513,7 +29516,7 @@ function errorMessageImpliesEnvironmentIssue(message) {
29513
29516
 
29514
29517
  // ../cli-kit/dist/public/node/abort.js
29515
29518
  init_cjs_shims();
29516
- var import_node_abort_controller = __toESM(require_node_abort_controller()), AbortController = class extends import_node_abort_controller.AbortController {
29519
+ var import_node_abort_controller = __toESM(require_node_abort_controller(), 1), AbortController = class extends import_node_abort_controller.AbortController {
29517
29520
  }, AbortSignal = class extends import_node_abort_controller.AbortSignal {
29518
29521
  };
29519
29522
 
@@ -29544,7 +29547,7 @@ function createRuntimeMetadataContainer(defaultPublicMetadata = {}) {
29544
29547
  try {
29545
29548
  await getAndSet();
29546
29549
  } catch (error) {
29547
- let { sendErrorToBugsnag } = await import("./error-handler-JMG43AG2.js");
29550
+ let { sendErrorToBugsnag } = await import("./error-handler-AWP3RCBG.js");
29548
29551
  await sendErrorToBugsnag(error, "unexpected_error");
29549
29552
  }
29550
29553
  }, durationStack = [];
@@ -31389,6 +31392,7 @@ export {
31389
31392
  mkdirSync,
31390
31393
  removeFile,
31391
31394
  renameFile,
31395
+ removeFileSync,
31392
31396
  rmdir,
31393
31397
  isDirectory,
31394
31398
  fileSize,
@@ -31551,4 +31555,4 @@ react-reconciler/cjs/react-reconciler-constants.development.js:
31551
31555
  * LICENSE file in the root directory of this source tree.
31552
31556
  *)
31553
31557
  */
31554
- //# sourceMappingURL=chunk-R2JN4S25.js.map
31558
+ //# sourceMappingURL=chunk-DOEVJAN2.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  prompts
3
- } from "./chunk-XSNERQSV.js";
3
+ } from "./chunk-ZPZFAVIY.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-VNKMVUTV.js";
6
+ } from "./chunk-WBWYZ7XQ.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-K6OZPDRE.js.map
28
+ //# sourceMappingURL=chunk-DR5VG62Q.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  searchService
3
- } from "./chunk-35XDICNP.js";
3
+ } from "./chunk-LAKQWRR5.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-VNKMVUTV.js";
6
+ } from "./chunk-WBWYZ7XQ.js";
7
7
  import {
8
8
  require_lib
9
9
  } from "./chunk-QAKYKTFV.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-35A3HBTL.js.map
51
+ //# sourceMappingURL=chunk-E76452W5.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  generate
3
- } from "./chunk-VNCW4T6F.js";
3
+ } from "./chunk-6V2YVCS2.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-VNKMVUTV.js";
6
+ } from "./chunk-WBWYZ7XQ.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-UDNM674J.js.map
28
+ //# sourceMappingURL=chunk-GJEIVT3X.js.map
@@ -7,7 +7,7 @@ import {
7
7
  renderSuccess,
8
8
  renderTable,
9
9
  renderWarning
10
- } from "./chunk-R2JN4S25.js";
10
+ } from "./chunk-DOEVJAN2.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-IJLYOQTB.js.map
206
+ //# sourceMappingURL=chunk-GTVU6SJH.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  versionService
3
- } from "./chunk-WM4XS6OG.js";
3
+ } from "./chunk-UE4DFKJU.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-VNKMVUTV.js";
6
+ } from "./chunk-WBWYZ7XQ.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-QVDCZMPL.js.map
25
+ //# sourceMappingURL=chunk-HZRI37XU.js.map
@@ -2,16 +2,16 @@ import {
2
2
  getEnvironmentData,
3
3
  getLastSeenUserIdAfterAuth,
4
4
  getSensitiveEnvironmentData
5
- } from "./chunk-N2GQBM45.js";
5
+ } from "./chunk-UV2DGNFK.js";
6
6
  import {
7
7
  fetch
8
- } from "./chunk-KJNPOPZU.js";
8
+ } from "./chunk-6HJM24C2.js";
9
9
  import {
10
10
  CLI_KIT_VERSION
11
- } from "./chunk-MLQTLKNQ.js";
11
+ } from "./chunk-6G5FH3WC.js";
12
12
  import {
13
13
  runWithRateLimit
14
- } from "./chunk-ICGAJSRH.js";
14
+ } from "./chunk-IK6NAHQI.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-R2JN4S25.js";
31
+ } from "./chunk-DOEVJAN2.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-D2R3AM3S.js.map
15933
+ //# sourceMappingURL=chunk-IBRFXDBZ.js.map
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  fetch,
3
3
  z
4
- } from "./chunk-KJNPOPZU.js";
4
+ } from "./chunk-6HJM24C2.js";
5
5
  import {
6
6
  CLI_KIT_VERSION
7
- } from "./chunk-MLQTLKNQ.js";
7
+ } from "./chunk-6G5FH3WC.js";
8
8
  import {
9
9
  cacheRetrieve,
10
10
  cacheStore,
11
11
  versionSatisfies
12
- } from "./chunk-ICGAJSRH.js";
12
+ } from "./chunk-IK6NAHQI.js";
13
13
  import {
14
14
  AbortSilentError,
15
15
  exec,
@@ -19,7 +19,7 @@ import {
19
19
  renderError,
20
20
  renderInfo,
21
21
  renderWarning
22
- } from "./chunk-R2JN4S25.js";
22
+ } from "./chunk-DOEVJAN2.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-JMG43AG2.js");
90
+ let { sendErrorToBugsnag } = await import("./error-handler-AWP3RCBG.js");
91
91
  await sendErrorToBugsnag(errorMessage, "unexpected_error");
92
92
  }
93
93
  }
@@ -199,4 +199,4 @@ export {
199
199
  fetchNotificationsInBackground,
200
200
  stringifyFilters
201
201
  };
202
- //# sourceMappingURL=chunk-HQF3OQCV.js.map
202
+ //# sourceMappingURL=chunk-IG6TAMGV.js.map
@@ -21,7 +21,7 @@ import {
21
21
  require_get_stream,
22
22
  runWithTimer,
23
23
  writeFile
24
- } from "./chunk-R2JN4S25.js";
24
+ } from "./chunk-DOEVJAN2.js";
25
25
  import {
26
26
  dirname,
27
27
  joinPath
@@ -13439,7 +13439,7 @@ async function latestVersion(packageName, options) {
13439
13439
  }
13440
13440
 
13441
13441
  // ../cli-kit/dist/public/node/node-package-manager.js
13442
- var import_semver3 = __toESM(require_semver(), 1), yarnLockfile = "yarn.lock", npmLockfile = "package-lock.json", pnpmLockfile = "pnpm-lock.yaml", bunLockfile = "bun.lockb", pnpmWorkspaceFile = "pnpm-workspace.yaml", lockfiles = [yarnLockfile, pnpmLockfile, npmLockfile, bunLockfile], lockfilesByManager = {
13442
+ var import_semver3 = __toESM(require_semver()), yarnLockfile = "yarn.lock", npmLockfile = "package-lock.json", pnpmLockfile = "pnpm-lock.yaml", bunLockfile = "bun.lockb", pnpmWorkspaceFile = "pnpm-workspace.yaml", lockfiles = [yarnLockfile, pnpmLockfile, npmLockfile, bunLockfile], lockfilesByManager = {
13443
13443
  yarn: yarnLockfile,
13444
13444
  npm: npmLockfile,
13445
13445
  pnpm: pnpmLockfile,
@@ -13749,4 +13749,4 @@ deep-extend/lib/deep-extend.js:
13749
13749
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13750
13750
  *)
13751
13751
  */
13752
- //# sourceMappingURL=chunk-ICGAJSRH.js.map
13752
+ //# sourceMappingURL=chunk-IK6NAHQI.js.map
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  base_command_default
3
- } from "./chunk-VNKMVUTV.js";
3
+ } from "./chunk-WBWYZ7XQ.js";
4
4
  import {
5
5
  mkdir,
6
6
  outputInfo,
7
7
  rmdir,
8
8
  writeFile
9
- } from "./chunk-R2JN4S25.js";
9
+ } from "./chunk-DOEVJAN2.js";
10
10
  import {
11
11
  cwd,
12
12
  joinPath
@@ -118,4 +118,4 @@ export {
118
118
  writeCommandFlagInterface,
119
119
  writeCommandUsageExampleFile
120
120
  };
121
- //# sourceMappingURL=chunk-C3Q6M5C3.js.map
121
+ //# sourceMappingURL=chunk-L35GVYH5.js.map
@@ -6,7 +6,7 @@ import {
6
6
  remove,
7
7
  setLastSeenAuthMethod,
8
8
  setLastSeenUserIdAfterAuth
9
- } from "./chunk-N2GQBM45.js";
9
+ } from "./chunk-UV2DGNFK.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-R2JN4S25.js";
17
+ } from "./chunk-DOEVJAN2.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-VTV2W43J.js.map
107
+ //# sourceMappingURL=chunk-L4SLRBFT.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  openURL
3
- } from "./chunk-R2JN4S25.js";
3
+ } from "./chunk-DOEVJAN2.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-35XDICNP.js.map
18
+ //# sourceMappingURL=chunk-LAKQWRR5.js.map
@@ -4,7 +4,7 @@ import {
4
4
  findUpAndReadPackageJson,
5
5
  getPackageManager,
6
6
  usesWorkspaces
7
- } from "./chunk-ICGAJSRH.js";
7
+ } from "./chunk-IK6NAHQI.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-R2JN4S25.js";
18
+ } from "./chunk-DOEVJAN2.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-KUVHPVGH.js.map
142
+ //# sourceMappingURL=chunk-LGQNLPOA.js.map
@@ -4,16 +4,16 @@ import {
4
4
  import {
5
5
  fanoutHooks,
6
6
  reportAnalyticsEvent
7
- } from "./chunk-D2R3AM3S.js";
7
+ } from "./chunk-IBRFXDBZ.js";
8
8
  import {
9
9
  getEnvironmentData
10
- } from "./chunk-N2GQBM45.js";
10
+ } from "./chunk-UV2DGNFK.js";
11
11
  import {
12
12
  CLI_KIT_VERSION
13
- } from "./chunk-MLQTLKNQ.js";
13
+ } from "./chunk-6G5FH3WC.js";
14
14
  import {
15
15
  runWithRateLimit
16
- } from "./chunk-ICGAJSRH.js";
16
+ } from "./chunk-IK6NAHQI.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-R2JN4S25.js";
31
+ } from "./chunk-DOEVJAN2.js";
32
32
  import {
33
33
  cwd,
34
34
  isAbsolutePath,
@@ -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)
@@ -2140,4 +2140,4 @@ export {
2140
2140
  registerCleanBugsnagErrorsFromWithinPlugins,
2141
2141
  addBugsnagMetadata
2142
2142
  };
2143
- //# sourceMappingURL=chunk-5LKOKELK.js.map
2143
+ //# sourceMappingURL=chunk-QTIPSIA5.js.map
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  cliInstallCommand
3
- } from "./chunk-2YVR2YAE.js";
3
+ } from "./chunk-ZTD22GER.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-VNKMVUTV.js";
6
+ } from "./chunk-WBWYZ7XQ.js";
7
7
  import {
8
8
  renderInfo
9
- } from "./chunk-R2JN4S25.js";
9
+ } from "./chunk-DOEVJAN2.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-VAMD3FV3.js.map
37
+ //# sourceMappingURL=chunk-S5XTFY2H.js.map
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  list
3
- } from "./chunk-VNCW4T6F.js";
3
+ } from "./chunk-6V2YVCS2.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-VNKMVUTV.js";
6
+ } from "./chunk-WBWYZ7XQ.js";
7
7
  import {
8
8
  sendErrorToBugsnag
9
- } from "./chunk-5LKOKELK.js";
9
+ } from "./chunk-QTIPSIA5.js";
10
10
  import {
11
11
  require_lib
12
12
  } from "./chunk-QAKYKTFV.js";
@@ -49,4 +49,4 @@ var List = class _List extends base_command_default {
49
49
  export {
50
50
  List
51
51
  };
52
- //# sourceMappingURL=chunk-TQMZLUGH.js.map
52
+ //# sourceMappingURL=chunk-TVCBBRZD.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  CLI_KIT_VERSION
3
- } from "./chunk-MLQTLKNQ.js";
3
+ } from "./chunk-6G5FH3WC.js";
4
4
  import {
5
5
  outputInfo
6
- } from "./chunk-R2JN4S25.js";
6
+ } from "./chunk-DOEVJAN2.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-WM4XS6OG.js.map
20
+ //# sourceMappingURL=chunk-UE4DFKJU.js.map
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  logout
3
- } from "./chunk-VTV2W43J.js";
3
+ } from "./chunk-L4SLRBFT.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-VNKMVUTV.js";
6
+ } from "./chunk-WBWYZ7XQ.js";
7
7
  import {
8
8
  outputSuccess
9
- } from "./chunk-R2JN4S25.js";
9
+ } from "./chunk-DOEVJAN2.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-GEAXCEGF.js.map
28
+ //# sourceMappingURL=chunk-UP44YINT.js.map
@@ -2,14 +2,14 @@ import {
2
2
  allAPIs,
3
3
  shopifyFetch,
4
4
  z
5
- } from "./chunk-KJNPOPZU.js";
5
+ } from "./chunk-6HJM24C2.js";
6
6
  import {
7
7
  getPackageManager,
8
8
  getSession,
9
9
  packageManagerFromUserAgent,
10
10
  removeSession,
11
11
  setSession
12
- } from "./chunk-ICGAJSRH.js";
12
+ } from "./chunk-IK6NAHQI.js";
13
13
  import {
14
14
  AbortError,
15
15
  BugError,
@@ -45,7 +45,7 @@ import {
45
45
  sessionConstants,
46
46
  spinFqdn,
47
47
  themeToken
48
- } from "./chunk-R2JN4S25.js";
48
+ } from "./chunk-DOEVJAN2.js";
49
49
  import {
50
50
  cwd
51
51
  } from "./chunk-57Q6OQG4.js";
@@ -1167,4 +1167,4 @@ export {
1167
1167
  getEnvironmentData,
1168
1168
  getSensitiveEnvironmentData
1169
1169
  };
1170
- //# sourceMappingURL=chunk-N2GQBM45.js.map
1170
+ //# sourceMappingURL=chunk-UV2DGNFK.js.map