@shopify/cli 3.80.7 → 3.81.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 (156) hide show
  1. package/dist/assets/dev-console/extensions/dev-console/assets/index-ohOjvIJh.js +64 -0
  2. package/dist/assets/dev-console/index.html +1 -1
  3. package/dist/assets/hydrogen/starter/.cursor/rules/cookbook-recipe-subscriptions.mdc +921 -0
  4. package/dist/assets/hydrogen/starter/CHANGELOG.md +0 -35
  5. package/dist/assets/hydrogen/starter/app/components/AddToCartButton.tsx +1 -1
  6. package/dist/assets/hydrogen/starter/app/components/CartLineItem.tsx +1 -1
  7. package/dist/assets/hydrogen/starter/app/components/CartMain.tsx +1 -1
  8. package/dist/assets/hydrogen/starter/app/components/CartSummary.tsx +1 -1
  9. package/dist/assets/hydrogen/starter/app/components/Footer.tsx +1 -1
  10. package/dist/assets/hydrogen/starter/app/components/Header.tsx +1 -1
  11. package/dist/assets/hydrogen/starter/app/components/PageLayout.tsx +1 -1
  12. package/dist/assets/hydrogen/starter/app/components/ProductForm.tsx +1 -1
  13. package/dist/assets/hydrogen/starter/app/components/ProductItem.tsx +1 -1
  14. package/dist/assets/hydrogen/starter/app/components/SearchForm.tsx +1 -1
  15. package/dist/assets/hydrogen/starter/app/components/SearchFormPredictive.tsx +6 -1
  16. package/dist/assets/hydrogen/starter/app/components/SearchResults.tsx +1 -1
  17. package/dist/assets/hydrogen/starter/app/components/SearchResultsPredictive.tsx +1 -1
  18. package/dist/assets/hydrogen/starter/app/entry.client.tsx +2 -2
  19. package/dist/assets/hydrogen/starter/app/entry.server.tsx +4 -9
  20. package/dist/assets/hydrogen/starter/app/lib/variants.ts +1 -1
  21. package/dist/assets/hydrogen/starter/app/root.tsx +1 -1
  22. package/dist/assets/hydrogen/starter/app/routes/_index.tsx +1 -1
  23. package/dist/assets/hydrogen/starter/app/routes/account.addresses.tsx +1 -1
  24. package/dist/assets/hydrogen/starter/app/routes/account.orders.$id.tsx +4 -4
  25. package/dist/assets/hydrogen/starter/app/routes/account.orders._index.tsx +1 -1
  26. package/dist/assets/hydrogen/starter/app/routes/account.profile.tsx +7 -1
  27. package/dist/assets/hydrogen/starter/app/routes/account.tsx +1 -1
  28. package/dist/assets/hydrogen/starter/app/routes/blogs.$blogHandle.$articleHandle.tsx +1 -1
  29. package/dist/assets/hydrogen/starter/app/routes/blogs.$blogHandle._index.tsx +1 -1
  30. package/dist/assets/hydrogen/starter/app/routes/blogs._index.tsx +1 -1
  31. package/dist/assets/hydrogen/starter/app/routes/cart.tsx +2 -7
  32. package/dist/assets/hydrogen/starter/app/routes/collections.$handle.tsx +1 -1
  33. package/dist/assets/hydrogen/starter/app/routes/collections._index.tsx +1 -1
  34. package/dist/assets/hydrogen/starter/app/routes/collections.all.tsx +2 -2
  35. package/dist/assets/hydrogen/starter/app/routes/pages.$handle.tsx +1 -1
  36. package/dist/assets/hydrogen/starter/app/routes/policies.$handle.tsx +1 -1
  37. package/dist/assets/hydrogen/starter/app/routes/policies._index.tsx +1 -1
  38. package/dist/assets/hydrogen/starter/app/routes/products.$handle.tsx +1 -1
  39. package/dist/assets/hydrogen/starter/app/routes/search.tsx +1 -1
  40. package/dist/assets/hydrogen/starter/app/routes.ts +2 -2
  41. package/dist/assets/hydrogen/starter/env.d.ts +2 -12
  42. package/dist/assets/hydrogen/starter/eslint.config.js +0 -2
  43. package/dist/assets/hydrogen/starter/package.json +12 -11
  44. package/dist/assets/hydrogen/starter/server.ts +5 -2
  45. package/dist/assets/hydrogen/starter/tsconfig.json +6 -18
  46. package/dist/assets/hydrogen/starter/vite.config.ts +24 -3
  47. package/dist/assets/hydrogen/tailwind/package.json +1 -4
  48. package/dist/assets/hydrogen/virtual-routes/components/RequestDetails.jsx +1 -1
  49. package/dist/assets/hydrogen/virtual-routes/layout.jsx +7 -1
  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-TNF6QFVZ.js → chunk-27MYZBXV.js} +28 -31
  56. package/dist/{chunk-63DIRIVX.js → chunk-2Y3UFXD6.js} +242 -216
  57. package/dist/{chunk-YQXBJZRZ.js → chunk-5CZUSVND.js} +2 -2
  58. package/dist/{chunk-TMYCLPMW.js → chunk-5LMBCQDG.js} +544 -336
  59. package/dist/{chunk-KGZTFG3M.js → chunk-5NWUTFCV.js} +3 -3
  60. package/dist/{chunk-JRAEVQWT.js → chunk-5OBLOY7U.js} +2 -2
  61. package/dist/{chunk-RJJFC36J.js → chunk-5RPSJUXQ.js} +28 -28
  62. package/dist/{chunk-5K4EFFDY.js → chunk-6CJ6BGWA.js} +9 -8
  63. package/dist/{chunk-OQ7ZCSZM.js → chunk-6GAIDVJR.js} +8 -6
  64. package/dist/{chunk-PJZWUPY4.js → chunk-6NGGBF47.js} +5 -5
  65. package/dist/{chunk-XZM7J5LL.js → chunk-ALHM5GST.js} +5 -5
  66. package/dist/{chunk-ECV2CLGW.js → chunk-B44H2P6E.js} +4 -4
  67. package/dist/{chunk-T6CKLCY3.js → chunk-B5JZHKPR.js} +3 -3
  68. package/dist/{chunk-IHC7Q4LY.js → chunk-CN7P6XXP.js} +4 -4
  69. package/dist/{chunk-TJM3YBLQ.js → chunk-CTFDRWUN.js} +15 -12
  70. package/dist/{chunk-HWRJLLWI.js → chunk-DDYH6337.js} +2 -2
  71. package/dist/{chunk-NY2OPNXU.js → chunk-E6T6HFSE.js} +5 -5
  72. package/dist/{chunk-CDBXAE2F.js → chunk-EG6MBBEN.js} +99 -11
  73. package/dist/{chunk-OWRPRJTD.js → chunk-FAITFLRX.js} +2 -2
  74. package/dist/{chunk-ZOUELNMC.js → chunk-GMFX4XJF.js} +3 -3
  75. package/dist/{chunk-2W6OLZFD.js → chunk-H37YPI3Y.js} +3 -3
  76. package/dist/{chunk-RJ4CN43L.js → chunk-I2M5KL5Z.js} +4 -4
  77. package/dist/{chunk-VYIBTTN2.js → chunk-JKKYVUPT.js} +3 -3
  78. package/dist/{chunk-QPXAGLXJ.js → chunk-JV3N43QW.js} +5 -5
  79. package/dist/{chunk-NSTNFY7W.js → chunk-KJXXNUND.js} +45 -23
  80. package/dist/{chunk-5AFYDRV4.js → chunk-LPU2VGJR.js} +42 -507
  81. package/dist/{chunk-KUZYMDX4.js → chunk-NEQJPNB5.js} +8 -8
  82. package/dist/{chunk-5YH5HMRM.js → chunk-NZVDI2PG.js} +3 -3
  83. package/dist/{chunk-W4ZWJMX2.js → chunk-O66CPW2Z.js} +2 -2
  84. package/dist/{chunk-PDNRVFZE.js → chunk-OU2VE5NL.js} +16 -11
  85. package/dist/{chunk-RFO2FC5M.js → chunk-PINTEIWG.js} +6 -6
  86. package/dist/{chunk-JDRMHPFL.js → chunk-PLXKIAXS.js} +4 -4
  87. package/dist/{chunk-MQCYR4KR.js → chunk-R7PQLQRT.js} +4 -4
  88. package/dist/{chunk-MSHN7O5N.js → chunk-SOZ33QZX.js} +2 -2
  89. package/dist/{chunk-LQ2ZKVR6.js → chunk-UMUTXITN.js} +87 -4
  90. package/dist/chunk-V67D4V7T.js +107 -0
  91. package/dist/{chunk-77RMKCKT.js → chunk-VANXFY34.js} +2 -2
  92. package/dist/chunk-W5G2YPO2.js +11805 -0
  93. package/dist/{chunk-3DYG3ZWU.js → chunk-WSP4T6BG.js} +3 -3
  94. package/dist/{chunk-JU6SOKDJ.js → chunk-X2GG47RT.js} +4 -4
  95. package/dist/{chunk-HYECXSZG.js → chunk-ZARNHYRC.js} +276 -77
  96. package/dist/cli/commands/auth/logout.js +16 -17
  97. package/dist/cli/commands/auth/logout.test.js +18 -19
  98. package/dist/cli/commands/cache/clear.js +15 -16
  99. package/dist/cli/commands/debug/command-flags.js +15 -16
  100. package/dist/cli/commands/docs/generate.js +15 -16
  101. package/dist/cli/commands/docs/generate.test.js +16 -17
  102. package/dist/cli/commands/help.js +15 -16
  103. package/dist/cli/commands/kitchen-sink/async.js +16 -17
  104. package/dist/cli/commands/kitchen-sink/async.test.js +17 -18
  105. package/dist/cli/commands/kitchen-sink/index.js +18 -19
  106. package/dist/cli/commands/kitchen-sink/index.test.js +19 -20
  107. package/dist/cli/commands/kitchen-sink/prompts.js +16 -17
  108. package/dist/cli/commands/kitchen-sink/prompts.test.js +17 -18
  109. package/dist/cli/commands/kitchen-sink/static.js +16 -17
  110. package/dist/cli/commands/kitchen-sink/static.test.js +17 -18
  111. package/dist/cli/commands/notifications/generate.js +16 -17
  112. package/dist/cli/commands/notifications/list.js +16 -17
  113. package/dist/cli/commands/search.js +16 -17
  114. package/dist/cli/commands/upgrade.js +16 -17
  115. package/dist/cli/commands/upgrade.test.js +1 -2
  116. package/dist/cli/commands/version.js +16 -17
  117. package/dist/cli/commands/version.test.js +17 -18
  118. package/dist/cli/services/commands/notifications.js +11 -12
  119. package/dist/cli/services/commands/search.js +7 -8
  120. package/dist/cli/services/commands/search.test.js +8 -9
  121. package/dist/cli/services/commands/version.js +8 -9
  122. package/dist/cli/services/commands/version.test.js +10 -11
  123. package/dist/cli/services/kitchen-sink/async.js +7 -8
  124. package/dist/cli/services/kitchen-sink/prompts.js +7 -8
  125. package/dist/cli/services/kitchen-sink/static.js +7 -8
  126. package/dist/cli/services/upgrade.js +8 -9
  127. package/dist/cli/services/upgrade.test.js +10 -11
  128. package/dist/{custom-oclif-loader-XTWWK7GM.js → custom-oclif-loader-7E5Z2M56.js} +7 -8
  129. package/dist/{del-YIU34DZ5.js → del-4JSTEFDW.js} +3 -3
  130. package/dist/{devtools-J4QAI6HR.js → devtools-LDCSRUXB.js} +4 -4
  131. package/dist/{error-handler-MIQWANES.js → error-handler-GHVJK7OK.js} +13 -14
  132. package/dist/hooks/postrun.js +11 -12
  133. package/dist/hooks/prerun.js +12 -13
  134. package/dist/{http-proxy-KGLXPNEY.js → http-proxy-LHSVRGJ5.js} +14 -10
  135. package/dist/index.js +153266 -162667
  136. package/dist/{lib-MIBR2T7P.js → lib-2ZBT3UR2.js} +5 -5
  137. package/dist/{local-OL4QQF7A.js → local-GLHD5LYH.js} +9 -14
  138. package/dist/{magic-string.es-BSVDQOZI.js → magic-string.es-UZAAPNRE.js} +42 -36
  139. package/dist/{morph-3VOLMA55.js → morph-DFRO3NRL.js} +10 -10
  140. package/dist/node-OFSPLONP.js +164 -0
  141. package/dist/{node-package-manager-YZ7SC7JY.js → node-package-manager-K7DEALW5.js} +8 -9
  142. package/dist/{out-5KP5WGIK.js → out-NKJPLKLB.js} +2 -2
  143. package/dist/{path-2K5HIMHZ.js → path-GB4VIEM6.js} +2 -3
  144. package/dist/tsconfig.tsbuildinfo +1 -1
  145. package/dist/{ui-UMSB2BWG.js → ui-G7IYCY5T.js} +7 -10
  146. package/dist/{workerd-K4ZX64LQ.js → workerd-IDTCFUND.js} +18 -20
  147. package/oclif.manifest.json +29 -9
  148. package/package.json +10 -11
  149. package/dist/assets/dev-console/extensions/dev-console/assets/index-CqNhY1h-.js +0 -64
  150. package/dist/assets/hydrogen/starter/.cursor/rules/hydrogen-react-router.mdc +0 -52
  151. package/dist/assets/hydrogen/starter/app/routes/api.$version.[graphql.json].tsx +0 -14
  152. package/dist/assets/hydrogen/starter/react-router.config.ts +0 -7
  153. package/dist/chunk-3I3GQNEW.js +0 -95
  154. package/dist/chunk-57Q6OQG4.js +0 -111
  155. package/dist/chunk-ZEM3T4UY.js +0 -10590
  156. package/dist/toml-patch-wasm-J5VGG6WG.js +0 -140
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  prompts
3
- } from "./chunk-W4ZWJMX2.js";
3
+ } from "./chunk-O66CPW2Z.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-NSTNFY7W.js";
6
+ } from "./chunk-KJXXNUND.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-KGZTFG3M.js.map
28
+ //# sourceMappingURL=chunk-5NWUTFCV.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  renderConcurrent,
3
3
  renderTasks
4
- } from "./chunk-63DIRIVX.js";
4
+ } from "./chunk-2Y3UFXD6.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-JRAEVQWT.js.map
46
+ //# sourceMappingURL=chunk-5OBLOY7U.js.map
@@ -2,16 +2,16 @@ import {
2
2
  getEnvironmentData,
3
3
  getLastSeenUserIdAfterAuth,
4
4
  getSensitiveEnvironmentData
5
- } from "./chunk-OQ7ZCSZM.js";
5
+ } from "./chunk-6GAIDVJR.js";
6
6
  import {
7
7
  fetch
8
- } from "./chunk-TNF6QFVZ.js";
8
+ } from "./chunk-27MYZBXV.js";
9
9
  import {
10
10
  CLI_KIT_VERSION
11
- } from "./chunk-HWRJLLWI.js";
11
+ } from "./chunk-DDYH6337.js";
12
12
  import {
13
13
  runWithRateLimit
14
- } from "./chunk-HYECXSZG.js";
14
+ } from "./chunk-ZARNHYRC.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-63DIRIVX.js";
31
+ } from "./chunk-2Y3UFXD6.js";
32
32
  import {
33
33
  __commonJS,
34
34
  __esm,
@@ -8496,9 +8496,9 @@ var require_pool = __commonJS({
8496
8496
  }
8497
8497
  });
8498
8498
 
8499
- // ../../node_modules/.pnpm/protobufjs@7.4.0/node_modules/protobufjs/src/util/longbits.js
8499
+ // ../../node_modules/.pnpm/protobufjs@7.5.3/node_modules/protobufjs/src/util/longbits.js
8500
8500
  var require_longbits = __commonJS({
8501
- "../../node_modules/.pnpm/protobufjs@7.4.0/node_modules/protobufjs/src/util/longbits.js"(exports2, module2) {
8501
+ "../../node_modules/.pnpm/protobufjs@7.5.3/node_modules/protobufjs/src/util/longbits.js"(exports2, module2) {
8502
8502
  "use strict";
8503
8503
  init_cjs_shims();
8504
8504
  module2.exports = LongBits;
@@ -8579,9 +8579,9 @@ var require_longbits = __commonJS({
8579
8579
  }
8580
8580
  });
8581
8581
 
8582
- // ../../node_modules/.pnpm/protobufjs@7.4.0/node_modules/protobufjs/src/util/minimal.js
8582
+ // ../../node_modules/.pnpm/protobufjs@7.5.3/node_modules/protobufjs/src/util/minimal.js
8583
8583
  var require_minimal = __commonJS({
8584
- "../../node_modules/.pnpm/protobufjs@7.4.0/node_modules/protobufjs/src/util/minimal.js"(exports2) {
8584
+ "../../node_modules/.pnpm/protobufjs@7.5.3/node_modules/protobufjs/src/util/minimal.js"(exports2) {
8585
8585
  "use strict";
8586
8586
  init_cjs_shims();
8587
8587
  var util = exports2;
@@ -8740,9 +8740,9 @@ var require_minimal = __commonJS({
8740
8740
  }
8741
8741
  });
8742
8742
 
8743
- // ../../node_modules/.pnpm/protobufjs@7.4.0/node_modules/protobufjs/src/writer.js
8743
+ // ../../node_modules/.pnpm/protobufjs@7.5.3/node_modules/protobufjs/src/writer.js
8744
8744
  var require_writer = __commonJS({
8745
- "../../node_modules/.pnpm/protobufjs@7.4.0/node_modules/protobufjs/src/writer.js"(exports2, module2) {
8745
+ "../../node_modules/.pnpm/protobufjs@7.5.3/node_modules/protobufjs/src/writer.js"(exports2, module2) {
8746
8746
  "use strict";
8747
8747
  init_cjs_shims();
8748
8748
  module2.exports = Writer;
@@ -8878,9 +8878,9 @@ var require_writer = __commonJS({
8878
8878
  }
8879
8879
  });
8880
8880
 
8881
- // ../../node_modules/.pnpm/protobufjs@7.4.0/node_modules/protobufjs/src/writer_buffer.js
8881
+ // ../../node_modules/.pnpm/protobufjs@7.5.3/node_modules/protobufjs/src/writer_buffer.js
8882
8882
  var require_writer_buffer = __commonJS({
8883
- "../../node_modules/.pnpm/protobufjs@7.4.0/node_modules/protobufjs/src/writer_buffer.js"(exports2, module2) {
8883
+ "../../node_modules/.pnpm/protobufjs@7.5.3/node_modules/protobufjs/src/writer_buffer.js"(exports2, module2) {
8884
8884
  "use strict";
8885
8885
  init_cjs_shims();
8886
8886
  module2.exports = BufferWriter;
@@ -8916,9 +8916,9 @@ var require_writer_buffer = __commonJS({
8916
8916
  }
8917
8917
  });
8918
8918
 
8919
- // ../../node_modules/.pnpm/protobufjs@7.4.0/node_modules/protobufjs/src/reader.js
8919
+ // ../../node_modules/.pnpm/protobufjs@7.5.3/node_modules/protobufjs/src/reader.js
8920
8920
  var require_reader = __commonJS({
8921
- "../../node_modules/.pnpm/protobufjs@7.4.0/node_modules/protobufjs/src/reader.js"(exports2, module2) {
8921
+ "../../node_modules/.pnpm/protobufjs@7.5.3/node_modules/protobufjs/src/reader.js"(exports2, module2) {
8922
8922
  "use strict";
8923
8923
  init_cjs_shims();
8924
8924
  module2.exports = Reader;
@@ -9106,9 +9106,9 @@ var require_reader = __commonJS({
9106
9106
  }
9107
9107
  });
9108
9108
 
9109
- // ../../node_modules/.pnpm/protobufjs@7.4.0/node_modules/protobufjs/src/reader_buffer.js
9109
+ // ../../node_modules/.pnpm/protobufjs@7.5.3/node_modules/protobufjs/src/reader_buffer.js
9110
9110
  var require_reader_buffer = __commonJS({
9111
- "../../node_modules/.pnpm/protobufjs@7.4.0/node_modules/protobufjs/src/reader_buffer.js"(exports2, module2) {
9111
+ "../../node_modules/.pnpm/protobufjs@7.5.3/node_modules/protobufjs/src/reader_buffer.js"(exports2, module2) {
9112
9112
  "use strict";
9113
9113
  init_cjs_shims();
9114
9114
  module2.exports = BufferReader;
@@ -9129,9 +9129,9 @@ var require_reader_buffer = __commonJS({
9129
9129
  }
9130
9130
  });
9131
9131
 
9132
- // ../../node_modules/.pnpm/protobufjs@7.4.0/node_modules/protobufjs/src/rpc/service.js
9132
+ // ../../node_modules/.pnpm/protobufjs@7.5.3/node_modules/protobufjs/src/rpc/service.js
9133
9133
  var require_service = __commonJS({
9134
- "../../node_modules/.pnpm/protobufjs@7.4.0/node_modules/protobufjs/src/rpc/service.js"(exports2, module2) {
9134
+ "../../node_modules/.pnpm/protobufjs@7.5.3/node_modules/protobufjs/src/rpc/service.js"(exports2, module2) {
9135
9135
  "use strict";
9136
9136
  init_cjs_shims();
9137
9137
  module2.exports = Service;
@@ -9190,9 +9190,9 @@ var require_service = __commonJS({
9190
9190
  }
9191
9191
  });
9192
9192
 
9193
- // ../../node_modules/.pnpm/protobufjs@7.4.0/node_modules/protobufjs/src/rpc.js
9193
+ // ../../node_modules/.pnpm/protobufjs@7.5.3/node_modules/protobufjs/src/rpc.js
9194
9194
  var require_rpc = __commonJS({
9195
- "../../node_modules/.pnpm/protobufjs@7.4.0/node_modules/protobufjs/src/rpc.js"(exports2) {
9195
+ "../../node_modules/.pnpm/protobufjs@7.5.3/node_modules/protobufjs/src/rpc.js"(exports2) {
9196
9196
  "use strict";
9197
9197
  init_cjs_shims();
9198
9198
  var rpc = exports2;
@@ -9200,18 +9200,18 @@ var require_rpc = __commonJS({
9200
9200
  }
9201
9201
  });
9202
9202
 
9203
- // ../../node_modules/.pnpm/protobufjs@7.4.0/node_modules/protobufjs/src/roots.js
9203
+ // ../../node_modules/.pnpm/protobufjs@7.5.3/node_modules/protobufjs/src/roots.js
9204
9204
  var require_roots = __commonJS({
9205
- "../../node_modules/.pnpm/protobufjs@7.4.0/node_modules/protobufjs/src/roots.js"(exports2, module2) {
9205
+ "../../node_modules/.pnpm/protobufjs@7.5.3/node_modules/protobufjs/src/roots.js"(exports2, module2) {
9206
9206
  "use strict";
9207
9207
  init_cjs_shims();
9208
9208
  module2.exports = {};
9209
9209
  }
9210
9210
  });
9211
9211
 
9212
- // ../../node_modules/.pnpm/protobufjs@7.4.0/node_modules/protobufjs/src/index-minimal.js
9212
+ // ../../node_modules/.pnpm/protobufjs@7.5.3/node_modules/protobufjs/src/index-minimal.js
9213
9213
  var require_index_minimal = __commonJS({
9214
- "../../node_modules/.pnpm/protobufjs@7.4.0/node_modules/protobufjs/src/index-minimal.js"(exports2) {
9214
+ "../../node_modules/.pnpm/protobufjs@7.5.3/node_modules/protobufjs/src/index-minimal.js"(exports2) {
9215
9215
  "use strict";
9216
9216
  init_cjs_shims();
9217
9217
  var protobuf = exports2;
@@ -9231,9 +9231,9 @@ var require_index_minimal = __commonJS({
9231
9231
  }
9232
9232
  });
9233
9233
 
9234
- // ../../node_modules/.pnpm/protobufjs@7.4.0/node_modules/protobufjs/minimal.js
9234
+ // ../../node_modules/.pnpm/protobufjs@7.5.3/node_modules/protobufjs/minimal.js
9235
9235
  var require_minimal2 = __commonJS({
9236
- "../../node_modules/.pnpm/protobufjs@7.4.0/node_modules/protobufjs/minimal.js"(exports2, module2) {
9236
+ "../../node_modules/.pnpm/protobufjs@7.5.3/node_modules/protobufjs/minimal.js"(exports2, module2) {
9237
9237
  "use strict";
9238
9238
  init_cjs_shims();
9239
9239
  module2.exports = require_index_minimal();
@@ -15930,4 +15930,4 @@ export {
15930
15930
  requestIdsCollection,
15931
15931
  reportAnalyticsEvent
15932
15932
  };
15933
- //# sourceMappingURL=chunk-RJJFC36J.js.map
15933
+ //# sourceMappingURL=chunk-5RPSJUXQ.js.map
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  base_command_default
3
- } from "./chunk-NSTNFY7W.js";
3
+ } from "./chunk-KJXXNUND.js";
4
4
  import {
5
- renderTable,
6
- renderText
7
- } from "./chunk-63DIRIVX.js";
5
+ outputResult,
6
+ renderTable
7
+ } from "./chunk-2Y3UFXD6.js";
8
8
  import {
9
9
  require_lib
10
- } from "./chunk-5AFYDRV4.js";
10
+ } from "./chunk-LPU2VGJR.js";
11
11
  import {
12
12
  __toESM,
13
13
  init_cjs_shims
@@ -52,8 +52,9 @@ var import_core = __toESM(require_lib(), 1), CommandFlags = class _CommandFlags
52
52
  if (flags.csv) {
53
53
  let columns = ["pluginName", "command", "flagName", "flagChar", "flagEnv"], header = `${columns.join(",")}
54
54
  `, rows = data.map((obj) => columns.map((key) => obj[key]).join(",")).join(`
55
- `), csvString = header + rows;
56
- renderText({ text: csvString });
55
+ `), csvString = `${header}${rows}
56
+ `;
57
+ outputResult(csvString);
57
58
  } else
58
59
  renderTable({
59
60
  rows: data,
@@ -83,4 +84,4 @@ var import_core = __toESM(require_lib(), 1), CommandFlags = class _CommandFlags
83
84
  export {
84
85
  CommandFlags
85
86
  };
86
- //# sourceMappingURL=chunk-5K4EFFDY.js.map
87
+ //# sourceMappingURL=chunk-6CJ6BGWA.js.map
@@ -7,14 +7,14 @@ import {
7
7
  nonRandomUUID,
8
8
  shopifyFetch,
9
9
  z
10
- } from "./chunk-TNF6QFVZ.js";
10
+ } from "./chunk-27MYZBXV.js";
11
11
  import {
12
12
  getPackageManager,
13
13
  getSession,
14
14
  packageManagerFromUserAgent,
15
15
  removeSession,
16
16
  setSession
17
- } from "./chunk-HYECXSZG.js";
17
+ } from "./chunk-ZARNHYRC.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-63DIRIVX.js";
48
+ } from "./chunk-2Y3UFXD6.js";
49
49
  import {
50
50
  cwd
51
- } from "./chunk-57Q6OQG4.js";
51
+ } from "./chunk-EG6MBBEN.js";
52
52
  import {
53
53
  __commonJS,
54
54
  __require,
@@ -241,7 +241,7 @@ function defaultApiScopes(api) {
241
241
  case "partners":
242
242
  return ["cli"];
243
243
  case "business-platform":
244
- return ["destinations", "store-management"];
244
+ return ["destinations", "store-management", "on-demand-user-access"];
245
245
  case "app-management":
246
246
  return ["app-management"];
247
247
  default:
@@ -264,6 +264,8 @@ function scopeTransform(scope) {
264
264
  return "https://api.shopify.com/auth/destinations.readonly";
265
265
  case "store-management":
266
266
  return "https://api.shopify.com/auth/organization.store-management";
267
+ case "on-demand-user-access":
268
+ return "https://api.shopify.com/auth/organization.on-demand-user-access";
267
269
  case "app-management":
268
270
  return "https://api.shopify.com/auth/organization.apps.manage";
269
271
  default:
@@ -1204,4 +1206,4 @@ export {
1204
1206
  getEnvironmentData,
1205
1207
  getSensitiveEnvironmentData
1206
1208
  };
1207
- //# sourceMappingURL=chunk-OQ7ZCSZM.js.map
1209
+ //# sourceMappingURL=chunk-6GAIDVJR.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  CLI_KIT_VERSION
3
- } from "./chunk-HWRJLLWI.js";
3
+ } from "./chunk-DDYH6337.js";
4
4
  import {
5
- outputInfo
6
- } from "./chunk-63DIRIVX.js";
5
+ outputResult
6
+ } from "./chunk-2Y3UFXD6.js";
7
7
  import {
8
8
  init_cjs_shims
9
9
  } from "./chunk-PKR7KJ6P.js";
@@ -11,10 +11,10 @@ import {
11
11
  // src/cli/services/commands/version.ts
12
12
  init_cjs_shims();
13
13
  async function versionService() {
14
- outputInfo(CLI_KIT_VERSION);
14
+ outputResult(CLI_KIT_VERSION);
15
15
  }
16
16
 
17
17
  export {
18
18
  versionService
19
19
  };
20
- //# sourceMappingURL=chunk-PJZWUPY4.js.map
20
+ //# sourceMappingURL=chunk-6NGGBF47.js.map
@@ -2,13 +2,13 @@ import {
2
2
  fetchNotifications,
3
3
  getNotifications,
4
4
  stringifyFilters
5
- } from "./chunk-RFO2FC5M.js";
5
+ } from "./chunk-PINTEIWG.js";
6
6
  import {
7
7
  randomUUID
8
- } from "./chunk-TNF6QFVZ.js";
8
+ } from "./chunk-27MYZBXV.js";
9
9
  import {
10
10
  CLI_KIT_VERSION
11
- } from "./chunk-HWRJLLWI.js";
11
+ } from "./chunk-DDYH6337.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-63DIRIVX.js";
19
+ } from "./chunk-2Y3UFXD6.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-XZM7J5LL.js.map
106
+ //# sourceMappingURL=chunk-ALHM5GST.js.map
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  searchService
3
- } from "./chunk-77RMKCKT.js";
3
+ } from "./chunk-VANXFY34.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-NSTNFY7W.js";
6
+ } from "./chunk-KJXXNUND.js";
7
7
  import {
8
8
  require_lib
9
- } from "./chunk-5AFYDRV4.js";
9
+ } from "./chunk-LPU2VGJR.js";
10
10
  import {
11
11
  __toESM,
12
12
  init_cjs_shims
@@ -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-ECV2CLGW.js.map
51
+ //# sourceMappingURL=chunk-B44H2P6E.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  generate
3
- } from "./chunk-XZM7J5LL.js";
3
+ } from "./chunk-ALHM5GST.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-NSTNFY7W.js";
6
+ } from "./chunk-KJXXNUND.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-T6CKLCY3.js.map
28
+ //# sourceMappingURL=chunk-B5JZHKPR.js.map
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  logout
3
- } from "./chunk-MQCYR4KR.js";
3
+ } from "./chunk-R7PQLQRT.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-NSTNFY7W.js";
6
+ } from "./chunk-KJXXNUND.js";
7
7
  import {
8
8
  outputSuccess
9
- } from "./chunk-63DIRIVX.js";
9
+ } from "./chunk-2Y3UFXD6.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-IHC7Q4LY.js.map
28
+ //# sourceMappingURL=chunk-CN7P6XXP.js.map
@@ -996,9 +996,9 @@ var require_out2 = __commonJS({
996
996
  }
997
997
  });
998
998
 
999
- // ../../node_modules/.pnpm/reusify@1.0.4/node_modules/reusify/reusify.js
999
+ // ../../node_modules/.pnpm/reusify@1.1.0/node_modules/reusify/reusify.js
1000
1000
  var require_reusify = __commonJS({
1001
- "../../node_modules/.pnpm/reusify@1.0.4/node_modules/reusify/reusify.js"(exports, module) {
1001
+ "../../node_modules/.pnpm/reusify@1.1.0/node_modules/reusify/reusify.js"(exports, module) {
1002
1002
  "use strict";
1003
1003
  init_cjs_shims();
1004
1004
  function reusify(Constructor) {
@@ -1019,9 +1019,9 @@ var require_reusify = __commonJS({
1019
1019
  }
1020
1020
  });
1021
1021
 
1022
- // ../../node_modules/.pnpm/fastq@1.17.1/node_modules/fastq/queue.js
1022
+ // ../../node_modules/.pnpm/fastq@1.19.1/node_modules/fastq/queue.js
1023
1023
  var require_queue = __commonJS({
1024
- "../../node_modules/.pnpm/fastq@1.17.1/node_modules/fastq/queue.js"(exports, module) {
1024
+ "../../node_modules/.pnpm/fastq@1.19.1/node_modules/fastq/queue.js"(exports, module) {
1025
1025
  "use strict";
1026
1026
  init_cjs_shims();
1027
1027
  var reusify = require_reusify();
@@ -1152,14 +1152,17 @@ var require_queue = __commonJS({
1152
1152
  return p.catch(noop), p;
1153
1153
  }
1154
1154
  function drained() {
1155
- if (queue.idle())
1156
- return new Promise(function(resolve) {
1157
- resolve();
1155
+ var p = new Promise(function(resolve) {
1156
+ process.nextTick(function() {
1157
+ if (queue.idle())
1158
+ resolve();
1159
+ else {
1160
+ var previousDrain = queue.drain;
1161
+ queue.drain = function() {
1162
+ typeof previousDrain == "function" && previousDrain(), resolve(), queue.drain = previousDrain;
1163
+ };
1164
+ }
1158
1165
  });
1159
- var previousDrain = queue.drain, p = new Promise(function(resolve) {
1160
- queue.drain = function() {
1161
- previousDrain(), resolve();
1162
- };
1163
1166
  });
1164
1167
  return p;
1165
1168
  }
@@ -2051,4 +2054,4 @@ queue-microtask/index.js:
2051
2054
  run-parallel/index.js:
2052
2055
  (*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
2053
2056
  */
2054
- //# sourceMappingURL=chunk-TJM3YBLQ.js.map
2057
+ //# sourceMappingURL=chunk-CTFDRWUN.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.80.7";
7
+ var CLI_KIT_VERSION = "3.81.1";
8
8
 
9
9
  export {
10
10
  CLI_KIT_VERSION
11
11
  };
12
- //# sourceMappingURL=chunk-HWRJLLWI.js.map
12
+ //# sourceMappingURL=chunk-DDYH6337.js.map
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  prompts
3
- } from "./chunk-W4ZWJMX2.js";
3
+ } from "./chunk-O66CPW2Z.js";
4
4
  import {
5
5
  staticService
6
- } from "./chunk-YQXBJZRZ.js";
6
+ } from "./chunk-5CZUSVND.js";
7
7
  import {
8
8
  asyncTasks
9
- } from "./chunk-JRAEVQWT.js";
9
+ } from "./chunk-5OBLOY7U.js";
10
10
  import {
11
11
  base_command_default
12
- } from "./chunk-NSTNFY7W.js";
12
+ } from "./chunk-KJXXNUND.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-NY2OPNXU.js.map
37
+ //# sourceMappingURL=chunk-E6T6HFSE.js.map
@@ -1,7 +1,40 @@
1
1
  import {
2
+ __commonJS,
3
+ __require,
4
+ __toESM,
2
5
  init_cjs_shims
3
6
  } from "./chunk-PKR7KJ6P.js";
4
7
 
8
+ // ../../node_modules/.pnpm/commondir@1.0.1/node_modules/commondir/index.js
9
+ var require_commondir = __commonJS({
10
+ "../../node_modules/.pnpm/commondir@1.0.1/node_modules/commondir/index.js"(exports, module) {
11
+ init_cjs_shims();
12
+ var path2 = __require("path");
13
+ module.exports = function(basedir, relfiles) {
14
+ if (relfiles)
15
+ var files = relfiles.map(function(r) {
16
+ return path2.resolve(basedir, r);
17
+ });
18
+ else
19
+ var files = basedir;
20
+ var res = files.slice(1).reduce(function(ps, file) {
21
+ if (!file.match(/^([A-Za-z]:)?\/|\\/))
22
+ throw new Error("relative path without a basedir");
23
+ for (var xs = file.split(/\/+|\\+/), i = 0; ps[i] === xs[i] && i < Math.min(ps.length, xs.length); i++) ;
24
+ return ps.slice(0, i);
25
+ }, files[0].split(/\/+|\\+/));
26
+ return res.length > 1 ? res.join("/") : "/";
27
+ };
28
+ }
29
+ });
30
+
31
+ // ../cli-kit/dist/public/node/path.js
32
+ init_cjs_shims();
33
+ var import_commondir = __toESM(require_commondir());
34
+
35
+ // ../../node_modules/.pnpm/pathe@1.1.2/node_modules/pathe/dist/index.mjs
36
+ init_cjs_shims();
37
+
5
38
  // ../../node_modules/.pnpm/pathe@1.1.2/node_modules/pathe/dist/shared/pathe.ff20891b.mjs
6
39
  init_cjs_shims();
7
40
  var _DRIVE_LETTER_START_RE = /^[A-Za-z]:\//;
@@ -91,18 +124,73 @@ var basename = function(p, extension) {
91
124
  return extension && lastSegment.endsWith(extension) ? lastSegment.slice(0, -extension.length) : lastSegment;
92
125
  };
93
126
 
94
- // ../../node_modules/.pnpm/pathe@1.1.2/node_modules/pathe/dist/index.mjs
95
- init_cjs_shims();
127
+ // ../cli-kit/dist/public/node/path.js
128
+ import { fileURLToPath } from "url";
129
+ function joinPath(...paths) {
130
+ return join(...paths);
131
+ }
132
+ function normalizePath(path2) {
133
+ return normalize(path2);
134
+ }
135
+ function resolvePath(...paths) {
136
+ return resolve(...paths);
137
+ }
138
+ function relativePath(from, to) {
139
+ return relative(from, to);
140
+ }
141
+ function isAbsolutePath(path2) {
142
+ return isAbsolute(path2);
143
+ }
144
+ function dirname2(path2) {
145
+ return dirname(path2);
146
+ }
147
+ function basename2(path2, ext) {
148
+ return basename(path2, ext);
149
+ }
150
+ function extname2(path2) {
151
+ return extname(path2);
152
+ }
153
+ function relativizePath(path2, dir = cwd2()) {
154
+ let result = (0, import_commondir.default)([path2, dir]), relativePath2 = relative(dir, path2), relativeComponents = relativePath2.split("/").filter((component) => component === "..").length;
155
+ return result === "/" || relativePath2 === "" || relativeComponents > 2 ? path2 : relativePath2;
156
+ }
157
+ function isSubpath(mainPath, subpath) {
158
+ let relativePath2 = relative(mainPath, subpath);
159
+ return !relativePath2.startsWith("..") && !isAbsolutePath(relativePath2);
160
+ }
161
+ function moduleDirectory(moduleURL) {
162
+ return dirname2(fileURLToPath(moduleURL));
163
+ }
164
+ function cwd2() {
165
+ return normalize(process.env.INIT_CWD ? process.env.INIT_CWD : process.cwd());
166
+ }
167
+ function sniffForPath(argv = process.argv) {
168
+ let pathFlagIndex = argv.indexOf("--path");
169
+ if (pathFlagIndex === -1)
170
+ return argv.find((arg) => arg.startsWith("--path="))?.split("=")[1];
171
+ let pathFlag = argv[pathFlagIndex + 1];
172
+ if (!(!pathFlag || pathFlag.startsWith("-")))
173
+ return pathFlag;
174
+ }
175
+ function sniffForJson(argv = process.argv) {
176
+ return argv.includes("--json") || argv.includes("-j");
177
+ }
96
178
 
97
179
  export {
98
180
  delimiter,
99
- normalize,
100
- join,
101
- resolve,
102
- isAbsolute,
103
- extname,
104
- relative,
105
- dirname,
106
- basename
181
+ joinPath,
182
+ normalizePath,
183
+ resolvePath,
184
+ relativePath,
185
+ isAbsolutePath,
186
+ dirname2 as dirname,
187
+ basename2 as basename,
188
+ extname2 as extname,
189
+ relativizePath,
190
+ isSubpath,
191
+ moduleDirectory,
192
+ cwd2 as cwd,
193
+ sniffForPath,
194
+ sniffForJson
107
195
  };
108
- //# sourceMappingURL=chunk-CDBXAE2F.js.map
196
+ //# sourceMappingURL=chunk-EG6MBBEN.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  require_merge2,
3
3
  require_out
4
- } from "./chunk-TJM3YBLQ.js";
4
+ } from "./chunk-CTFDRWUN.js";
5
5
  import {
6
6
  __commonJS,
7
7
  __require,
@@ -629,4 +629,4 @@ export {
629
629
  require_slash,
630
630
  require_globby
631
631
  };
632
- //# sourceMappingURL=chunk-OWRPRJTD.js.map
632
+ //# sourceMappingURL=chunk-FAITFLRX.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  asyncTasks
3
- } from "./chunk-JRAEVQWT.js";
3
+ } from "./chunk-5OBLOY7U.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-NSTNFY7W.js";
6
+ } from "./chunk-KJXXNUND.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-ZOUELNMC.js.map
28
+ //# sourceMappingURL=chunk-GMFX4XJF.js.map