@shopify/cli 3.78.2 → 3.79.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 (110) hide show
  1. package/dist/assets/dev-console/extensions/dev-console/assets/index-BteeGmYf.css +1 -0
  2. package/dist/assets/dev-console/extensions/dev-console/assets/index-CqNhY1h-.js +64 -0
  3. package/dist/assets/dev-console/index.html +2 -2
  4. package/dist/assets/hydrogen/starter/.cursor/rules/cookbook-recipe-subscriptions.mdc +921 -0
  5. package/dist/assets/hydrogen/starter/CHANGELOG.md +20 -0
  6. package/dist/assets/hydrogen/starter/app/components/CartLineItem.tsx +15 -0
  7. package/dist/assets/hydrogen/starter/app/components/CartMain.tsx +1 -1
  8. package/dist/assets/hydrogen/starter/app/components/ProductItem.tsx +44 -0
  9. package/dist/assets/hydrogen/starter/app/lib/redirect.ts +23 -0
  10. package/dist/assets/hydrogen/starter/app/routes/_index.tsx +8 -23
  11. package/dist/assets/hydrogen/starter/app/routes/blogs.$blogHandle.$articleHandle.tsx +22 -2
  12. package/dist/assets/hydrogen/starter/app/routes/blogs.$blogHandle._index.tsx +4 -0
  13. package/dist/assets/hydrogen/starter/app/routes/collections.$handle.tsx +7 -41
  14. package/dist/assets/hydrogen/starter/app/routes/collections.all.tsx +11 -44
  15. package/dist/assets/hydrogen/starter/app/routes/pages.$handle.tsx +9 -1
  16. package/dist/assets/hydrogen/starter/app/routes/products.$handle.tsx +5 -1
  17. package/dist/assets/hydrogen/starter/app/styles/app.css +15 -3
  18. package/dist/assets/hydrogen/starter/package.json +5 -5
  19. package/dist/assets/hydrogen/starter/storefrontapi.generated.d.ts +57 -36
  20. package/dist/{chunk-LAKQWRR5.js → chunk-2BQWY5ZH.js} +2 -2
  21. package/dist/{chunk-ZPZFAVIY.js → chunk-2DHJN6XL.js} +2 -2
  22. package/dist/{chunk-E76452W5.js → chunk-3ZBLWNTJ.js} +4 -4
  23. package/dist/{chunk-DHQUQSYW.js → chunk-4YS5JU6T.js} +3 -3
  24. package/dist/{chunk-YKVQZFEC.js → chunk-5B4X6PWS.js} +8 -8
  25. package/dist/{chunk-GTVU6SJH.js → chunk-73GDKVV2.js} +2 -2
  26. package/dist/{chunk-6V2YVCS2.js → chunk-7BFQPX6U.js} +7 -5
  27. package/dist/{chunk-VEHGKA4Q.js → chunk-7ZJSTNNB.js} +5 -5
  28. package/dist/{chunk-QTIPSIA5.js → chunk-B67HZYEC.js} +14 -10
  29. package/dist/{chunk-UE4DFKJU.js → chunk-CFWBUC64.js} +3 -3
  30. package/dist/{chunk-DR5VG62Q.js → chunk-DZ7XZDWD.js} +3 -3
  31. package/dist/{chunk-7S2OZRQF.js → chunk-GI77RADE.js} +3 -3
  32. package/dist/{chunk-IG6TAMGV.js → chunk-GINKNYRN.js} +16 -15
  33. package/dist/{chunk-WBWYZ7XQ.js → chunk-H44KHRQ3.js} +9 -7
  34. package/dist/{chunk-HZRI37XU.js → chunk-IHRJ645Y.js} +3 -3
  35. package/dist/{chunk-IK6NAHQI.js → chunk-IW2W7BT2.js} +6 -6
  36. package/dist/{chunk-7KZBYW7W.js → chunk-JA4N4NXM.js} +4 -4
  37. package/dist/{chunk-6HJM24C2.js → chunk-JED5Q5EJ.js} +72 -6
  38. package/dist/{chunk-GJEIVT3X.js → chunk-KPKJOJKL.js} +3 -3
  39. package/dist/{chunk-6G5FH3WC.js → chunk-L7AFSENO.js} +2 -2
  40. package/dist/{chunk-WYNL2S7B.js → chunk-MKNQBR63.js} +3 -3
  41. package/dist/{chunk-S5XTFY2H.js → chunk-NBCIERDR.js} +4 -4
  42. package/dist/{chunk-BV6PURBM.js → chunk-NOSVFQH5.js} +3 -3
  43. package/dist/{chunk-IBRFXDBZ.js → chunk-OP4DJUZ6.js} +7 -7
  44. package/dist/{chunk-YXH3NSML.js → chunk-PFMD3KQP.js} +2 -2
  45. package/dist/{chunk-L35GVYH5.js → chunk-QJMVJ2YT.js} +4 -4
  46. package/dist/{chunk-DOEVJAN2.js → chunk-QV4LZSZK.js} +84 -131
  47. package/dist/{chunk-TVCBBRZD.js → chunk-R65RM3GF.js} +5 -5
  48. package/dist/{chunk-QAKYKTFV.js → chunk-UTDSSCPI.js} +5 -5
  49. package/dist/{chunk-6GHUZFPP.js → chunk-VTNMKNMC.js} +2 -2
  50. package/dist/{chunk-UV2DGNFK.js → chunk-WMOUKE4L.js} +42 -17
  51. package/dist/{chunk-LGQNLPOA.js → chunk-WZ257YHY.js} +4 -4
  52. package/dist/{chunk-ZTD22GER.js → chunk-XXUOBZLX.js} +3 -3
  53. package/dist/{chunk-UP44YINT.js → chunk-Z5MHHPBU.js} +4 -4
  54. package/dist/{chunk-L4SLRBFT.js → chunk-ZMHZBZMW.js} +18 -5
  55. package/dist/{chunk-VBX7R3AF.js → chunk-ZNGCM64E.js} +88 -98
  56. package/dist/{chunk-57Q6OQG4.js → chunk-ZUCWDIGE.js} +2 -2
  57. package/dist/cli/commands/auth/logout.js +14 -14
  58. package/dist/cli/commands/auth/logout.test.js +15 -15
  59. package/dist/cli/commands/cache/clear.js +13 -13
  60. package/dist/cli/commands/debug/command-flags.js +13 -13
  61. package/dist/cli/commands/docs/generate.js +13 -13
  62. package/dist/cli/commands/docs/generate.test.js +14 -14
  63. package/dist/cli/commands/help.js +13 -13
  64. package/dist/cli/commands/kitchen-sink/async.js +14 -14
  65. package/dist/cli/commands/kitchen-sink/async.test.js +14 -14
  66. package/dist/cli/commands/kitchen-sink/index.js +16 -16
  67. package/dist/cli/commands/kitchen-sink/index.test.js +16 -16
  68. package/dist/cli/commands/kitchen-sink/prompts.js +14 -14
  69. package/dist/cli/commands/kitchen-sink/prompts.test.js +14 -14
  70. package/dist/cli/commands/kitchen-sink/static.js +14 -14
  71. package/dist/cli/commands/kitchen-sink/static.test.js +14 -14
  72. package/dist/cli/commands/notifications/generate.js +14 -14
  73. package/dist/cli/commands/notifications/list.js +14 -14
  74. package/dist/cli/commands/search.js +14 -14
  75. package/dist/cli/commands/upgrade.js +14 -14
  76. package/dist/cli/commands/version.js +14 -14
  77. package/dist/cli/commands/version.test.js +14 -14
  78. package/dist/cli/services/commands/notifications.js +9 -9
  79. package/dist/cli/services/commands/search.js +6 -5
  80. package/dist/cli/services/commands/search.test.js +6 -5
  81. package/dist/cli/services/commands/version.js +7 -6
  82. package/dist/cli/services/commands/version.test.js +8 -7
  83. package/dist/cli/services/kitchen-sink/async.js +6 -5
  84. package/dist/cli/services/kitchen-sink/prompts.js +6 -5
  85. package/dist/cli/services/kitchen-sink/static.js +6 -5
  86. package/dist/cli/services/upgrade.js +6 -6
  87. package/dist/cli/services/upgrade.test.js +8 -8
  88. package/dist/configs/all.yml +19 -4
  89. package/dist/configs/recommended.yml +19 -4
  90. package/dist/{custom-oclif-loader-TUNXMYGU.js → custom-oclif-loader-MZ3GZ32O.js} +6 -5
  91. package/dist/{error-handler-AWP3RCBG.js → error-handler-MTFIQP6U.js} +11 -11
  92. package/dist/hooks/postrun.js +10 -10
  93. package/dist/hooks/prerun.js +11 -11
  94. package/dist/index.js +2778 -2435
  95. package/dist/is-wsl-YAJ3DFN7.js +64 -0
  96. package/dist/{lib-IZAG57CE.js → lib-MWWAATIC.js} +3 -3
  97. package/dist/{local-RBT53U3L.js → local-34IWAIJY.js} +6 -7
  98. package/dist/{morph-W4XLLZ47.js → morph-MDY3DSJL.js} +9 -9
  99. package/dist/{node-SKXMS2TZ.js → node-6M2Y6S6K.js} +18 -18
  100. package/dist/{node-package-manager-BZHJZTGV.js → node-package-manager-S5BR3SQ7.js} +6 -6
  101. package/dist/{path-2K5HIMHZ.js → path-GWAZZN2N.js} +2 -2
  102. package/dist/toml-patch-wasm-J5VGG6WG.js +140 -0
  103. package/dist/toml_patch_bg.wasm +0 -0
  104. package/dist/tsconfig.tsbuildinfo +1 -1
  105. package/dist/{ui-5MADIMGC.js → ui-FJ2QLK3P.js} +6 -5
  106. package/dist/{workerd-YRUKUE76.js → workerd-N5O22HSJ.js} +17 -17
  107. package/oclif.manifest.json +100 -2
  108. package/package.json +7 -7
  109. package/dist/assets/dev-console/extensions/dev-console/assets/index-lyGm6l3x.js +0 -64
  110. package/dist/assets/dev-console/extensions/dev-console/assets/index-n8yr6cxq.css +0 -1
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  base_command_default
3
- } from "./chunk-WBWYZ7XQ.js";
3
+ } from "./chunk-H44KHRQ3.js";
4
4
  import {
5
5
  renderTable,
6
6
  renderText
7
- } from "./chunk-DOEVJAN2.js";
7
+ } from "./chunk-QV4LZSZK.js";
8
8
  import {
9
9
  require_lib
10
- } from "./chunk-QAKYKTFV.js";
10
+ } from "./chunk-UTDSSCPI.js";
11
11
  import {
12
12
  __toESM,
13
13
  init_cjs_shims
@@ -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-7KZBYW7W.js.map
86
+ //# sourceMappingURL=chunk-JA4N4NXM.js.map
@@ -5,19 +5,23 @@ import {
5
5
  } from "./chunk-25IMI7TH.js";
6
6
  import {
7
7
  CLI_KIT_VERSION
8
- } from "./chunk-6G5FH3WC.js";
8
+ } from "./chunk-L7AFSENO.js";
9
9
  import {
10
10
  Environment,
11
+ environmentVariables,
11
12
  firstPartyDev,
12
13
  import_ts_error,
13
- maxRequestTimeForNetworkCallsMs,
14
+ isTruthy,
14
15
  outputContent,
15
16
  outputDebug,
16
17
  runWithTimer,
17
18
  serviceEnvironment,
18
- skipNetworkLevelRetry,
19
- sleep
20
- } from "./chunk-DOEVJAN2.js";
19
+ sleep,
20
+ systemEnvironmentVariables
21
+ } from "./chunk-QV4LZSZK.js";
22
+ import {
23
+ sniffForJson
24
+ } from "./chunk-ZUCWDIGE.js";
21
25
  import {
22
26
  __commonJS,
23
27
  __require,
@@ -26863,6 +26867,58 @@ var require_form_data = __commonJS({
26863
26867
  }
26864
26868
  });
26865
26869
 
26870
+ // ../cli-kit/dist/public/node/crypto.js
26871
+ init_cjs_shims();
26872
+ import crypto from "crypto";
26873
+ function hashString(str) {
26874
+ return crypto.createHash("sha1").update(str).digest("hex");
26875
+ }
26876
+ function fileHash(buff) {
26877
+ return crypto.createHash("md5").update(buff).digest("hex");
26878
+ }
26879
+ function randomUUID() {
26880
+ return crypto.randomUUID();
26881
+ }
26882
+ function nonRandomUUID(subject) {
26883
+ return crypto.createHash("sha1").update(Buffer.from("6ba7b810-9dad-11d1-80b4-00c04fd430c8".replace(/-/g, ""), "hex")).update(subject).digest().toString("hex").replace(/(.{8})(.{4})(.{4})(.{4})(.{12})/, "$1-$2-$3-$4-$5");
26884
+ }
26885
+
26886
+ // ../cli-kit/dist/public/node/environment.js
26887
+ init_cjs_shims();
26888
+ function getEnvironmentVariables() {
26889
+ return process.env;
26890
+ }
26891
+ function getPartnersToken() {
26892
+ return getEnvironmentVariables()[environmentVariables.partnersToken];
26893
+ }
26894
+ function getBackendPort() {
26895
+ let backendPort = getEnvironmentVariables()[systemEnvironmentVariables.backendPort];
26896
+ if (backendPort && !isNaN(Number(backendPort)))
26897
+ return Number(backendPort);
26898
+ }
26899
+ function getIdentityTokenInformation() {
26900
+ let identityToken = getEnvironmentVariables()[environmentVariables.identityToken], refreshToken = getEnvironmentVariables()[environmentVariables.refreshToken];
26901
+ if (!(!identityToken || !refreshToken))
26902
+ return {
26903
+ accessToken: identityToken,
26904
+ refreshToken,
26905
+ userId: nonRandomUUID(identityToken)
26906
+ };
26907
+ }
26908
+ function jsonOutputEnabled(environment = getEnvironmentVariables()) {
26909
+ return sniffForJson() || isTruthy(environment[environmentVariables.json]);
26910
+ }
26911
+ function blockPartnersAccess() {
26912
+ return isTruthy(getEnvironmentVariables()[environmentVariables.neverUsePartnersApi]);
26913
+ }
26914
+ function skipNetworkLevelRetry(environment = getEnvironmentVariables()) {
26915
+ return isTruthy(environment[environmentVariables.skipNetworkLevelRetry]);
26916
+ }
26917
+ function maxRequestTimeForNetworkCallsMs(environment = getEnvironmentVariables()) {
26918
+ let maxRequestTime = environment[environmentVariables.maxRequestTimeForNetworkCalls];
26919
+ return maxRequestTime && !isNaN(Number(maxRequestTime)) ? Number(maxRequestTime) : 30 * 1e3;
26920
+ }
26921
+
26866
26922
  // ../cli-kit/dist/public/node/http.js
26867
26923
  init_cjs_shims();
26868
26924
 
@@ -31346,6 +31402,16 @@ var instanceOfType = (cls, params = {
31346
31402
  init_cjs_shims();
31347
31403
 
31348
31404
  export {
31405
+ hashString,
31406
+ fileHash,
31407
+ randomUUID,
31408
+ nonRandomUUID,
31409
+ getEnvironmentVariables,
31410
+ getPartnersToken,
31411
+ getBackendPort,
31412
+ getIdentityTokenInformation,
31413
+ jsonOutputEnabled,
31414
+ blockPartnersAccess,
31349
31415
  GraphQLClientError,
31350
31416
  sanitizedHeadersOutput,
31351
31417
  buildHeaders,
@@ -31386,4 +31452,4 @@ mime-types/index.js:
31386
31452
  * MIT Licensed
31387
31453
  *)
31388
31454
  */
31389
- //# sourceMappingURL=chunk-6HJM24C2.js.map
31455
+ //# sourceMappingURL=chunk-JED5Q5EJ.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  generate
3
- } from "./chunk-6V2YVCS2.js";
3
+ } from "./chunk-7BFQPX6U.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-WBWYZ7XQ.js";
6
+ } from "./chunk-H44KHRQ3.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-GJEIVT3X.js.map
28
+ //# sourceMappingURL=chunk-KPKJOJKL.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.78.2";
7
+ var CLI_KIT_VERSION = "3.79.1";
8
8
 
9
9
  export {
10
10
  CLI_KIT_VERSION
11
11
  };
12
- //# sourceMappingURL=chunk-6G5FH3WC.js.map
12
+ //# sourceMappingURL=chunk-L7AFSENO.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  staticService
3
- } from "./chunk-GTVU6SJH.js";
3
+ } from "./chunk-73GDKVV2.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-WBWYZ7XQ.js";
6
+ } from "./chunk-H44KHRQ3.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-WYNL2S7B.js.map
28
+ //# sourceMappingURL=chunk-MKNQBR63.js.map
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  cliInstallCommand
3
- } from "./chunk-ZTD22GER.js";
3
+ } from "./chunk-XXUOBZLX.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-WBWYZ7XQ.js";
6
+ } from "./chunk-H44KHRQ3.js";
7
7
  import {
8
8
  renderInfo
9
- } from "./chunk-DOEVJAN2.js";
9
+ } from "./chunk-QV4LZSZK.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-S5XTFY2H.js.map
37
+ //# sourceMappingURL=chunk-NBCIERDR.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@10.0.0_@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@10.0.1_@graphql-codegen+cli@5.0.4_graphql@16.10.0_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@10.0.0_@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@10.0.1_@graphql-codegen+cli@5.0.4_graphql@16.10.0_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-BV6PURBM.js.map
107
+ //# sourceMappingURL=chunk-NOSVFQH5.js.map
@@ -2,16 +2,16 @@ import {
2
2
  getEnvironmentData,
3
3
  getLastSeenUserIdAfterAuth,
4
4
  getSensitiveEnvironmentData
5
- } from "./chunk-UV2DGNFK.js";
5
+ } from "./chunk-WMOUKE4L.js";
6
6
  import {
7
7
  fetch
8
- } from "./chunk-6HJM24C2.js";
8
+ } from "./chunk-JED5Q5EJ.js";
9
9
  import {
10
10
  CLI_KIT_VERSION
11
- } from "./chunk-6G5FH3WC.js";
11
+ } from "./chunk-L7AFSENO.js";
12
12
  import {
13
13
  runWithRateLimit
14
- } from "./chunk-IK6NAHQI.js";
14
+ } from "./chunk-IW2W7BT2.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-DOEVJAN2.js";
31
+ } from "./chunk-QV4LZSZK.js";
32
32
  import {
33
33
  __commonJS,
34
34
  __esm,
@@ -15477,7 +15477,7 @@ init_cjs_shims();
15477
15477
 
15478
15478
  // ../cli-kit/dist/public/node/monorail.js
15479
15479
  init_cjs_shims();
15480
- var url = "https://monorail-edge.shopifysvc.com/v1/produce", MONORAIL_COMMAND_TOPIC = "app_cli3_command/1.16", publishedCommandNames = /* @__PURE__ */ new Set();
15480
+ var url = "https://monorail-edge.shopifysvc.com/v1/produce", MONORAIL_COMMAND_TOPIC = "app_cli3_command/1.17", publishedCommandNames = /* @__PURE__ */ new Set();
15481
15481
  async function publishMonorailEvent(schemaId, publicData, sensitiveData) {
15482
15482
  let commandName = publicData.command;
15483
15483
  if (commandName && typeof commandName == "string") {
@@ -15930,4 +15930,4 @@ export {
15930
15930
  requestIdsCollection,
15931
15931
  reportAnalyticsEvent
15932
15932
  };
15933
- //# sourceMappingURL=chunk-IBRFXDBZ.js.map
15933
+ //# sourceMappingURL=chunk-OP4DJUZ6.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  renderConcurrent,
3
3
  renderTasks
4
- } from "./chunk-DOEVJAN2.js";
4
+ } from "./chunk-QV4LZSZK.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-YXH3NSML.js.map
46
+ //# sourceMappingURL=chunk-PFMD3KQP.js.map
@@ -1,16 +1,16 @@
1
1
  import {
2
2
  base_command_default
3
- } from "./chunk-WBWYZ7XQ.js";
3
+ } from "./chunk-H44KHRQ3.js";
4
4
  import {
5
5
  mkdir,
6
6
  outputInfo,
7
7
  rmdir,
8
8
  writeFile
9
- } from "./chunk-DOEVJAN2.js";
9
+ } from "./chunk-QV4LZSZK.js";
10
10
  import {
11
11
  cwd,
12
12
  joinPath
13
- } from "./chunk-57Q6OQG4.js";
13
+ } from "./chunk-ZUCWDIGE.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-L35GVYH5.js.map
121
+ //# sourceMappingURL=chunk-QJMVJ2YT.js.map