@shopify/create-app 3.72.2 → 3.73.0

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 (46) hide show
  1. package/dist/{chokidar-OESTCX4H.js → chokidar-5LLC6S6D.js} +47 -90
  2. package/dist/{chunk-VSLR7ET4.js → chunk-25IMI7TH.js} +8 -46
  3. package/dist/{chunk-44TM5IPK.js → chunk-2KUKSPXE.js} +38 -67
  4. package/dist/{chunk-NYQZZU5H.js → chunk-32ADIPRM.js} +1404 -1995
  5. package/dist/{chunk-NCKQIOV4.js → chunk-3HBRMIPY.js} +28 -50
  6. package/dist/{chunk-XVNW332R.js → chunk-75LV6AQS.js} +6 -10
  7. package/dist/{chunk-CQGOPQQH.js → chunk-BOBYVF6Z.js} +298 -457
  8. package/dist/{chunk-NB4NLOEJ.js → chunk-BUFIEXZ5.js} +11 -20
  9. package/dist/{chunk-522OB3EU.js → chunk-CFIKVUNW.js} +2 -2
  10. package/dist/{chunk-KYB6A4PE.js → chunk-CRHXI6PS.js} +13 -23
  11. package/dist/{chunk-76IKKNIT.js → chunk-ESJZHEJV.js} +172 -126
  12. package/dist/{chunk-6WYZ3SZB.js → chunk-EZFQXNK5.js} +3 -3
  13. package/dist/{chunk-7MR36YRL.js → chunk-FCVEYEXQ.js} +80 -114
  14. package/dist/{chunk-UBB7JKND.js → chunk-G2ZZKGSV.js} +2 -2
  15. package/dist/{chunk-SNOECVP4.js → chunk-OAZFIMJ3.js} +2 -2
  16. package/dist/{chunk-5QRI42QY.js → chunk-PGIQSURY.js} +39 -66
  17. package/dist/{chunk-POZ5MGPT.js → chunk-PKR7KJ6P.js} +2 -3
  18. package/dist/{chunk-6EBCZH5K.js → chunk-RQFIH5UJ.js} +17 -20
  19. package/dist/{chunk-O5K4AU7Q.js → chunk-SHWOPMLQ.js} +3 -4
  20. package/dist/{chunk-ZBFY4XQE.js → chunk-SXEU7RMP.js} +4 -4
  21. package/dist/{chunk-PMUQTGZJ.js → chunk-X7YTIMNN.js} +4 -6
  22. package/dist/{chunk-7F4XFNYI.js → chunk-Z2K6T5HO.js} +29 -34
  23. package/dist/{custom-oclif-loader-HIY3GAUH.js → custom-oclif-loader-XEKDTAWW.js} +12 -12
  24. package/dist/{del-2FOJ63S7.js → del-WGII2Y5S.js} +8 -8
  25. package/dist/{devtools-KYKGATNX.js → devtools-K7FXBBFZ.js} +3 -3
  26. package/dist/error-handler-5R6VHH3O.js +31 -0
  27. package/dist/hooks/postrun.js +15 -15
  28. package/dist/hooks/prerun.js +15 -15
  29. package/dist/{http-proxy-GGTVQ6CU.js → http-proxy-FXWKYHZ3.js} +14 -24
  30. package/dist/index.js +6735 -6727
  31. package/dist/index.test.js +64 -86
  32. package/dist/lib-CKTRCGTR.js +11 -0
  33. package/dist/{local-KJ4JZFN6.js → local-RZ6SWPQL.js} +12 -12
  34. package/dist/{magic-string.es-3RXPUXZF.js → magic-string.es-PJMYOE6F.js} +49 -96
  35. package/dist/{multipart-parser-QKUAJJP5.js → multipart-parser-WSNBP656.js} +8 -7
  36. package/dist/{node-package-manager-53URJXW6.js → node-package-manager-ZXZ6WUOK.js} +15 -13
  37. package/dist/{open-MZGVNFZO.js → open-BHIF7E3E.js} +3 -3
  38. package/dist/out-JR4DWQ2G.js +7 -0
  39. package/dist/{path-3RNJ32DF.js → path-AAVNXP24.js} +3 -3
  40. package/dist/tsconfig.tsbuildinfo +1 -1
  41. package/dist/{ui-3EX7RFZH.js → ui-AIFW6J5L.js} +12 -12
  42. package/oclif.manifest.json +1 -1
  43. package/package.json +4 -4
  44. package/dist/error-handler-JK453YDL.js +0 -31
  45. package/dist/lib-EGJUAXU5.js +0 -11
  46. package/dist/out-MHEKZJWS.js +0 -7
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  require_once,
3
3
  require_wrappy
4
- } from "./chunk-O5K4AU7Q.js";
4
+ } from "./chunk-SHWOPMLQ.js";
5
5
  import {
6
6
  require_balanced_match
7
- } from "./chunk-6WYZ3SZB.js";
7
+ } from "./chunk-EZFQXNK5.js";
8
8
  import {
9
9
  __commonJS,
10
10
  __require,
11
11
  init_cjs_shims
12
- } from "./chunk-POZ5MGPT.js";
12
+ } from "./chunk-PKR7KJ6P.js";
13
13
 
14
14
  // ../../node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/old.js
15
15
  var require_old = __commonJS({
@@ -88,8 +88,7 @@ var require_old = __commonJS({
88
88
  function start() {
89
89
  var m = splitRootRe.exec(p);
90
90
  pos = m[0].length, current = m[0], base = m[0], previous = "", isWindows && !knownHard[base] ? fs.lstat(base, function(err) {
91
- if (err)
92
- return cb(err);
91
+ if (err) return cb(err);
93
92
  knownHard[base] = !0, LOOP();
94
93
  }) : process.nextTick(LOOP);
95
94
  }
@@ -101,8 +100,7 @@ var require_old = __commonJS({
101
100
  return previous = current, current += result[0], base = previous + result[1], pos = nextPartRe.lastIndex, knownHard[base] || cache && cache[base] === base ? process.nextTick(LOOP) : cache && Object.prototype.hasOwnProperty.call(cache, base) ? gotResolvedLink(cache[base]) : fs.lstat(base, gotStat);
102
101
  }
103
102
  function gotStat(err, stat) {
104
- if (err)
105
- return cb(err);
103
+ if (err) return cb(err);
106
104
  if (!stat.isSymbolicLink())
107
105
  return knownHard[base] = !0, cache && (cache[base] = base), process.nextTick(LOOP);
108
106
  if (!isWindows) {
@@ -111,16 +109,14 @@ var require_old = __commonJS({
111
109
  return gotTarget(null, seenLinks[id], base);
112
110
  }
113
111
  fs.stat(base, function(err2) {
114
- if (err2)
115
- return cb(err2);
112
+ if (err2) return cb(err2);
116
113
  fs.readlink(base, function(err3, target) {
117
114
  isWindows || (seenLinks[id] = target), gotTarget(err3, target);
118
115
  });
119
116
  });
120
117
  }
121
118
  function gotTarget(err, target, base2) {
122
- if (err)
123
- return cb(err);
119
+ if (err) return cb(err);
124
120
  var resolvedLink = pathModule.resolve(previous, target);
125
121
  cache && (cache[base2] = resolvedLink), gotResolvedLink(resolvedLink);
126
122
  }
@@ -233,8 +229,7 @@ var require_brace_expansion = __commonJS({
233
229
  }
234
230
  function expand(str, isTop) {
235
231
  var expansions = [], m = balanced("{", "}", str);
236
- if (!m || /\$$/.test(m.pre))
237
- return [str];
232
+ if (!m || /\$$/.test(m.pre)) return [str];
238
233
  var isNumericSequence = /^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(m.body), isAlphaSequence = /^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(m.body), isSequence = isNumericSequence || isAlphaSequence, isOptions = m.body.indexOf(",") >= 0;
239
234
  if (!isSequence && !isOptions)
240
235
  return m.post.match(/,.*\}/) ? (str = m.pre + "{" + m.body + escClose + m.post, expand(str)) : [str];
@@ -413,8 +408,7 @@ var require_minimatch = __commonJS({
413
408
  pattern = "*";
414
409
  else
415
410
  return GLOBSTAR;
416
- if (pattern === "")
417
- return "";
411
+ if (pattern === "") return "";
418
412
  var re = "", hasMagic = !!options.nocase, escaping = !1, patternListStack = [], negativeLists = [], stateChar, inClass = !1, reClassStart = -1, classStart = -1, patternStart = pattern.charAt(0) === "." ? "" : options.dot ? "(?!(?:^|\\/)\\.{1,2}(?:$|\\/))" : "(?!\\.)", self = this;
419
413
  function clearStateChar() {
420
414
  if (stateChar) {
@@ -438,11 +432,14 @@ var require_minimatch = __commonJS({
438
432
  continue;
439
433
  }
440
434
  switch (c) {
435
+ /* istanbul ignore next */
441
436
  case "/":
442
437
  return !1;
443
438
  case "\\":
444
439
  clearStateChar(), escaping = !0;
445
440
  continue;
441
+ // the various stateChar values
442
+ // for the "extglob" stuff.
446
443
  case "?":
447
444
  case "*":
448
445
  case "+":
@@ -487,6 +484,7 @@ var require_minimatch = __commonJS({
487
484
  }
488
485
  clearStateChar(), re += "|";
489
486
  continue;
487
+ // these are mostly the same in regexp and glob
490
488
  case "[":
491
489
  if (clearStateChar(), inClass) {
492
490
  re += "\\" + c;
@@ -559,8 +557,7 @@ var require_minimatch = __commonJS({
559
557
  };
560
558
  Minimatch.prototype.makeRe = makeRe;
561
559
  function makeRe() {
562
- if (this.regexp || this.regexp === !1)
563
- return this.regexp;
560
+ if (this.regexp || this.regexp === !1) return this.regexp;
564
561
  var set = this.set;
565
562
  if (!set.length)
566
563
  return this.regexp = !1, this.regexp;
@@ -585,12 +582,9 @@ var require_minimatch = __commonJS({
585
582
  }), mm.options.nonull && !list.length && list.push(pattern), list;
586
583
  };
587
584
  Minimatch.prototype.match = function(f, partial) {
588
- if (typeof partial > "u" && (partial = this.partial), this.debug("match", f, this.pattern), this.comment)
589
- return !1;
590
- if (this.empty)
591
- return f === "";
592
- if (f === "/" && partial)
593
- return !0;
585
+ if (typeof partial > "u" && (partial = this.partial), this.debug("match", f, this.pattern), this.comment) return !1;
586
+ if (this.empty) return f === "";
587
+ if (f === "/" && partial) return !0;
594
588
  var options = this.options;
595
589
  path.sep !== "/" && (f = f.split(path.sep).join("/")), f = f.split(slashSplit), this.debug(this.pattern, "split", f);
596
590
  var set = this.set;
@@ -616,15 +610,13 @@ var require_minimatch = __commonJS({
616
610
  for (var fi = 0, pi = 0, fl = file.length, pl = pattern.length; fi < fl && pi < pl; fi++, pi++) {
617
611
  this.debug("matchOne loop");
618
612
  var p = pattern[pi], f = file[fi];
619
- if (this.debug(pattern, p, f), p === !1)
620
- return !1;
613
+ if (this.debug(pattern, p, f), p === !1) return !1;
621
614
  if (p === GLOBSTAR) {
622
615
  this.debug("GLOBSTAR", [pattern, p, f]);
623
616
  var fr = fi, pr = pi + 1;
624
617
  if (pr === pl) {
625
618
  for (this.debug("** at the end"); fi < fl; fi++)
626
- if (file[fi] === "." || file[fi] === ".." || !options.dot && file[fi].charAt(0) === ".")
627
- return !1;
619
+ if (file[fi] === "." || file[fi] === ".." || !options.dot && file[fi].charAt(0) === ".") return !1;
628
620
  return !0;
629
621
  }
630
622
  for (; fr < fl; ) {
@@ -642,8 +634,7 @@ globstar while`, file, fr, pattern, pr, swallowee), this.matchOne(file.slice(fr)
642
634
  >>> no match, partial?`, file, fr, pattern, pr), fr === fl));
643
635
  }
644
636
  var hit;
645
- if (typeof p == "string" ? (hit = f === p, this.debug("string match", p, f, hit)) : (hit = f.match(p), this.debug("pattern match", p, f, hit)), !hit)
646
- return !1;
637
+ if (typeof p == "string" ? (hit = f === p, this.debug("string match", p, f, hit)) : (hit = f.match(p), this.debug("pattern match", p, f, hit)), !hit) return !1;
647
638
  }
648
639
  if (fi === fl && pi === pl)
649
640
  return !0;
@@ -691,8 +682,7 @@ var require_inherits = __commonJS({
691
682
  "../../node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits.js"(exports, module) {
692
683
  init_cjs_shims();
693
684
  try {
694
- if (util = __require("util"), typeof util.inherits != "function")
695
- throw "";
685
+ if (util = __require("util"), typeof util.inherits != "function") throw "";
696
686
  module.exports = util.inherits;
697
687
  } catch {
698
688
  module.exports = require_inherits_browser();
@@ -871,6 +861,7 @@ See: https://github.com/isaacs/node-glob/issues/167`);
871
861
  n++;
872
862
  var prefix;
873
863
  switch (n) {
864
+ // if not, then this is rather simple
874
865
  case pattern.length:
875
866
  this._processSimple(pattern.join("/"), index);
876
867
  return;
@@ -973,6 +964,7 @@ See: https://github.com/isaacs/node-glob/issues/167`);
973
964
  GlobSync.prototype._readdirError = function(f, er) {
974
965
  switch (er.code) {
975
966
  case "ENOTSUP":
967
+ // https://github.com/isaacs/node-glob/issues/205
976
968
  case "ENOTDIR":
977
969
  var abs = this._makeAbs(f);
978
970
  if (this.cache[abs] = "FILE", abs === this.cwdAbs) {
@@ -981,6 +973,7 @@ See: https://github.com/isaacs/node-glob/issues/167`);
981
973
  }
982
974
  break;
983
975
  case "ENOENT":
976
+ // not terribly unusual
984
977
  case "ELOOP":
985
978
  case "ENAMETOOLONG":
986
979
  case "UNKNOWN":
@@ -1086,8 +1079,7 @@ var require_inflight = __commonJS({
1086
1079
  });
1087
1080
  }
1088
1081
  function slice(args) {
1089
- for (var length = args.length, array = [], i = 0; i < length; i++)
1090
- array[i] = args[i];
1082
+ for (var length = args.length, array = [], i = 0; i < length; i++) array[i] = args[i];
1091
1083
  return array;
1092
1084
  }
1093
1085
  }
@@ -1235,6 +1227,7 @@ var require_glob = __commonJS({
1235
1227
  n++;
1236
1228
  var prefix;
1237
1229
  switch (n) {
1230
+ // if not, then this is rather simple
1238
1231
  case pattern.length:
1239
1232
  this._processSimple(pattern.join("/"), index, cb);
1240
1233
  return;
@@ -1357,6 +1350,7 @@ var require_glob = __commonJS({
1357
1350
  if (!this.aborted) {
1358
1351
  switch (er.code) {
1359
1352
  case "ENOTSUP":
1353
+ // https://github.com/isaacs/node-glob/issues/205
1360
1354
  case "ENOTDIR":
1361
1355
  var abs = this._makeAbs(f);
1362
1356
  if (this.cache[abs] = "FILE", abs === this.cwdAbs) {
@@ -1365,6 +1359,7 @@ var require_glob = __commonJS({
1365
1359
  }
1366
1360
  break;
1367
1361
  case "ENOENT":
1362
+ // not terribly unusual
1368
1363
  case "ELOOP":
1369
1364
  case "ENAMETOOLONG":
1370
1365
  case "UNKNOWN":
@@ -1463,4 +1458,4 @@ export {
1463
1458
  require_inflight,
1464
1459
  require_glob
1465
1460
  };
1466
- //# sourceMappingURL=chunk-7F4XFNYI.js.map
1461
+ //# sourceMappingURL=chunk-Z2K6T5HO.js.map
@@ -1,26 +1,26 @@
1
1
  import {
2
2
  execaSync,
3
3
  fileExistsSync
4
- } from "./chunk-NYQZZU5H.js";
4
+ } from "./chunk-32ADIPRM.js";
5
5
  import {
6
6
  require_lib
7
- } from "./chunk-CQGOPQQH.js";
8
- import "./chunk-SNOECVP4.js";
9
- import "./chunk-522OB3EU.js";
7
+ } from "./chunk-BOBYVF6Z.js";
8
+ import "./chunk-OAZFIMJ3.js";
9
+ import "./chunk-CFIKVUNW.js";
10
10
  import {
11
11
  cwd,
12
12
  joinPath,
13
13
  sniffForPath
14
- } from "./chunk-6EBCZH5K.js";
15
- import "./chunk-XVNW332R.js";
16
- import "./chunk-6WYZ3SZB.js";
17
- import "./chunk-KYB6A4PE.js";
18
- import "./chunk-NB4NLOEJ.js";
19
- import "./chunk-UBB7JKND.js";
14
+ } from "./chunk-RQFIH5UJ.js";
15
+ import "./chunk-75LV6AQS.js";
16
+ import "./chunk-EZFQXNK5.js";
17
+ import "./chunk-CRHXI6PS.js";
18
+ import "./chunk-BUFIEXZ5.js";
19
+ import "./chunk-G2ZZKGSV.js";
20
20
  import {
21
21
  __toESM,
22
22
  init_cjs_shims
23
- } from "./chunk-POZ5MGPT.js";
23
+ } from "./chunk-PKR7KJ6P.js";
24
24
 
25
25
  // ../cli-kit/dist/public/node/custom-oclif-loader.js
26
26
  init_cjs_shims();
@@ -43,4 +43,4 @@ var import_core = __toESM(require_lib(), 1), ShopifyConfig = class extends impor
43
43
  export {
44
44
  ShopifyConfig
45
45
  };
46
- //# sourceMappingURL=custom-oclif-loader-HIY3GAUH.js.map
46
+ //# sourceMappingURL=custom-oclif-loader-XEKDTAWW.js.map
@@ -1,24 +1,24 @@
1
1
  import {
2
2
  require_glob
3
- } from "./chunk-7F4XFNYI.js";
4
- import "./chunk-O5K4AU7Q.js";
3
+ } from "./chunk-Z2K6T5HO.js";
4
+ import "./chunk-SHWOPMLQ.js";
5
5
  import {
6
6
  require_graceful_fs
7
- } from "./chunk-XVNW332R.js";
7
+ } from "./chunk-75LV6AQS.js";
8
8
  import {
9
9
  require_globby,
10
10
  require_indent_string,
11
11
  require_slash
12
- } from "./chunk-6WYZ3SZB.js";
13
- import "./chunk-KYB6A4PE.js";
12
+ } from "./chunk-EZFQXNK5.js";
13
+ import "./chunk-CRHXI6PS.js";
14
14
  import {
15
15
  require_is_glob
16
- } from "./chunk-NB4NLOEJ.js";
16
+ } from "./chunk-BUFIEXZ5.js";
17
17
  import {
18
18
  __commonJS,
19
19
  __require,
20
20
  init_cjs_shims
21
- } from "./chunk-POZ5MGPT.js";
21
+ } from "./chunk-PKR7KJ6P.js";
22
22
 
23
23
  // ../../node_modules/.pnpm/is-path-cwd@2.2.0/node_modules/is-path-cwd/index.js
24
24
  var require_is_path_cwd = __commonJS({
@@ -371,4 +371,4 @@ var require_del = __commonJS({
371
371
  }
372
372
  });
373
373
  export default require_del();
374
- //# sourceMappingURL=del-2FOJ63S7.js.map
374
+ //# sourceMappingURL=del-WGII2Y5S.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  wrapper_default
3
- } from "./chunk-NCKQIOV4.js";
3
+ } from "./chunk-3HBRMIPY.js";
4
4
  import {
5
5
  init_cjs_shims
6
- } from "./chunk-POZ5MGPT.js";
6
+ } from "./chunk-PKR7KJ6P.js";
7
7
 
8
8
  // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/devtools.js
9
9
  init_cjs_shims();
@@ -69,4 +69,4 @@ customGlobal.window.__REACT_DEVTOOLS_COMPONENT_FILTERS__ = [
69
69
  // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/devtools.js
70
70
  import devtools from "react-devtools-core";
71
71
  devtools.connectToDevTools();
72
- //# sourceMappingURL=devtools-KYKGATNX.js.map
72
+ //# sourceMappingURL=devtools-K7FXBBFZ.js.map
@@ -0,0 +1,31 @@
1
+ import {
2
+ addBugsnagMetadata,
3
+ cleanStackFrameFilePath,
4
+ errorHandler,
5
+ registerCleanBugsnagErrorsFromWithinPlugins,
6
+ sendErrorToBugsnag
7
+ } from "./chunk-2KUKSPXE.js";
8
+ import "./chunk-PGIQSURY.js";
9
+ import "./chunk-ESJZHEJV.js";
10
+ import "./chunk-25IMI7TH.js";
11
+ import "./chunk-FCVEYEXQ.js";
12
+ import "./chunk-32ADIPRM.js";
13
+ import "./chunk-BOBYVF6Z.js";
14
+ import "./chunk-OAZFIMJ3.js";
15
+ import "./chunk-CFIKVUNW.js";
16
+ import "./chunk-RQFIH5UJ.js";
17
+ import "./chunk-SHWOPMLQ.js";
18
+ import "./chunk-75LV6AQS.js";
19
+ import "./chunk-EZFQXNK5.js";
20
+ import "./chunk-CRHXI6PS.js";
21
+ import "./chunk-BUFIEXZ5.js";
22
+ import "./chunk-G2ZZKGSV.js";
23
+ import "./chunk-PKR7KJ6P.js";
24
+ export {
25
+ addBugsnagMetadata,
26
+ cleanStackFrameFilePath,
27
+ errorHandler,
28
+ registerCleanBugsnagErrorsFromWithinPlugins,
29
+ sendErrorToBugsnag
30
+ };
31
+ //# sourceMappingURL=error-handler-5R6VHH3O.js.map
@@ -1,29 +1,29 @@
1
1
  import {
2
2
  reportAnalyticsEvent
3
- } from "../chunk-5QRI42QY.js";
3
+ } from "../chunk-PGIQSURY.js";
4
4
  import {
5
5
  getNextDeprecationDate
6
- } from "../chunk-76IKKNIT.js";
7
- import "../chunk-VSLR7ET4.js";
8
- import "../chunk-7MR36YRL.js";
6
+ } from "../chunk-ESJZHEJV.js";
7
+ import "../chunk-25IMI7TH.js";
8
+ import "../chunk-FCVEYEXQ.js";
9
9
  import {
10
10
  addSensitiveMetadata,
11
11
  getAllSensitiveMetadata,
12
12
  outputDebug,
13
13
  renderWarning
14
- } from "../chunk-NYQZZU5H.js";
15
- import "../chunk-CQGOPQQH.js";
16
- import "../chunk-SNOECVP4.js";
17
- import "../chunk-522OB3EU.js";
18
- import "../chunk-6EBCZH5K.js";
19
- import "../chunk-XVNW332R.js";
20
- import "../chunk-6WYZ3SZB.js";
21
- import "../chunk-KYB6A4PE.js";
22
- import "../chunk-NB4NLOEJ.js";
23
- import "../chunk-UBB7JKND.js";
14
+ } from "../chunk-32ADIPRM.js";
15
+ import "../chunk-BOBYVF6Z.js";
16
+ import "../chunk-OAZFIMJ3.js";
17
+ import "../chunk-CFIKVUNW.js";
18
+ import "../chunk-RQFIH5UJ.js";
19
+ import "../chunk-75LV6AQS.js";
20
+ import "../chunk-EZFQXNK5.js";
21
+ import "../chunk-CRHXI6PS.js";
22
+ import "../chunk-BUFIEXZ5.js";
23
+ import "../chunk-G2ZZKGSV.js";
24
24
  import {
25
25
  init_cjs_shims
26
- } from "../chunk-POZ5MGPT.js";
26
+ } from "../chunk-PKR7KJ6P.js";
27
27
 
28
28
  // src/hooks/postrun.ts
29
29
  init_cjs_shims();
@@ -1,32 +1,32 @@
1
1
  import {
2
2
  getOutputUpdateCLIReminder
3
- } from "../chunk-ZBFY4XQE.js";
3
+ } from "../chunk-SXEU7RMP.js";
4
4
  import {
5
5
  CLI_KIT_VERSION,
6
6
  startAnalytics
7
- } from "../chunk-76IKKNIT.js";
8
- import "../chunk-VSLR7ET4.js";
7
+ } from "../chunk-ESJZHEJV.js";
8
+ import "../chunk-25IMI7TH.js";
9
9
  import {
10
10
  checkForCachedNewVersion,
11
11
  checkForNewVersion,
12
12
  runAtMinimumInterval
13
- } from "../chunk-7MR36YRL.js";
13
+ } from "../chunk-FCVEYEXQ.js";
14
14
  import {
15
15
  outputDebug,
16
16
  outputWarn
17
- } from "../chunk-NYQZZU5H.js";
18
- import "../chunk-CQGOPQQH.js";
19
- import "../chunk-SNOECVP4.js";
20
- import "../chunk-522OB3EU.js";
21
- import "../chunk-6EBCZH5K.js";
22
- import "../chunk-XVNW332R.js";
23
- import "../chunk-6WYZ3SZB.js";
24
- import "../chunk-KYB6A4PE.js";
25
- import "../chunk-NB4NLOEJ.js";
26
- import "../chunk-UBB7JKND.js";
17
+ } from "../chunk-32ADIPRM.js";
18
+ import "../chunk-BOBYVF6Z.js";
19
+ import "../chunk-OAZFIMJ3.js";
20
+ import "../chunk-CFIKVUNW.js";
21
+ import "../chunk-RQFIH5UJ.js";
22
+ import "../chunk-75LV6AQS.js";
23
+ import "../chunk-EZFQXNK5.js";
24
+ import "../chunk-CRHXI6PS.js";
25
+ import "../chunk-BUFIEXZ5.js";
26
+ import "../chunk-G2ZZKGSV.js";
27
27
  import {
28
28
  init_cjs_shims
29
- } from "../chunk-POZ5MGPT.js";
29
+ } from "../chunk-PKR7KJ6P.js";
30
30
 
31
31
  // src/hooks/prerun.ts
32
32
  init_cjs_shims();
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  require_src
3
- } from "./chunk-SNOECVP4.js";
3
+ } from "./chunk-OAZFIMJ3.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/eventemitter3@4.0.7/node_modules/eventemitter3/index.js
11
11
  var require_eventemitter3 = __commonJS({
@@ -33,18 +33,15 @@ var require_eventemitter3 = __commonJS({
33
33
  }
34
34
  EventEmitter.prototype.eventNames = function() {
35
35
  var names = [], events, name;
36
- if (this._eventsCount === 0)
37
- return names;
36
+ if (this._eventsCount === 0) return names;
38
37
  for (name in events = this._events)
39
38
  has.call(events, name) && names.push(prefix ? name.slice(1) : name);
40
39
  return Object.getOwnPropertySymbols ? names.concat(Object.getOwnPropertySymbols(events)) : names;
41
40
  };
42
41
  EventEmitter.prototype.listeners = function(event) {
43
42
  var evt = prefix ? prefix + event : event, handlers = this._events[evt];
44
- if (!handlers)
45
- return [];
46
- if (handlers.fn)
47
- return [handlers.fn];
43
+ if (!handlers) return [];
44
+ if (handlers.fn) return [handlers.fn];
48
45
  for (var i = 0, l = handlers.length, ee = new Array(l); i < l; i++)
49
46
  ee[i] = handlers[i].fn;
50
47
  return ee;
@@ -55,8 +52,7 @@ var require_eventemitter3 = __commonJS({
55
52
  };
56
53
  EventEmitter.prototype.emit = function(event, a1, a2, a3, a4, a5) {
57
54
  var evt = prefix ? prefix + event : event;
58
- if (!this._events[evt])
59
- return !1;
55
+ if (!this._events[evt]) return !1;
60
56
  var listeners = this._events[evt], len = arguments.length, args, i;
61
57
  if (listeners.fn) {
62
58
  switch (listeners.once && this.removeListener(event, listeners.fn, void 0, !0), len) {
@@ -93,9 +89,8 @@ var require_eventemitter3 = __commonJS({
93
89
  listeners[i].fn.call(listeners[i].context, a1, a2, a3);
94
90
  break;
95
91
  default:
96
- if (!args)
97
- for (j = 1, args = new Array(len - 1); j < len; j++)
98
- args[j - 1] = arguments[j];
92
+ if (!args) for (j = 1, args = new Array(len - 1); j < len; j++)
93
+ args[j - 1] = arguments[j];
99
94
  listeners[i].fn.apply(listeners[i].context, args);
100
95
  }
101
96
  }
@@ -109,8 +104,7 @@ var require_eventemitter3 = __commonJS({
109
104
  };
110
105
  EventEmitter.prototype.removeListener = function(event, fn, context, once) {
111
106
  var evt = prefix ? prefix + event : event;
112
- if (!this._events[evt])
113
- return this;
107
+ if (!this._events[evt]) return this;
114
108
  if (!fn)
115
109
  return clearEvent(this, evt), this;
116
110
  var listeners = this._events[evt];
@@ -141,8 +135,7 @@ var require_requires_port = __commonJS({
141
135
  "use strict";
142
136
  init_cjs_shims();
143
137
  module.exports = function(port, protocol) {
144
- if (protocol = protocol.split(":")[0], port = +port, !port)
145
- return !1;
138
+ if (protocol = protocol.split(":")[0], port = +port, !port) return !1;
146
139
  switch (protocol) {
147
140
  case "http":
148
141
  case "ws":
@@ -480,8 +473,7 @@ var require_follow_redirects = __commonJS({
480
473
  else if (i < buffers.length) {
481
474
  var buffer = buffers[i++];
482
475
  request.finished || request.write(buffer.data, buffer.encoding, writeNext);
483
- } else
484
- self._ended && request.end();
476
+ } else self._ended && request.end();
485
477
  })();
486
478
  }
487
479
  };
@@ -869,8 +861,7 @@ var require_http_proxy = __commonJS({
869
861
  var passes = type === "ws" ? this.wsPasses : this.webPasses, i = !1;
870
862
  if (passes.forEach(function(v, idx) {
871
863
  v.name === passName && (i = idx);
872
- }), i === !1)
873
- throw new Error("No such pass");
864
+ }), i === !1) throw new Error("No such pass");
874
865
  passes.splice(i, 0, callback);
875
866
  };
876
867
  ProxyServer.prototype.after = function(type, passName, callback) {
@@ -879,8 +870,7 @@ var require_http_proxy = __commonJS({
879
870
  var passes = type === "ws" ? this.wsPasses : this.webPasses, i = !1;
880
871
  if (passes.forEach(function(v, idx) {
881
872
  v.name === passName && (i = idx);
882
- }), i === !1)
883
- throw new Error("No such pass");
873
+ }), i === !1) throw new Error("No such pass");
884
874
  passes.splice(i++, 0, callback);
885
875
  };
886
876
  }
@@ -951,4 +941,4 @@ http-proxy/index.js:
951
941
  * Dante - The Divine Comedy (Canto III)
952
942
  *)
953
943
  */
954
- //# sourceMappingURL=http-proxy-GGTVQ6CU.js.map
944
+ //# sourceMappingURL=http-proxy-FXWKYHZ3.js.map