@shopify/cli 3.72.2 → 3.73.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 (149) hide show
  1. package/dist/assets/hydrogen/starter/CHANGELOG.md +814 -0
  2. package/dist/assets/hydrogen/starter/app/components/Aside.tsx +1 -1
  3. package/dist/assets/hydrogen/starter/app/components/PaginatedResourceSection.tsx +3 -4
  4. package/dist/assets/hydrogen/starter/app/components/ProductForm.tsx +113 -44
  5. package/dist/assets/hydrogen/starter/app/components/SearchResults.tsx +8 -3
  6. package/dist/assets/hydrogen/starter/app/components/SearchResultsPredictive.tsx +6 -5
  7. package/dist/assets/hydrogen/starter/app/lib/variants.ts +3 -3
  8. package/dist/assets/hydrogen/starter/app/routes/account_.logout.tsx +1 -1
  9. package/dist/assets/hydrogen/starter/app/routes/cart.tsx +9 -16
  10. package/dist/assets/hydrogen/starter/app/routes/collections.$handle.tsx +1 -10
  11. package/dist/assets/hydrogen/starter/app/routes/collections.all.tsx +1 -10
  12. package/dist/assets/hydrogen/starter/app/routes/products.$handle.tsx +50 -119
  13. package/dist/assets/hydrogen/starter/app/routes/search.tsx +42 -38
  14. package/dist/assets/hydrogen/starter/app/styles/app.css +25 -1
  15. package/dist/assets/hydrogen/starter/guides/predictiveSearch/predictiveSearch.md +23 -20
  16. package/dist/assets/hydrogen/starter/guides/search/search.md +27 -25
  17. package/dist/assets/hydrogen/starter/package.json +3 -3
  18. package/dist/assets/hydrogen/starter/storefrontapi.generated.d.ts +177 -194
  19. package/dist/assets/hydrogen/tailwind/tailwind.css +1 -1
  20. package/dist/{chokidar-OESTCX4H.js → chokidar-5LLC6S6D.js} +47 -90
  21. package/dist/{chunk-VSLR7ET4.js → chunk-25IMI7TH.js} +8 -46
  22. package/dist/{chunk-NCKQIOV4.js → chunk-3HBRMIPY.js} +28 -50
  23. package/dist/{chunk-NXHZX3WR.js → chunk-3UQTWISO.js} +9 -9
  24. package/dist/{chunk-GVNIHXMX.js → chunk-4SP4IRCQ.js} +38 -60
  25. package/dist/{chunk-QDPQB6WU.js → chunk-4UAFBJXJ.js} +5 -5
  26. package/dist/{chunk-L2J5VM7R.js → chunk-5YYJVU2L.js} +41 -68
  27. package/dist/{chunk-I6R52HNI.js → chunk-6NZVGPSV.js} +39 -68
  28. package/dist/{chunk-XVNW332R.js → chunk-75LV6AQS.js} +6 -10
  29. package/dist/{chunk-N2V4IFX3.js → chunk-7JQIHXLD.js} +3 -3
  30. package/dist/{chunk-2HGYYNE5.js → chunk-B5EXYCV3.js} +5 -9
  31. package/dist/{chunk-NB4NLOEJ.js → chunk-BUFIEXZ5.js} +11 -20
  32. package/dist/{chunk-522OB3EU.js → chunk-CFIKVUNW.js} +2 -2
  33. package/dist/{chunk-KYB6A4PE.js → chunk-CRHXI6PS.js} +13 -23
  34. package/dist/{chunk-SO2RZ6TZ.js → chunk-CXHISGHD.js} +5 -5
  35. package/dist/{chunk-2YCRDHPC.js → chunk-DZHO64DX.js} +4 -4
  36. package/dist/{chunk-KGKTCQ7H.js → chunk-EKIVYQZC.js} +5 -5
  37. package/dist/{chunk-NUP5TATA.js → chunk-EZQWZ57B.js} +2 -2
  38. package/dist/{chunk-UBB7JKND.js → chunk-G2ZZKGSV.js} +2 -2
  39. package/dist/{chunk-CBBS4CV7.js → chunk-G5R6YD27.js} +8 -13
  40. package/dist/{chunk-ECWFBV2F.js → chunk-GLYEBL66.js} +5 -5
  41. package/dist/{chunk-E37RRDIH.js → chunk-HIQDOFZI.js} +4 -4
  42. package/dist/{chunk-HYGCZ6GV.js → chunk-HYVCBINV.js} +68 -49
  43. package/dist/{chunk-ZESD7DR7.js → chunk-I72O5WWR.js} +67 -104
  44. package/dist/{chunk-OXKHBIW7.js → chunk-IG5SOACB.js} +29 -34
  45. package/dist/{chunk-OWLPHMUA.js → chunk-J673ZU5S.js} +4 -4
  46. package/dist/{chunk-K6Y4FYT5.js → chunk-K7HGDAI4.js} +17 -20
  47. package/dist/{chunk-UIRMJZRW.js → chunk-KD7WMX4J.js} +4 -4
  48. package/dist/{chunk-BYPQXSAL.js → chunk-KUM3DVPF.js} +17 -13
  49. package/dist/{chunk-6IUL3QZW.js → chunk-LPBV67AA.js} +4 -4
  50. package/dist/{chunk-WNDN5FAY.js → chunk-MHUINF7I.js} +3 -3
  51. package/dist/{chunk-JDM5VOXB.js → chunk-MJWFXPPX.js} +3 -3
  52. package/dist/{chunk-NE43V3EI.js → chunk-MLL3JKVY.js} +6 -7
  53. package/dist/{chunk-QXIIXX7G.js → chunk-NHV2E73I.js} +16518 -24140
  54. package/dist/{chunk-HMUOOT55.js → chunk-NQZUE7SY.js} +6 -6
  55. package/dist/{chunk-PQQTBTYM.js → chunk-O72ZUVEA.js} +4 -5
  56. package/dist/{chunk-SNOECVP4.js → chunk-OAZFIMJ3.js} +2 -2
  57. package/dist/{chunk-UIAIRQSP.js → chunk-OFYEMT6X.js} +3 -3
  58. package/dist/{chunk-4HTVLK2H.js → chunk-OXS42VB7.js} +1402 -1989
  59. package/dist/{chunk-TAKO7LSJ.js → chunk-P63UVLRS.js} +7 -7
  60. package/dist/{chunk-GKEFW755.js → chunk-PBDGN4T2.js} +6 -6
  61. package/dist/{chunk-POZ5MGPT.js → chunk-PKR7KJ6P.js} +2 -3
  62. package/dist/{chunk-PKJLXLTR.js → chunk-PVMQM44E.js} +5 -5
  63. package/dist/{chunk-KCI6QCAV.js → chunk-PWMEMGZN.js} +4 -4
  64. package/dist/{chunk-KMZ5JSGS.js → chunk-QIM24FVT.js} +3 -3
  65. package/dist/{chunk-VJ7TIVX7.js → chunk-RBLSG22M.js} +6 -7
  66. package/dist/{chunk-K7B4JJLF.js → chunk-RDZJQNFU.js} +4 -4
  67. package/dist/{chunk-YKUYPSCY.js → chunk-RZOW7U2N.js} +3 -3
  68. package/dist/{chunk-OJOHMVV7.js → chunk-SBPFWO4S.js} +294 -448
  69. package/dist/{chunk-O5K4AU7Q.js → chunk-SHWOPMLQ.js} +3 -4
  70. package/dist/{chunk-KWLJTNRE.js → chunk-SNXQ36U2.js} +4 -4
  71. package/dist/{chunk-KVEY52WG.js → chunk-TIXENOYB.js} +4 -4
  72. package/dist/{chunk-RCRRAFH7.js → chunk-X4N2QZOS.js} +3 -3
  73. package/dist/{chunk-VWNWE4HG.js → chunk-X5WKMCE4.js} +111 -84
  74. package/dist/{chunk-PMUQTGZJ.js → chunk-X7YTIMNN.js} +4 -6
  75. package/dist/{chunk-7Q3MMWAC.js → chunk-XE5EOEBL.js} +2 -2
  76. package/dist/{chunk-YXJHYEP7.js → chunk-YVXC5Q6R.js} +4 -4
  77. package/dist/{chunk-HSTSRNLJ.js → chunk-ZX3L2JKV.js} +64 -86
  78. package/dist/cli/commands/auth/logout.js +28 -28
  79. package/dist/cli/commands/auth/logout.test.js +30 -30
  80. package/dist/cli/commands/cache/clear.js +27 -27
  81. package/dist/cli/commands/debug/command-flags.js +27 -27
  82. package/dist/cli/commands/docs/generate.js +27 -27
  83. package/dist/cli/commands/docs/generate.test.js +28 -28
  84. package/dist/cli/commands/help.js +27 -27
  85. package/dist/cli/commands/kitchen-sink/async.js +28 -28
  86. package/dist/cli/commands/kitchen-sink/async.test.js +29 -29
  87. package/dist/cli/commands/kitchen-sink/index.js +30 -30
  88. package/dist/cli/commands/kitchen-sink/index.test.js +31 -31
  89. package/dist/cli/commands/kitchen-sink/prompts.js +28 -28
  90. package/dist/cli/commands/kitchen-sink/prompts.test.js +29 -29
  91. package/dist/cli/commands/kitchen-sink/static.js +28 -28
  92. package/dist/cli/commands/kitchen-sink/static.test.js +29 -29
  93. package/dist/cli/commands/notifications/generate.js +28 -28
  94. package/dist/cli/commands/notifications/list.js +28 -28
  95. package/dist/cli/commands/search.js +28 -28
  96. package/dist/cli/commands/upgrade.js +28 -28
  97. package/dist/cli/commands/upgrade.test.js +3 -3
  98. package/dist/cli/commands/version.js +28 -28
  99. package/dist/cli/commands/version.test.js +29 -29
  100. package/dist/cli/services/commands/notifications.js +21 -21
  101. package/dist/cli/services/commands/search.js +15 -15
  102. package/dist/cli/services/commands/search.test.js +16 -16
  103. package/dist/cli/services/commands/version.js +16 -16
  104. package/dist/cli/services/commands/version.test.js +18 -18
  105. package/dist/cli/services/kitchen-sink/async.js +15 -15
  106. package/dist/cli/services/kitchen-sink/prompts.js +15 -15
  107. package/dist/cli/services/kitchen-sink/static.js +15 -15
  108. package/dist/cli/services/upgrade.js +17 -17
  109. package/dist/cli/services/upgrade.test.js +20 -20
  110. package/dist/configs/all.yml +12 -0
  111. package/dist/configs/recommended.yml +15 -0
  112. package/dist/configs/theme-app-extension.yml +3 -0
  113. package/dist/{custom-oclif-loader-G2DAJL7B.js → custom-oclif-loader-L4JT3EUD.js} +15 -15
  114. package/dist/data/latest.json +1 -1
  115. package/dist/data/manifest_theme.json +1 -0
  116. package/dist/data/preset.json +66 -0
  117. package/dist/data/preset_blocks.json +20 -13
  118. package/dist/data/section.json +1 -15
  119. package/dist/data/setting.json +1 -1
  120. package/dist/data/theme_block.json +1 -15
  121. package/dist/{del-K5ZJEWTD.js → del-P2RS6GN2.js} +9 -9
  122. package/dist/{devtools-KYKGATNX.js → devtools-K7FXBBFZ.js} +3 -3
  123. package/dist/error-handler-4CU3ZOV7.js +38 -0
  124. package/dist/hooks/postrun.js +22 -22
  125. package/dist/hooks/prerun.js +22 -22
  126. package/dist/{http-proxy-GGTVQ6CU.js → http-proxy-FXWKYHZ3.js} +14 -24
  127. package/dist/index.js +7234 -7320
  128. package/dist/lib-JVEIEXYB.js +6 -0
  129. package/dist/lib-QZGSY5YB.js +13 -0
  130. package/dist/{local-Q5ZG2NHX.js → local-2K66O4X2.js} +15 -15
  131. package/dist/{magic-string.es-3RXPUXZF.js → magic-string.es-PJMYOE6F.js} +49 -96
  132. package/dist/{morph-SEECJQ2W.js → morph-OSHCID2F.js} +261 -347
  133. package/dist/{multipart-parser-QKUAJJP5.js → multipart-parser-WSNBP656.js} +8 -7
  134. package/dist/{node-S6CM3NTX.js → node-342GUJIM.js} +31 -31
  135. package/dist/{node-package-manager-GUY5IO3W.js → node-package-manager-RJSBCFD7.js} +19 -17
  136. package/dist/{npa-RLWNZ3BM.js → npa-TM76BGG3.js} +10 -16
  137. package/dist/{open-MZGVNFZO.js → open-BHIF7E3E.js} +3 -3
  138. package/dist/out-JR4DWQ2G.js +7 -0
  139. package/dist/{path-NDLRQPLA.js → path-2HZUSAGR.js} +3 -3
  140. package/dist/{source-map-7AAPWPHZ.js → source-map-QCVC46UY.js} +2 -2
  141. package/dist/tsconfig.tsbuildinfo +1 -1
  142. package/dist/{ui-AWSBLSD4.js → ui-YBLW4B72.js} +15 -15
  143. package/dist/{workerd-3HGLHQET.js → workerd-5KR5CP5F.js} +30 -30
  144. package/oclif.manifest.json +81 -1
  145. package/package.json +8 -8
  146. package/dist/error-handler-6HCFKLTC.js +0 -38
  147. package/dist/lib-PPXZBVZX.js +0 -6
  148. package/dist/lib-XYCLX35G.js +0 -13
  149. package/dist/out-MHEKZJWS.js +0 -7
@@ -2,7 +2,7 @@ import {
2
2
  __commonJS,
3
3
  __require,
4
4
  init_cjs_shims
5
- } from "./chunk-POZ5MGPT.js";
5
+ } from "./chunk-PKR7KJ6P.js";
6
6
 
7
7
  // ../../node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/polyfills.js
8
8
  var require_polyfills = __commonJS({
@@ -150,8 +150,7 @@ var require_polyfills = __commonJS({
150
150
  try {
151
151
  return orig.call(fs, target, mode);
152
152
  } catch (er) {
153
- if (!chownErOk(er))
154
- throw er;
153
+ if (!chownErOk(er)) throw er;
155
154
  }
156
155
  };
157
156
  }
@@ -167,8 +166,7 @@ var require_polyfills = __commonJS({
167
166
  try {
168
167
  return orig.call(fs, target, uid, gid);
169
168
  } catch (er) {
170
- if (!chownErOk(er))
171
- throw er;
169
+ if (!chownErOk(er)) throw er;
172
170
  }
173
171
  };
174
172
  }
@@ -209,8 +207,7 @@ var require_legacy_streams = __commonJS({
209
207
  WriteStream
210
208
  };
211
209
  function ReadStream(path, options) {
212
- if (!(this instanceof ReadStream))
213
- return new ReadStream(path, options);
210
+ if (!(this instanceof ReadStream)) return new ReadStream(path, options);
214
211
  Stream.call(this);
215
212
  var self = this;
216
213
  this.path = path, this.fd = null, this.readable = !0, this.paused = !1, this.flags = "r", this.mode = 438, this.bufferSize = 64 * 1024, options = options || {};
@@ -244,8 +241,7 @@ var require_legacy_streams = __commonJS({
244
241
  });
245
242
  }
246
243
  function WriteStream(path, options) {
247
- if (!(this instanceof WriteStream))
248
- return new WriteStream(path, options);
244
+ if (!(this instanceof WriteStream)) return new WriteStream(path, options);
249
245
  Stream.call(this), this.path = path, this.fd = null, this.writable = !0, this.flags = "w", this.encoding = "binary", this.mode = 438, this.bytesWritten = 0, options = options || {};
250
246
  for (var keys = Object.keys(options), index = 0, length = keys.length; index < length; index++) {
251
247
  var key = keys[index];
@@ -521,4 +517,4 @@ GFS4: `), console.error(m);
521
517
  export {
522
518
  require_graceful_fs
523
519
  };
524
- //# sourceMappingURL=chunk-XVNW332R.js.map
520
+ //# sourceMappingURL=chunk-75LV6AQS.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  openURL
3
- } from "./chunk-4HTVLK2H.js";
3
+ } from "./chunk-OXS42VB7.js";
4
4
  import {
5
5
  init_cjs_shims
6
- } from "./chunk-POZ5MGPT.js";
6
+ } from "./chunk-PKR7KJ6P.js";
7
7
 
8
8
  // src/cli/services/commands/search.ts
9
9
  init_cjs_shims();
@@ -15,4 +15,4 @@ async function searchService(query) {
15
15
  export {
16
16
  searchService
17
17
  };
18
- //# sourceMappingURL=chunk-N2V4IFX3.js.map
18
+ //# sourceMappingURL=chunk-7JQIHXLD.js.map
@@ -2,7 +2,7 @@ import {
2
2
  __commonJS,
3
3
  __require,
4
4
  init_cjs_shims
5
- } from "./chunk-POZ5MGPT.js";
5
+ } from "./chunk-PKR7KJ6P.js";
6
6
 
7
7
  // ../../node_modules/.pnpm/isexe@3.1.1/node_modules/isexe/dist/cjs/posix.js
8
8
  var require_posix = __commonJS({
@@ -117,16 +117,12 @@ var require_cjs = __commonJS({
117
117
  } : function(o, v) {
118
118
  o.default = v;
119
119
  }), __importStar = exports && exports.__importStar || function(mod) {
120
- if (mod && mod.__esModule)
121
- return mod;
120
+ if (mod && mod.__esModule) return mod;
122
121
  var result = {};
123
- if (mod != null)
124
- for (var k in mod)
125
- k !== "default" && Object.prototype.hasOwnProperty.call(mod, k) && __createBinding(result, mod, k);
122
+ if (mod != null) for (var k in mod) k !== "default" && Object.prototype.hasOwnProperty.call(mod, k) && __createBinding(result, mod, k);
126
123
  return __setModuleDefault(result, mod), result;
127
124
  }, __exportStar = exports && exports.__exportStar || function(m, exports2) {
128
- for (var p in m)
129
- p !== "default" && !Object.prototype.hasOwnProperty.call(exports2, p) && __createBinding(exports2, m, p);
125
+ for (var p in m) p !== "default" && !Object.prototype.hasOwnProperty.call(exports2, p) && __createBinding(exports2, m, p);
130
126
  };
131
127
  Object.defineProperty(exports, "__esModule", { value: !0 });
132
128
  exports.sync = exports.isexe = exports.posix = exports.win32 = void 0;
@@ -209,4 +205,4 @@ var require_lib = __commonJS({
209
205
  export {
210
206
  require_lib
211
207
  };
212
- //# sourceMappingURL=chunk-2HGYYNE5.js.map
208
+ //# sourceMappingURL=chunk-B5EXYCV3.js.map
@@ -2,7 +2,7 @@ import {
2
2
  __commonJS,
3
3
  __require,
4
4
  init_cjs_shims
5
- } from "./chunk-POZ5MGPT.js";
5
+ } from "./chunk-PKR7KJ6P.js";
6
6
 
7
7
  // ../../node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob/index.js
8
8
  var require_is_extglob = __commonJS({
@@ -12,8 +12,7 @@ var require_is_extglob = __commonJS({
12
12
  if (typeof str != "string" || str === "")
13
13
  return !1;
14
14
  for (var match; match = /(\\).|([@?!+*]\(.*\))/g.exec(str); ) {
15
- if (match[2])
16
- return !0;
15
+ if (match[2]) return !0;
17
16
  str = str.slice(match.index + match[0].length);
18
17
  }
19
18
  return !1;
@@ -386,8 +385,7 @@ var require_scan = __commonJS({
386
385
  break;
387
386
  }
388
387
  if (code === CHAR_FORWARD_SLASH) {
389
- if (slashes.push(index), tokens.push(token), token = { value: "", depth: 0, isGlob: !1 }, finished === !0)
390
- continue;
388
+ if (slashes.push(index), tokens.push(token), token = { value: "", depth: 0, isGlob: !1 }, finished === !0) continue;
391
389
  if (prev === CHAR_DOT && index === start + 1) {
392
390
  start += 2;
393
391
  continue;
@@ -876,18 +874,15 @@ var require_parse = __commonJS({
876
874
  (state.index === state.start || prev.type === "slash" || prev.type === "dot") && (prev.type === "dot" ? (state.output += NO_DOT_SLASH, prev.output += NO_DOT_SLASH) : opts.dot === !0 ? (state.output += NO_DOTS_SLASH, prev.output += NO_DOTS_SLASH) : (state.output += nodot, prev.output += nodot), peek() !== "*" && (state.output += ONE_CHAR, prev.output += ONE_CHAR)), push(token);
877
875
  }
878
876
  for (; state.brackets > 0; ) {
879
- if (opts.strictBrackets === !0)
880
- throw new SyntaxError(syntaxError("closing", "]"));
877
+ if (opts.strictBrackets === !0) throw new SyntaxError(syntaxError("closing", "]"));
881
878
  state.output = utils.escapeLast(state.output, "["), decrement("brackets");
882
879
  }
883
880
  for (; state.parens > 0; ) {
884
- if (opts.strictBrackets === !0)
885
- throw new SyntaxError(syntaxError("closing", ")"));
881
+ if (opts.strictBrackets === !0) throw new SyntaxError(syntaxError("closing", ")"));
886
882
  state.output = utils.escapeLast(state.output, "("), decrement("parens");
887
883
  }
888
884
  for (; state.braces > 0; ) {
889
- if (opts.strictBrackets === !0)
890
- throw new SyntaxError(syntaxError("closing", "}"));
885
+ if (opts.strictBrackets === !0) throw new SyntaxError(syntaxError("closing", "}"));
891
886
  state.output = utils.escapeLast(state.output, "{"), decrement("braces");
892
887
  }
893
888
  if (opts.strictSlashes !== !0 && (prev.type === "star" || prev.type === "bracket") && push({ type: "maybe_slash", value: "", output: `${SLASH_LITERAL}?` }), state.backtrack === !0) {
@@ -934,8 +929,7 @@ var require_parse = __commonJS({
934
929
  return `(?:${nodot}${globstar(opts)}${SLASH_LITERAL})?${DOT_LITERAL}${ONE_CHAR}${star}`;
935
930
  default: {
936
931
  let match = /^(.*?)\.(\w+)$/.exec(str);
937
- if (!match)
938
- return;
932
+ if (!match) return;
939
933
  let source2 = create(match[1]);
940
934
  return source2 ? source2 + DOT_LITERAL + match[2] : void 0;
941
935
  }
@@ -958,8 +952,7 @@ var require_picomatch = __commonJS({
958
952
  return (str) => {
959
953
  for (let isMatch of fns) {
960
954
  let state2 = isMatch(str);
961
- if (state2)
962
- return state2;
955
+ if (state2) return state2;
963
956
  }
964
957
  return !1;
965
958
  };
@@ -1011,8 +1004,7 @@ var require_picomatch = __commonJS({
1011
1004
  let opts = options || {};
1012
1005
  return new RegExp(source, opts.flags || (opts.nocase ? "i" : ""));
1013
1006
  } catch (err) {
1014
- if (options && options.debug === !0)
1015
- throw err;
1007
+ if (options && options.debug === !0) throw err;
1016
1008
  return /$^/;
1017
1009
  }
1018
1010
  };
@@ -1114,8 +1106,7 @@ var require_to_regex_range = __commonJS({
1114
1106
  }
1115
1107
  function zip(a, b) {
1116
1108
  let arr = [];
1117
- for (let i = 0; i < a.length; i++)
1118
- arr.push([a[i], b[i]]);
1109
+ for (let i = 0; i < a.length; i++) arr.push([a[i], b[i]]);
1119
1110
  return arr;
1120
1111
  }
1121
1112
  function compare(a, b) {
@@ -1202,4 +1193,4 @@ to-regex-range/index.js:
1202
1193
  * Released under the MIT License.
1203
1194
  *)
1204
1195
  */
1205
- //# sourceMappingURL=chunk-NB4NLOEJ.js.map
1196
+ //# sourceMappingURL=chunk-BUFIEXZ5.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  init_cjs_shims
3
- } from "./chunk-POZ5MGPT.js";
3
+ } from "./chunk-PKR7KJ6P.js";
4
4
 
5
5
  // ../../node_modules/.pnpm/yocto-queue@1.0.0/node_modules/yocto-queue/index.js
6
6
  init_cjs_shims();
@@ -42,4 +42,4 @@ var Node = class {
42
42
  export {
43
43
  Queue
44
44
  };
45
- //# sourceMappingURL=chunk-522OB3EU.js.map
45
+ //# sourceMappingURL=chunk-CFIKVUNW.js.map
@@ -3,12 +3,12 @@ import {
3
3
  require_picomatch,
4
4
  require_to_regex_range,
5
5
  require_utils
6
- } from "./chunk-NB4NLOEJ.js";
6
+ } from "./chunk-BUFIEXZ5.js";
7
7
  import {
8
8
  __commonJS,
9
9
  __require,
10
10
  init_cjs_shims
11
- } from "./chunk-POZ5MGPT.js";
11
+ } from "./chunk-PKR7KJ6P.js";
12
12
 
13
13
  // ../../node_modules/.pnpm/fast-glob@3.3.1/node_modules/fast-glob/out/utils/array.js
14
14
  var require_array = __commonJS({
@@ -173,10 +173,8 @@ var require_fill_range = __commonJS({
173
173
  init_cjs_shims();
174
174
  var util = __require("util"), toRegexRange = require_to_regex_range(), isObject = (val) => val !== null && typeof val == "object" && !Array.isArray(val), transform = (toNumber) => (value) => toNumber === !0 ? Number(value) : String(value), isValidValue = (value) => typeof value == "number" || typeof value == "string" && value !== "", isNumber = (num) => Number.isInteger(+num), zeros = (input) => {
175
175
  let value = `${input}`, index = -1;
176
- if (value[0] === "-" && (value = value.slice(1)), value === "0")
177
- return !1;
178
- for (; value[++index] === "0"; )
179
- ;
176
+ if (value[0] === "-" && (value = value.slice(1)), value === "0") return !1;
177
+ for (; value[++index] === "0"; ) ;
180
178
  return index > 0;
181
179
  }, stringify = (start, end, options) => typeof start == "string" || typeof end == "string" ? !0 : options.stringify === !0, pad = (input, maxLength, toNumber) => {
182
180
  if (maxLength > 0) {
@@ -186,8 +184,7 @@ var require_fill_range = __commonJS({
186
184
  return toNumber === !1 ? String(input) : input;
187
185
  }, toMaxLen = (input, maxLength) => {
188
186
  let negative = input[0] === "-" ? "-" : "";
189
- for (negative && (input = input.slice(1), maxLength--); input.length < maxLength; )
190
- input = "0" + input;
187
+ for (negative && (input = input.slice(1), maxLength--); input.length < maxLength; ) input = "0" + input;
191
188
  return negative ? "-" + input : input;
192
189
  }, toSequence = (parts, options, maxLen) => {
193
190
  parts.negatives.sort((a, b) => a < b ? -1 : a > b ? 1 : 0), parts.positives.sort((a, b) => a < b ? -1 : a > b ? 1 : 0);
@@ -197,8 +194,7 @@ var require_fill_range = __commonJS({
197
194
  if (isNumbers)
198
195
  return toRegexRange(a, b, { wrap: !1, ...options });
199
196
  let start = String.fromCharCode(a);
200
- if (a === b)
201
- return start;
197
+ if (a === b) return start;
202
198
  let stop = String.fromCharCode(b);
203
199
  return `[${start}-${stop}]`;
204
200
  }, toRegex = (start, end, options) => {
@@ -208,8 +204,7 @@ var require_fill_range = __commonJS({
208
204
  }
209
205
  return toRegexRange(start, end, options);
210
206
  }, rangeError = (...args) => new RangeError("Invalid range arguments: " + util.inspect(...args)), invalidRange = (start, end, options) => {
211
- if (options.strictRanges === !0)
212
- throw rangeError([start, end]);
207
+ if (options.strictRanges === !0) throw rangeError([start, end]);
213
208
  return [];
214
209
  }, invalidStep = (step, options) => {
215
210
  if (options.strictRanges === !0)
@@ -218,8 +213,7 @@ var require_fill_range = __commonJS({
218
213
  }, fillNumbers = (start, end, step = 1, options = {}) => {
219
214
  let a = Number(start), b = Number(end);
220
215
  if (!Number.isInteger(a) || !Number.isInteger(b)) {
221
- if (options.strictRanges === !0)
222
- throw rangeError([start, end]);
216
+ if (options.strictRanges === !0) throw rangeError([start, end]);
223
217
  return [];
224
218
  }
225
219
  a === 0 && (a = 0), b === 0 && (b = 0);
@@ -301,8 +295,7 @@ var require_expand = __commonJS({
301
295
  init_cjs_shims();
302
296
  var fill = require_fill_range(), stringify = require_stringify(), utils = require_utils2(), append = (queue = "", stash = "", enclose = !1) => {
303
297
  let result = [];
304
- if (queue = [].concat(queue), stash = [].concat(stash), !stash.length)
305
- return queue;
298
+ if (queue = [].concat(queue), stash = [].concat(stash), !stash.length) return queue;
306
299
  if (!queue.length)
307
300
  return enclose ? utils.flatten(stash).map((ele) => `{${ele}}`) : stash;
308
301
  for (let item of queue)
@@ -729,8 +722,7 @@ var require_micromatch = __commonJS({
729
722
  if (!utils.isObject(obj))
730
723
  throw new TypeError("Expected the first argument to be an object");
731
724
  let keys = micromatch(Object.keys(obj), patterns, options), res = {};
732
- for (let key of keys)
733
- res[key] = obj[key];
725
+ for (let key of keys) res[key] = obj[key];
734
726
  return res;
735
727
  };
736
728
  micromatch.some = (list, patterns, options) => {
@@ -771,13 +763,11 @@ var require_micromatch = __commonJS({
771
763
  return res;
772
764
  };
773
765
  micromatch.braces = (pattern, options) => {
774
- if (typeof pattern != "string")
775
- throw new TypeError("Expected a string");
766
+ if (typeof pattern != "string") throw new TypeError("Expected a string");
776
767
  return options && options.nobrace === !0 || !hasBraces(pattern) ? [pattern] : braces(pattern, options);
777
768
  };
778
769
  micromatch.braceExpand = (pattern, options) => {
779
- if (typeof pattern != "string")
780
- throw new TypeError("Expected a string");
770
+ if (typeof pattern != "string") throw new TypeError("Expected a string");
781
771
  return micromatch.braces(pattern, { ...options, expand: !0 });
782
772
  };
783
773
  micromatch.hasBraces = hasBraces;
@@ -2597,4 +2587,4 @@ queue-microtask/index.js:
2597
2587
  run-parallel/index.js:
2598
2588
  (*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
2599
2589
  */
2600
- //# sourceMappingURL=chunk-KYB6A4PE.js.map
2590
+ //# sourceMappingURL=chunk-CRHXI6PS.js.map
@@ -6,20 +6,20 @@ import {
6
6
  remove,
7
7
  setLastSeenAuthMethod,
8
8
  setLastSeenUserIdAfterAuth
9
- } from "./chunk-HYGCZ6GV.js";
9
+ } from "./chunk-HYVCBINV.js";
10
10
  import {
11
11
  getPartnersToken,
12
12
  nonRandomUUID
13
- } from "./chunk-VWNWE4HG.js";
13
+ } from "./chunk-X5WKMCE4.js";
14
14
  import {
15
15
  BugError,
16
16
  outputContent,
17
17
  outputDebug,
18
18
  outputToken
19
- } from "./chunk-4HTVLK2H.js";
19
+ } from "./chunk-OXS42VB7.js";
20
20
  import {
21
21
  init_cjs_shims
22
- } from "./chunk-POZ5MGPT.js";
22
+ } from "./chunk-PKR7KJ6P.js";
23
23
 
24
24
  // ../cli-kit/dist/public/node/session.js
25
25
  init_cjs_shims();
@@ -102,4 +102,4 @@ export {
102
102
  ensureAuthenticatedBusinessPlatform,
103
103
  logout
104
104
  };
105
- //# sourceMappingURL=chunk-SO2RZ6TZ.js.map
105
+ //# sourceMappingURL=chunk-CXHISGHD.js.map
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  packageManagerFromUserAgent
3
- } from "./chunk-ZESD7DR7.js";
3
+ } from "./chunk-I72O5WWR.js";
4
4
  import {
5
5
  currentProcessIsGlobal,
6
6
  inferPackageManagerForGlobalCLI,
7
7
  outputContent,
8
8
  outputToken
9
- } from "./chunk-4HTVLK2H.js";
9
+ } from "./chunk-OXS42VB7.js";
10
10
  import {
11
11
  init_cjs_shims
12
- } from "./chunk-POZ5MGPT.js";
12
+ } from "./chunk-PKR7KJ6P.js";
13
13
 
14
14
  // ../cli-kit/dist/public/node/upgrade.js
15
15
  init_cjs_shims();
@@ -25,4 +25,4 @@ export {
25
25
  cliInstallCommand,
26
26
  getOutputUpdateCLIReminder
27
27
  };
28
- //# sourceMappingURL=chunk-2YCRDHPC.js.map
28
+ //# sourceMappingURL=chunk-DZHO64DX.js.map
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  logout
3
- } from "./chunk-SO2RZ6TZ.js";
3
+ } from "./chunk-CXHISGHD.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-GVNIHXMX.js";
6
+ } from "./chunk-4SP4IRCQ.js";
7
7
  import {
8
8
  outputSuccess
9
- } from "./chunk-4HTVLK2H.js";
9
+ } from "./chunk-OXS42VB7.js";
10
10
  import {
11
11
  init_cjs_shims
12
- } from "./chunk-POZ5MGPT.js";
12
+ } from "./chunk-PKR7KJ6P.js";
13
13
 
14
14
  // src/cli/commands/auth/logout.ts
15
15
  init_cjs_shims();
@@ -25,4 +25,4 @@ var Logout = class extends base_command_default {
25
25
  export {
26
26
  Logout
27
27
  };
28
- //# sourceMappingURL=chunk-KGKTCQ7H.js.map
28
+ //# sourceMappingURL=chunk-EKIVYQZC.js.map
@@ -2,7 +2,7 @@ import {
2
2
  __commonJS,
3
3
  __require,
4
4
  init_cjs_shims
5
- } from "./chunk-POZ5MGPT.js";
5
+ } from "./chunk-PKR7KJ6P.js";
6
6
 
7
7
  // ../../node_modules/.pnpm/validate-npm-package-name@5.0.1/node_modules/validate-npm-package-name/lib/index.js
8
8
  var require_lib = __commonJS({
@@ -50,4 +50,4 @@ var require_lib = __commonJS({
50
50
  export {
51
51
  require_lib
52
52
  };
53
- //# sourceMappingURL=chunk-NUP5TATA.js.map
53
+ //# sourceMappingURL=chunk-EZQWZ57B.js.map
@@ -2,7 +2,7 @@ import {
2
2
  __commonJS,
3
3
  __require,
4
4
  init_cjs_shims
5
- } from "./chunk-POZ5MGPT.js";
5
+ } from "./chunk-PKR7KJ6P.js";
6
6
 
7
7
  // ../../node_modules/.pnpm/is-docker@2.2.1/node_modules/is-docker/index.js
8
8
  var require_is_docker = __commonJS({
@@ -52,4 +52,4 @@ export {
52
52
  require_is_docker,
53
53
  require_is_wsl
54
54
  };
55
- //# sourceMappingURL=chunk-UBB7JKND.js.map
55
+ //# sourceMappingURL=chunk-G2ZZKGSV.js.map
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  require_balanced_match
3
- } from "./chunk-7Q3MMWAC.js";
3
+ } from "./chunk-XE5EOEBL.js";
4
4
  import {
5
5
  __commonJS,
6
6
  __require,
7
7
  init_cjs_shims
8
- } from "./chunk-POZ5MGPT.js";
8
+ } from "./chunk-PKR7KJ6P.js";
9
9
 
10
10
  // ../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/lib/base64.js
11
11
  var require_base64 = __commonJS({
@@ -1129,8 +1129,7 @@ var require_source_map_support = __commonJS({
1129
1129
  return fileContentsCache[path2] = contents;
1130
1130
  });
1131
1131
  function supportRelativeURL(file, url) {
1132
- if (!file)
1133
- return url;
1132
+ if (!file) return url;
1134
1133
  var dir = path.dirname(file), match = /^\w+:\/\/[^\/]*/.exec(dir), protocol = match ? match[0] : "", startPath = dir.slice(protocol.length);
1135
1134
  return protocol && /^\/\w\:/.test(startPath) ? (protocol += "/", protocol + path.resolve(dir.slice(protocol.length), url).replace(/\\/g, "/")) : protocol + path.resolve(dir.slice(protocol.length), url);
1136
1135
  }
@@ -1146,15 +1145,13 @@ var require_source_map_support = __commonJS({
1146
1145
  } catch {
1147
1146
  }
1148
1147
  fileData = retrieveFile(source);
1149
- for (var re = /(?:\/\/[@#][\s]*sourceMappingURL=([^\s'"]+)[\s]*$)|(?:\/\*[@#][\s]*sourceMappingURL=([^\s*'"]+)[\s]*(?:\*\/)[\s]*$)/mg, lastMatch, match; match = re.exec(fileData); )
1150
- lastMatch = match;
1148
+ for (var re = /(?:\/\/[@#][\s]*sourceMappingURL=([^\s'"]+)[\s]*$)|(?:\/\*[@#][\s]*sourceMappingURL=([^\s*'"]+)[\s]*(?:\*\/)[\s]*$)/mg, lastMatch, match; match = re.exec(fileData); ) lastMatch = match;
1151
1149
  return lastMatch ? lastMatch[1] : null;
1152
1150
  }
1153
1151
  var retrieveSourceMap = handlerExec(retrieveMapHandlers);
1154
1152
  retrieveMapHandlers.push(function(source) {
1155
1153
  var sourceMappingURL = retrieveSourceMapURL(source);
1156
- if (!sourceMappingURL)
1157
- return null;
1154
+ if (!sourceMappingURL) return null;
1158
1155
  var sourceMapData;
1159
1156
  if (reSourceMap.test(sourceMappingURL)) {
1160
1157
  var rawData = sourceMappingURL.slice(sourceMappingURL.indexOf(",") + 1);
@@ -1225,8 +1222,7 @@ var require_source_map_support = __commonJS({
1225
1222
  typeName === "[object Object]" && (typeName = "null");
1226
1223
  var methodName = this.getMethodName();
1227
1224
  functionName ? (typeName && functionName.indexOf(typeName) != 0 && (line += typeName + "."), line += functionName, methodName && functionName.indexOf("." + methodName) != functionName.length - methodName.length - 1 && (line += " [as " + methodName + "]")) : line += typeName + "." + (methodName || "<anonymous>");
1228
- } else
1229
- isConstructor ? line += "new " + (functionName || "<anonymous>") : functionName ? line += functionName : (line += fileLocation, addSuffix = !1);
1225
+ } else isConstructor ? line += "new " + (functionName || "<anonymous>") : functionName ? line += functionName : (line += fileLocation, addSuffix = !1);
1230
1226
  return addSuffix && (line += " (" + fileLocation + ")"), line;
1231
1227
  }
1232
1228
  function cloneCallSite(frame) {
@@ -1384,8 +1380,7 @@ var require_brace_expansion = __commonJS({
1384
1380
  }
1385
1381
  function expand(str, isTop) {
1386
1382
  var expansions = [], m = balanced("{", "}", str);
1387
- if (!m)
1388
- return [str];
1383
+ if (!m) return [str];
1389
1384
  var pre = m.pre, post = m.post.length ? expand(m.post, !1) : [""];
1390
1385
  if (/\$$/.test(m.pre))
1391
1386
  for (var k = 0; k < post.length; k++) {
@@ -1444,4 +1439,4 @@ export {
1444
1439
  require_source_map_support,
1445
1440
  require_brace_expansion
1446
1441
  };
1447
- //# sourceMappingURL=chunk-CBBS4CV7.js.map
1442
+ //# sourceMappingURL=chunk-G5R6YD27.js.map
@@ -1,16 +1,16 @@
1
1
  import {
2
2
  searchService
3
- } from "./chunk-N2V4IFX3.js";
3
+ } from "./chunk-7JQIHXLD.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-GVNIHXMX.js";
6
+ } from "./chunk-4SP4IRCQ.js";
7
7
  import {
8
8
  require_lib
9
- } from "./chunk-OJOHMVV7.js";
9
+ } from "./chunk-SBPFWO4S.js";
10
10
  import {
11
11
  __toESM,
12
12
  init_cjs_shims
13
- } from "./chunk-POZ5MGPT.js";
13
+ } from "./chunk-PKR7KJ6P.js";
14
14
 
15
15
  // src/cli/commands/search.ts
16
16
  init_cjs_shims();
@@ -45,4 +45,4 @@ var import_core = __toESM(require_lib(), 1), Search = class _Search extends base
45
45
  export {
46
46
  Search
47
47
  };
48
- //# sourceMappingURL=chunk-ECWFBV2F.js.map
48
+ //# sourceMappingURL=chunk-GLYEBL66.js.map
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  staticService
3
- } from "./chunk-RCRRAFH7.js";
3
+ } from "./chunk-X4N2QZOS.js";
4
4
  import {
5
5
  base_command_default
6
- } from "./chunk-GVNIHXMX.js";
6
+ } from "./chunk-4SP4IRCQ.js";
7
7
  import {
8
8
  init_cjs_shims
9
- } from "./chunk-POZ5MGPT.js";
9
+ } from "./chunk-PKR7KJ6P.js";
10
10
 
11
11
  // src/cli/commands/kitchen-sink/static.ts
12
12
  init_cjs_shims();
@@ -25,4 +25,4 @@ var KitchenSinkStatic = class extends base_command_default {
25
25
  export {
26
26
  KitchenSinkStatic
27
27
  };
28
- //# sourceMappingURL=chunk-E37RRDIH.js.map
28
+ //# sourceMappingURL=chunk-HIQDOFZI.js.map