create-vue 3.0.0-beta.3 → 3.0.0-beta.7

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 (25) hide show
  1. package/outfile.cjs +163 -144
  2. package/package.json +6 -7
  3. package/template/base/package.json +4 -6
  4. package/template/base/vite.config.js +3 -1
  5. package/template/code/default/src/App.vue +2 -2
  6. package/template/code/default/src/components/{Welcome.vue → TheWelcome.vue} +0 -0
  7. package/template/code/router/src/App.vue +8 -8
  8. package/template/code/router/src/components/{Welcome.vue → TheWelcome.vue} +0 -0
  9. package/template/code/router/src/router/index.js +16 -18
  10. package/template/code/router/src/views/{About.vue → AboutView.vue} +0 -0
  11. package/template/code/router/src/views/{Home.vue → HomeView.vue} +2 -2
  12. package/template/code/typescript-default/src/App.vue +2 -2
  13. package/template/code/typescript-default/src/components/{Welcome.vue → TheWelcome.vue} +0 -0
  14. package/template/code/typescript-router/src/App.vue +8 -8
  15. package/template/code/typescript-router/src/components/{Welcome.vue → TheWelcome.vue} +0 -0
  16. package/template/code/typescript-router/src/router/index.ts +16 -20
  17. package/template/code/typescript-router/src/views/{About.vue → AboutView.vue} +0 -0
  18. package/template/code/typescript-router/src/views/{Home.vue → HomeView.vue} +2 -2
  19. package/template/config/cypress/package.json +5 -5
  20. package/template/config/jsx/package.json +1 -1
  21. package/template/config/jsx/vite.config.js +3 -1
  22. package/template/config/router/package.json +1 -1
  23. package/template/config/typescript/package.json +2 -2
  24. package/template/config/typescript/tsconfig.json +1 -0
  25. package/index.js +0 -316
package/outfile.cjs CHANGED
@@ -6,10 +6,7 @@ var __getOwnPropNames = Object.getOwnPropertyNames;
6
6
  var __getProtoOf = Object.getPrototypeOf;
7
7
  var __hasOwnProp = Object.prototype.hasOwnProperty;
8
8
  var __markAsModule = (target) => __defProp(target, "__esModule", { value: true });
9
- var __require = typeof require !== "undefined" ? require : (x) => {
10
- throw new Error('Dynamic require of "' + x + '" is not supported');
11
- };
12
- var __commonJS = (cb, mod) => function __require2() {
9
+ var __commonJS = (cb, mod) => function __require() {
13
10
  return mod || (0, cb[Object.keys(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
14
11
  };
15
12
  var __reExport = (target, module2, desc) => {
@@ -320,9 +317,9 @@ var require_kleur = __commonJS({
320
317
  }
321
318
  });
322
319
 
323
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/util/action.js
320
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/action.js
324
321
  var require_action = __commonJS({
325
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/util/action.js"(exports, module2) {
322
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/action.js"(exports, module2) {
326
323
  "use strict";
327
324
  module2.exports = (key, isSelect) => {
328
325
  if (key.meta && key.name !== "escape")
@@ -380,12 +377,12 @@ var require_action = __commonJS({
380
377
  }
381
378
  });
382
379
 
383
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/util/strip.js
380
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/strip.js
384
381
  var require_strip = __commonJS({
385
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/util/strip.js"(exports, module2) {
382
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/strip.js"(exports, module2) {
386
383
  "use strict";
387
384
  module2.exports = (str) => {
388
- const pattern = ["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:[a-zA-Z\\d]*(?:;[a-zA-Z\\d]*)*)?\\u0007)", "(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PRZcf-ntqry=><~]))"].join("|");
385
+ const pattern = ["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)", "(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PRZcf-ntqry=><~]))"].join("|");
389
386
  const RGX = new RegExp(pattern, "g");
390
387
  return typeof str === "string" ? str.replace(RGX, "") : str;
391
388
  };
@@ -453,13 +450,13 @@ var require_src = __commonJS({
453
450
  }
454
451
  });
455
452
 
456
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/util/clear.js
453
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/clear.js
457
454
  var require_clear = __commonJS({
458
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/util/clear.js"(exports, module2) {
455
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/clear.js"(exports, module2) {
459
456
  "use strict";
460
457
  function _createForOfIteratorHelper(o, allowArrayLike) {
461
- var it;
462
- if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) {
458
+ var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
459
+ if (!it) {
463
460
  if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {
464
461
  if (it)
465
462
  o = it;
@@ -478,7 +475,7 @@ var require_clear = __commonJS({
478
475
  }
479
476
  var normalCompletion = true, didErr = false, err;
480
477
  return { s: function s() {
481
- it = o[Symbol.iterator]();
478
+ it = it.call(o);
482
479
  }, n: function n() {
483
480
  var step = it.next();
484
481
  normalCompletion = step.done;
@@ -542,9 +539,9 @@ var require_clear = __commonJS({
542
539
  }
543
540
  });
544
541
 
545
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/util/figures.js
542
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/figures.js
546
543
  var require_figures = __commonJS({
547
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/util/figures.js"(exports, module2) {
544
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/figures.js"(exports, module2) {
548
545
  "use strict";
549
546
  var main = {
550
547
  arrowUp: "\u2191",
@@ -579,9 +576,9 @@ var require_figures = __commonJS({
579
576
  }
580
577
  });
581
578
 
582
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/util/style.js
579
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/style.js
583
580
  var require_style = __commonJS({
584
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/util/style.js"(exports, module2) {
581
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/style.js"(exports, module2) {
585
582
  "use strict";
586
583
  var c = require_kleur();
587
584
  var figures = require_figures();
@@ -624,9 +621,9 @@ var require_style = __commonJS({
624
621
  }
625
622
  });
626
623
 
627
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/util/lines.js
624
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/lines.js
628
625
  var require_lines = __commonJS({
629
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/util/lines.js"(exports, module2) {
626
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/lines.js"(exports, module2) {
630
627
  "use strict";
631
628
  var strip = require_strip();
632
629
  module2.exports = function(msg, perLine) {
@@ -638,9 +635,9 @@ var require_lines = __commonJS({
638
635
  }
639
636
  });
640
637
 
641
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/util/wrap.js
638
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/wrap.js
642
639
  var require_wrap = __commonJS({
643
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/util/wrap.js"(exports, module2) {
640
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/wrap.js"(exports, module2) {
644
641
  "use strict";
645
642
  module2.exports = (msg, opts = {}) => {
646
643
  const tab = Number.isSafeInteger(parseInt(opts.margin)) ? new Array(parseInt(opts.margin)).fill(" ").join("") : opts.margin || "";
@@ -656,9 +653,9 @@ var require_wrap = __commonJS({
656
653
  }
657
654
  });
658
655
 
659
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/util/entriesToDisplay.js
656
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/entriesToDisplay.js
660
657
  var require_entriesToDisplay = __commonJS({
661
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/util/entriesToDisplay.js"(exports, module2) {
658
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/entriesToDisplay.js"(exports, module2) {
662
659
  "use strict";
663
660
  module2.exports = (cursor, total, maxVisible) => {
664
661
  maxVisible = maxVisible || total;
@@ -674,9 +671,9 @@ var require_entriesToDisplay = __commonJS({
674
671
  }
675
672
  });
676
673
 
677
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/util/index.js
674
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/index.js
678
675
  var require_util = __commonJS({
679
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/util/index.js"(exports, module2) {
676
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/index.js"(exports, module2) {
680
677
  "use strict";
681
678
  module2.exports = {
682
679
  action: require_action(),
@@ -691,9 +688,9 @@ var require_util = __commonJS({
691
688
  }
692
689
  });
693
690
 
694
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/elements/prompt.js
691
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/prompt.js
695
692
  var require_prompt = __commonJS({
696
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/elements/prompt.js"(exports, module2) {
693
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/prompt.js"(exports, module2) {
697
694
  "use strict";
698
695
  var readline = require("readline");
699
696
  var _require = require_util();
@@ -759,9 +756,9 @@ var require_prompt = __commonJS({
759
756
  }
760
757
  });
761
758
 
762
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/elements/text.js
759
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/text.js
763
760
  var require_text = __commonJS({
764
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/elements/text.js"(exports, module2) {
761
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/text.js"(exports, module2) {
765
762
  "use strict";
766
763
  function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
767
764
  try {
@@ -983,9 +980,9 @@ ${i ? " " : figures.pointerSmall} ${color.red().italic(l)}`, ``);
983
980
  }
984
981
  });
985
982
 
986
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/elements/select.js
983
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/select.js
987
984
  var require_select = __commonJS({
988
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/elements/select.js"(exports, module2) {
985
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/select.js"(exports, module2) {
989
986
  "use strict";
990
987
  var color = require_kleur();
991
988
  var Prompt = require_prompt();
@@ -1137,9 +1134,9 @@ var require_select = __commonJS({
1137
1134
  }
1138
1135
  });
1139
1136
 
1140
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/elements/toggle.js
1137
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/toggle.js
1141
1138
  var require_toggle = __commonJS({
1142
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/elements/toggle.js"(exports, module2) {
1139
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/toggle.js"(exports, module2) {
1143
1140
  "use strict";
1144
1141
  var color = require_kleur();
1145
1142
  var Prompt = require_prompt();
@@ -1241,9 +1238,9 @@ var require_toggle = __commonJS({
1241
1238
  }
1242
1239
  });
1243
1240
 
1244
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/dateparts/datepart.js
1241
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/datepart.js
1245
1242
  var require_datepart = __commonJS({
1246
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/dateparts/datepart.js"(exports, module2) {
1243
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/datepart.js"(exports, module2) {
1247
1244
  "use strict";
1248
1245
  var DatePart = class {
1249
1246
  constructor({
@@ -1280,9 +1277,9 @@ var require_datepart = __commonJS({
1280
1277
  }
1281
1278
  });
1282
1279
 
1283
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/dateparts/meridiem.js
1280
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/meridiem.js
1284
1281
  var require_meridiem = __commonJS({
1285
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/dateparts/meridiem.js"(exports, module2) {
1282
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/meridiem.js"(exports, module2) {
1286
1283
  "use strict";
1287
1284
  var DatePart = require_datepart();
1288
1285
  var Meridiem = class extends DatePart {
@@ -1304,9 +1301,9 @@ var require_meridiem = __commonJS({
1304
1301
  }
1305
1302
  });
1306
1303
 
1307
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/dateparts/day.js
1304
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/day.js
1308
1305
  var require_day = __commonJS({
1309
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/dateparts/day.js"(exports, module2) {
1306
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/day.js"(exports, module2) {
1310
1307
  "use strict";
1311
1308
  var DatePart = require_datepart();
1312
1309
  var pos = (n) => {
@@ -1336,9 +1333,9 @@ var require_day = __commonJS({
1336
1333
  }
1337
1334
  });
1338
1335
 
1339
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/dateparts/hours.js
1336
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/hours.js
1340
1337
  var require_hours = __commonJS({
1341
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/dateparts/hours.js"(exports, module2) {
1338
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/hours.js"(exports, module2) {
1342
1339
  "use strict";
1343
1340
  var DatePart = require_datepart();
1344
1341
  var Hours = class extends DatePart {
@@ -1365,9 +1362,9 @@ var require_hours = __commonJS({
1365
1362
  }
1366
1363
  });
1367
1364
 
1368
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/dateparts/milliseconds.js
1365
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/milliseconds.js
1369
1366
  var require_milliseconds = __commonJS({
1370
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/dateparts/milliseconds.js"(exports, module2) {
1367
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/milliseconds.js"(exports, module2) {
1371
1368
  "use strict";
1372
1369
  var DatePart = require_datepart();
1373
1370
  var Milliseconds = class extends DatePart {
@@ -1391,9 +1388,9 @@ var require_milliseconds = __commonJS({
1391
1388
  }
1392
1389
  });
1393
1390
 
1394
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/dateparts/minutes.js
1391
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/minutes.js
1395
1392
  var require_minutes = __commonJS({
1396
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/dateparts/minutes.js"(exports, module2) {
1393
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/minutes.js"(exports, module2) {
1397
1394
  "use strict";
1398
1395
  var DatePart = require_datepart();
1399
1396
  var Minutes = class extends DatePart {
@@ -1418,9 +1415,9 @@ var require_minutes = __commonJS({
1418
1415
  }
1419
1416
  });
1420
1417
 
1421
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/dateparts/month.js
1418
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/month.js
1422
1419
  var require_month = __commonJS({
1423
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/dateparts/month.js"(exports, module2) {
1420
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/month.js"(exports, module2) {
1424
1421
  "use strict";
1425
1422
  var DatePart = require_datepart();
1426
1423
  var Month = class extends DatePart {
@@ -1447,9 +1444,9 @@ var require_month = __commonJS({
1447
1444
  }
1448
1445
  });
1449
1446
 
1450
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/dateparts/seconds.js
1447
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/seconds.js
1451
1448
  var require_seconds = __commonJS({
1452
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/dateparts/seconds.js"(exports, module2) {
1449
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/seconds.js"(exports, module2) {
1453
1450
  "use strict";
1454
1451
  var DatePart = require_datepart();
1455
1452
  var Seconds = class extends DatePart {
@@ -1474,9 +1471,9 @@ var require_seconds = __commonJS({
1474
1471
  }
1475
1472
  });
1476
1473
 
1477
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/dateparts/year.js
1474
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/year.js
1478
1475
  var require_year = __commonJS({
1479
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/dateparts/year.js"(exports, module2) {
1476
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/year.js"(exports, module2) {
1480
1477
  "use strict";
1481
1478
  var DatePart = require_datepart();
1482
1479
  var Year = class extends DatePart {
@@ -1501,9 +1498,9 @@ var require_year = __commonJS({
1501
1498
  }
1502
1499
  });
1503
1500
 
1504
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/dateparts/index.js
1501
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/index.js
1505
1502
  var require_dateparts = __commonJS({
1506
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/dateparts/index.js"(exports, module2) {
1503
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/index.js"(exports, module2) {
1507
1504
  "use strict";
1508
1505
  module2.exports = {
1509
1506
  DatePart: require_datepart(),
@@ -1519,9 +1516,9 @@ var require_dateparts = __commonJS({
1519
1516
  }
1520
1517
  });
1521
1518
 
1522
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/elements/date.js
1519
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/date.js
1523
1520
  var require_date = __commonJS({
1524
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/elements/date.js"(exports, module2) {
1521
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/date.js"(exports, module2) {
1525
1522
  "use strict";
1526
1523
  function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
1527
1524
  try {
@@ -1745,9 +1742,9 @@ ${i ? ` ` : figures.pointerSmall} ${color.red().italic(l)}`, ``);
1745
1742
  }
1746
1743
  });
1747
1744
 
1748
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/elements/number.js
1745
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/number.js
1749
1746
  var require_number = __commonJS({
1750
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/elements/number.js"(exports, module2) {
1747
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/number.js"(exports, module2) {
1751
1748
  "use strict";
1752
1749
  function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
1753
1750
  try {
@@ -1970,9 +1967,9 @@ ${i ? ` ` : figures.pointerSmall} ${color.red().italic(l)}`, ``);
1970
1967
  }
1971
1968
  });
1972
1969
 
1973
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/elements/multiselect.js
1970
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/multiselect.js
1974
1971
  var require_multiselect = __commonJS({
1975
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/elements/multiselect.js"(exports, module2) {
1972
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/multiselect.js"(exports, module2) {
1976
1973
  "use strict";
1977
1974
  var color = require_kleur();
1978
1975
  var _require = require_src();
@@ -2203,9 +2200,9 @@ Instructions:
2203
2200
  }
2204
2201
  });
2205
2202
 
2206
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/elements/autocomplete.js
2203
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocomplete.js
2207
2204
  var require_autocomplete = __commonJS({
2208
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/elements/autocomplete.js"(exports, module2) {
2205
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocomplete.js"(exports, module2) {
2209
2206
  "use strict";
2210
2207
  function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
2211
2208
  try {
@@ -2471,9 +2468,9 @@ var require_autocomplete = __commonJS({
2471
2468
  }
2472
2469
  });
2473
2470
 
2474
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/elements/autocompleteMultiselect.js
2471
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocompleteMultiselect.js
2475
2472
  var require_autocompleteMultiselect = __commonJS({
2476
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/elements/autocompleteMultiselect.js"(exports, module2) {
2473
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocompleteMultiselect.js"(exports, module2) {
2477
2474
  "use strict";
2478
2475
  var color = require_kleur();
2479
2476
  var _require = require_src();
@@ -2635,9 +2632,9 @@ Filtered results for: ${this.inputValue ? this.inputValue : color.gray("Enter so
2635
2632
  }
2636
2633
  });
2637
2634
 
2638
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/elements/confirm.js
2635
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/confirm.js
2639
2636
  var require_confirm = __commonJS({
2640
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/elements/confirm.js"(exports, module2) {
2637
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/confirm.js"(exports, module2) {
2641
2638
  "use strict";
2642
2639
  var color = require_kleur();
2643
2640
  var Prompt = require_prompt();
@@ -2710,9 +2707,9 @@ var require_confirm = __commonJS({
2710
2707
  }
2711
2708
  });
2712
2709
 
2713
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/elements/index.js
2710
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/index.js
2714
2711
  var require_elements = __commonJS({
2715
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/elements/index.js"(exports, module2) {
2712
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/index.js"(exports, module2) {
2716
2713
  "use strict";
2717
2714
  module2.exports = {
2718
2715
  TextPrompt: require_text(),
@@ -2728,9 +2725,9 @@ var require_elements = __commonJS({
2728
2725
  }
2729
2726
  });
2730
2727
 
2731
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/prompts.js
2728
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/prompts.js
2732
2729
  var require_prompts = __commonJS({
2733
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/prompts.js"(exports) {
2730
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/prompts.js"(exports) {
2734
2731
  "use strict";
2735
2732
  var $ = exports;
2736
2733
  var el = require_elements();
@@ -2792,18 +2789,19 @@ var require_prompts = __commonJS({
2792
2789
  }
2793
2790
  });
2794
2791
 
2795
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/index.js
2792
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/index.js
2796
2793
  var require_dist = __commonJS({
2797
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/dist/index.js"(exports, module2) {
2794
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/index.js"(exports, module2) {
2798
2795
  "use strict";
2799
2796
  function ownKeys(object, enumerableOnly) {
2800
2797
  var keys = Object.keys(object);
2801
2798
  if (Object.getOwnPropertySymbols) {
2802
2799
  var symbols = Object.getOwnPropertySymbols(object);
2803
- if (enumerableOnly)
2800
+ if (enumerableOnly) {
2804
2801
  symbols = symbols.filter(function(sym) {
2805
2802
  return Object.getOwnPropertyDescriptor(object, sym).enumerable;
2806
2803
  });
2804
+ }
2807
2805
  keys.push.apply(keys, symbols);
2808
2806
  }
2809
2807
  return keys;
@@ -2834,8 +2832,8 @@ var require_dist = __commonJS({
2834
2832
  return obj;
2835
2833
  }
2836
2834
  function _createForOfIteratorHelper(o, allowArrayLike) {
2837
- var it;
2838
- if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) {
2835
+ var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
2836
+ if (!it) {
2839
2837
  if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {
2840
2838
  if (it)
2841
2839
  o = it;
@@ -2854,7 +2852,7 @@ var require_dist = __commonJS({
2854
2852
  }
2855
2853
  var normalCompletion = true, didErr = false, err;
2856
2854
  return { s: function s() {
2857
- it = o[Symbol.iterator]();
2855
+ it = it.call(o);
2858
2856
  }, n: function n() {
2859
2857
  var step = it.next();
2860
2858
  normalCompletion = step.done;
@@ -3025,9 +3023,9 @@ var require_dist = __commonJS({
3025
3023
  }
3026
3024
  });
3027
3025
 
3028
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/util/action.js
3026
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/action.js
3029
3027
  var require_action2 = __commonJS({
3030
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/util/action.js"(exports, module2) {
3028
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/action.js"(exports, module2) {
3031
3029
  "use strict";
3032
3030
  module2.exports = (key, isSelect) => {
3033
3031
  if (key.meta && key.name !== "escape")
@@ -3085,13 +3083,13 @@ var require_action2 = __commonJS({
3085
3083
  }
3086
3084
  });
3087
3085
 
3088
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/util/strip.js
3086
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/strip.js
3089
3087
  var require_strip2 = __commonJS({
3090
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/util/strip.js"(exports, module2) {
3088
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/strip.js"(exports, module2) {
3091
3089
  "use strict";
3092
3090
  module2.exports = (str) => {
3093
3091
  const pattern = [
3094
- "[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:[a-zA-Z\\d]*(?:;[a-zA-Z\\d]*)*)?\\u0007)",
3092
+ "[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)",
3095
3093
  "(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PRZcf-ntqry=><~]))"
3096
3094
  ].join("|");
3097
3095
  const RGX = new RegExp(pattern, "g");
@@ -3100,9 +3098,9 @@ var require_strip2 = __commonJS({
3100
3098
  }
3101
3099
  });
3102
3100
 
3103
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/util/clear.js
3101
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/clear.js
3104
3102
  var require_clear2 = __commonJS({
3105
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/util/clear.js"(exports, module2) {
3103
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/clear.js"(exports, module2) {
3106
3104
  "use strict";
3107
3105
  var strip = require_strip2();
3108
3106
  var { erase, cursor } = require_src();
@@ -3120,9 +3118,9 @@ var require_clear2 = __commonJS({
3120
3118
  }
3121
3119
  });
3122
3120
 
3123
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/util/figures.js
3121
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/figures.js
3124
3122
  var require_figures2 = __commonJS({
3125
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/util/figures.js"(exports, module2) {
3123
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/figures.js"(exports, module2) {
3126
3124
  "use strict";
3127
3125
  var main = {
3128
3126
  arrowUp: "\u2191",
@@ -3157,9 +3155,9 @@ var require_figures2 = __commonJS({
3157
3155
  }
3158
3156
  });
3159
3157
 
3160
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/util/style.js
3158
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/style.js
3161
3159
  var require_style2 = __commonJS({
3162
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/util/style.js"(exports, module2) {
3160
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/style.js"(exports, module2) {
3163
3161
  "use strict";
3164
3162
  var c = require_kleur();
3165
3163
  var figures = require_figures2();
@@ -3190,9 +3188,9 @@ var require_style2 = __commonJS({
3190
3188
  }
3191
3189
  });
3192
3190
 
3193
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/util/lines.js
3191
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/lines.js
3194
3192
  var require_lines2 = __commonJS({
3195
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/util/lines.js"(exports, module2) {
3193
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/lines.js"(exports, module2) {
3196
3194
  "use strict";
3197
3195
  var strip = require_strip2();
3198
3196
  module2.exports = function(msg, perLine) {
@@ -3204,9 +3202,9 @@ var require_lines2 = __commonJS({
3204
3202
  }
3205
3203
  });
3206
3204
 
3207
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/util/wrap.js
3205
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/wrap.js
3208
3206
  var require_wrap2 = __commonJS({
3209
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/util/wrap.js"(exports, module2) {
3207
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/wrap.js"(exports, module2) {
3210
3208
  "use strict";
3211
3209
  module2.exports = (msg, opts = {}) => {
3212
3210
  const tab = Number.isSafeInteger(parseInt(opts.margin)) ? new Array(parseInt(opts.margin)).fill(" ").join("") : opts.margin || "";
@@ -3222,9 +3220,9 @@ var require_wrap2 = __commonJS({
3222
3220
  }
3223
3221
  });
3224
3222
 
3225
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/util/entriesToDisplay.js
3223
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/entriesToDisplay.js
3226
3224
  var require_entriesToDisplay2 = __commonJS({
3227
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/util/entriesToDisplay.js"(exports, module2) {
3225
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/entriesToDisplay.js"(exports, module2) {
3228
3226
  "use strict";
3229
3227
  module2.exports = (cursor, total, maxVisible) => {
3230
3228
  maxVisible = maxVisible || total;
@@ -3237,9 +3235,9 @@ var require_entriesToDisplay2 = __commonJS({
3237
3235
  }
3238
3236
  });
3239
3237
 
3240
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/util/index.js
3238
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/index.js
3241
3239
  var require_util2 = __commonJS({
3242
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/util/index.js"(exports, module2) {
3240
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/index.js"(exports, module2) {
3243
3241
  "use strict";
3244
3242
  module2.exports = {
3245
3243
  action: require_action2(),
@@ -3254,9 +3252,9 @@ var require_util2 = __commonJS({
3254
3252
  }
3255
3253
  });
3256
3254
 
3257
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/elements/prompt.js
3255
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/prompt.js
3258
3256
  var require_prompt2 = __commonJS({
3259
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/elements/prompt.js"(exports, module2) {
3257
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/prompt.js"(exports, module2) {
3260
3258
  "use strict";
3261
3259
  var readline = require("readline");
3262
3260
  var { action } = require_util2();
@@ -3316,9 +3314,9 @@ var require_prompt2 = __commonJS({
3316
3314
  }
3317
3315
  });
3318
3316
 
3319
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/elements/text.js
3317
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/text.js
3320
3318
  var require_text2 = __commonJS({
3321
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/elements/text.js"(exports, module2) {
3319
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/text.js"(exports, module2) {
3322
3320
  var color = require_kleur();
3323
3321
  var Prompt = require_prompt2();
3324
3322
  var { erase, cursor } = require_src();
@@ -3503,9 +3501,9 @@ ${i ? " " : figures.pointerSmall} ${color.red().italic(l)}`, ``);
3503
3501
  }
3504
3502
  });
3505
3503
 
3506
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/elements/select.js
3504
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/select.js
3507
3505
  var require_select2 = __commonJS({
3508
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/elements/select.js"(exports, module2) {
3506
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/select.js"(exports, module2) {
3509
3507
  "use strict";
3510
3508
  var color = require_kleur();
3511
3509
  var Prompt = require_prompt2();
@@ -3650,9 +3648,9 @@ var require_select2 = __commonJS({
3650
3648
  }
3651
3649
  });
3652
3650
 
3653
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/elements/toggle.js
3651
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/toggle.js
3654
3652
  var require_toggle2 = __commonJS({
3655
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/elements/toggle.js"(exports, module2) {
3653
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/toggle.js"(exports, module2) {
3656
3654
  var color = require_kleur();
3657
3655
  var Prompt = require_prompt2();
3658
3656
  var { style, clear } = require_util2();
@@ -3756,9 +3754,9 @@ var require_toggle2 = __commonJS({
3756
3754
  }
3757
3755
  });
3758
3756
 
3759
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/dateparts/datepart.js
3757
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/datepart.js
3760
3758
  var require_datepart2 = __commonJS({
3761
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/dateparts/datepart.js"(exports, module2) {
3759
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/datepart.js"(exports, module2) {
3762
3760
  "use strict";
3763
3761
  var DatePart = class {
3764
3762
  constructor({ token, date, parts, locales }) {
@@ -3790,9 +3788,9 @@ var require_datepart2 = __commonJS({
3790
3788
  }
3791
3789
  });
3792
3790
 
3793
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/dateparts/meridiem.js
3791
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/meridiem.js
3794
3792
  var require_meridiem2 = __commonJS({
3795
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/dateparts/meridiem.js"(exports, module2) {
3793
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/meridiem.js"(exports, module2) {
3796
3794
  "use strict";
3797
3795
  var DatePart = require_datepart2();
3798
3796
  var Meridiem = class extends DatePart {
@@ -3814,9 +3812,9 @@ var require_meridiem2 = __commonJS({
3814
3812
  }
3815
3813
  });
3816
3814
 
3817
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/dateparts/day.js
3815
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/day.js
3818
3816
  var require_day2 = __commonJS({
3819
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/dateparts/day.js"(exports, module2) {
3817
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/day.js"(exports, module2) {
3820
3818
  "use strict";
3821
3819
  var DatePart = require_datepart2();
3822
3820
  var pos = (n) => {
@@ -3846,9 +3844,9 @@ var require_day2 = __commonJS({
3846
3844
  }
3847
3845
  });
3848
3846
 
3849
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/dateparts/hours.js
3847
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/hours.js
3850
3848
  var require_hours2 = __commonJS({
3851
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/dateparts/hours.js"(exports, module2) {
3849
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/hours.js"(exports, module2) {
3852
3850
  "use strict";
3853
3851
  var DatePart = require_datepart2();
3854
3852
  var Hours = class extends DatePart {
@@ -3875,9 +3873,9 @@ var require_hours2 = __commonJS({
3875
3873
  }
3876
3874
  });
3877
3875
 
3878
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/dateparts/milliseconds.js
3876
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/milliseconds.js
3879
3877
  var require_milliseconds2 = __commonJS({
3880
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/dateparts/milliseconds.js"(exports, module2) {
3878
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/milliseconds.js"(exports, module2) {
3881
3879
  "use strict";
3882
3880
  var DatePart = require_datepart2();
3883
3881
  var Milliseconds = class extends DatePart {
@@ -3901,9 +3899,9 @@ var require_milliseconds2 = __commonJS({
3901
3899
  }
3902
3900
  });
3903
3901
 
3904
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/dateparts/minutes.js
3902
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/minutes.js
3905
3903
  var require_minutes2 = __commonJS({
3906
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/dateparts/minutes.js"(exports, module2) {
3904
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/minutes.js"(exports, module2) {
3907
3905
  "use strict";
3908
3906
  var DatePart = require_datepart2();
3909
3907
  var Minutes = class extends DatePart {
@@ -3928,9 +3926,9 @@ var require_minutes2 = __commonJS({
3928
3926
  }
3929
3927
  });
3930
3928
 
3931
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/dateparts/month.js
3929
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/month.js
3932
3930
  var require_month2 = __commonJS({
3933
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/dateparts/month.js"(exports, module2) {
3931
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/month.js"(exports, module2) {
3934
3932
  "use strict";
3935
3933
  var DatePart = require_datepart2();
3936
3934
  var Month = class extends DatePart {
@@ -3957,9 +3955,9 @@ var require_month2 = __commonJS({
3957
3955
  }
3958
3956
  });
3959
3957
 
3960
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/dateparts/seconds.js
3958
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/seconds.js
3961
3959
  var require_seconds2 = __commonJS({
3962
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/dateparts/seconds.js"(exports, module2) {
3960
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/seconds.js"(exports, module2) {
3963
3961
  "use strict";
3964
3962
  var DatePart = require_datepart2();
3965
3963
  var Seconds = class extends DatePart {
@@ -3984,9 +3982,9 @@ var require_seconds2 = __commonJS({
3984
3982
  }
3985
3983
  });
3986
3984
 
3987
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/dateparts/year.js
3985
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/year.js
3988
3986
  var require_year2 = __commonJS({
3989
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/dateparts/year.js"(exports, module2) {
3987
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/year.js"(exports, module2) {
3990
3988
  "use strict";
3991
3989
  var DatePart = require_datepart2();
3992
3990
  var Year = class extends DatePart {
@@ -4011,9 +4009,9 @@ var require_year2 = __commonJS({
4011
4009
  }
4012
4010
  });
4013
4011
 
4014
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/dateparts/index.js
4012
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/index.js
4015
4013
  var require_dateparts2 = __commonJS({
4016
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/dateparts/index.js"(exports, module2) {
4014
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/index.js"(exports, module2) {
4017
4015
  "use strict";
4018
4016
  module2.exports = {
4019
4017
  DatePart: require_datepart2(),
@@ -4029,9 +4027,9 @@ var require_dateparts2 = __commonJS({
4029
4027
  }
4030
4028
  });
4031
4029
 
4032
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/elements/date.js
4030
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/date.js
4033
4031
  var require_date2 = __commonJS({
4034
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/elements/date.js"(exports, module2) {
4032
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/date.js"(exports, module2) {
4035
4033
  "use strict";
4036
4034
  var color = require_kleur();
4037
4035
  var Prompt = require_prompt2();
@@ -4204,9 +4202,9 @@ ${i ? ` ` : figures.pointerSmall} ${color.red().italic(l)}`, ``);
4204
4202
  }
4205
4203
  });
4206
4204
 
4207
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/elements/number.js
4205
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/number.js
4208
4206
  var require_number2 = __commonJS({
4209
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/elements/number.js"(exports, module2) {
4207
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/number.js"(exports, module2) {
4210
4208
  var color = require_kleur();
4211
4209
  var Prompt = require_prompt2();
4212
4210
  var { cursor, erase } = require_src();
@@ -4392,9 +4390,9 @@ ${i ? ` ` : figures.pointerSmall} ${color.red().italic(l)}`, ``);
4392
4390
  }
4393
4391
  });
4394
4392
 
4395
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/elements/multiselect.js
4393
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/multiselect.js
4396
4394
  var require_multiselect2 = __commonJS({
4397
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/elements/multiselect.js"(exports, module2) {
4395
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/multiselect.js"(exports, module2) {
4398
4396
  "use strict";
4399
4397
  var color = require_kleur();
4400
4398
  var { cursor } = require_src();
@@ -4618,9 +4616,9 @@ Instructions:
4618
4616
  }
4619
4617
  });
4620
4618
 
4621
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/elements/autocomplete.js
4619
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocomplete.js
4622
4620
  var require_autocomplete2 = __commonJS({
4623
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/elements/autocomplete.js"(exports, module2) {
4621
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocomplete.js"(exports, module2) {
4624
4622
  "use strict";
4625
4623
  var color = require_kleur();
4626
4624
  var Prompt = require_prompt2();
@@ -4839,9 +4837,9 @@ var require_autocomplete2 = __commonJS({
4839
4837
  }
4840
4838
  });
4841
4839
 
4842
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/elements/autocompleteMultiselect.js
4840
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocompleteMultiselect.js
4843
4841
  var require_autocompleteMultiselect2 = __commonJS({
4844
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/elements/autocompleteMultiselect.js"(exports, module2) {
4842
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocompleteMultiselect.js"(exports, module2) {
4845
4843
  "use strict";
4846
4844
  var color = require_kleur();
4847
4845
  var { cursor } = require_src();
@@ -5004,9 +5002,9 @@ Filtered results for: ${this.inputValue ? this.inputValue : color.gray("Enter so
5004
5002
  }
5005
5003
  });
5006
5004
 
5007
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/elements/confirm.js
5005
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/confirm.js
5008
5006
  var require_confirm2 = __commonJS({
5009
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/elements/confirm.js"(exports, module2) {
5007
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/confirm.js"(exports, module2) {
5010
5008
  var color = require_kleur();
5011
5009
  var Prompt = require_prompt2();
5012
5010
  var { style, clear } = require_util2();
@@ -5079,9 +5077,9 @@ var require_confirm2 = __commonJS({
5079
5077
  }
5080
5078
  });
5081
5079
 
5082
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/elements/index.js
5080
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/index.js
5083
5081
  var require_elements2 = __commonJS({
5084
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/elements/index.js"(exports, module2) {
5082
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/index.js"(exports, module2) {
5085
5083
  "use strict";
5086
5084
  module2.exports = {
5087
5085
  TextPrompt: require_text2(),
@@ -5097,9 +5095,9 @@ var require_elements2 = __commonJS({
5097
5095
  }
5098
5096
  });
5099
5097
 
5100
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/prompts.js
5098
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/prompts.js
5101
5099
  var require_prompts2 = __commonJS({
5102
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/prompts.js"(exports) {
5100
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/prompts.js"(exports) {
5103
5101
  "use strict";
5104
5102
  var $ = exports;
5105
5103
  var el = require_elements2();
@@ -5161,9 +5159,9 @@ var require_prompts2 = __commonJS({
5161
5159
  }
5162
5160
  });
5163
5161
 
5164
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/index.js
5162
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/index.js
5165
5163
  var require_lib = __commonJS({
5166
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/lib/index.js"(exports, module2) {
5164
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/index.js"(exports, module2) {
5167
5165
  "use strict";
5168
5166
  var prompts2 = require_prompts2();
5169
5167
  var passOn = ["suggest", "format", "onState", "validate", "onRender", "type"];
@@ -5238,9 +5236,9 @@ var require_lib = __commonJS({
5238
5236
  }
5239
5237
  });
5240
5238
 
5241
- // node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/index.js
5239
+ // node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/index.js
5242
5240
  var require_prompts3 = __commonJS({
5243
- "node_modules/.pnpm/prompts@2.4.1/node_modules/prompts/index.js"(exports, module2) {
5241
+ "node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/index.js"(exports, module2) {
5244
5242
  function isNodeLT(tar) {
5245
5243
  tar = (Array.isArray(tar) ? tar : tar.split(".")).map(Number);
5246
5244
  let i = 0, src = process.versions.node.split(".").map(Number);
@@ -5367,6 +5365,24 @@ function deepMerge(target, obj) {
5367
5365
  }
5368
5366
  var deepMerge_default = deepMerge;
5369
5367
 
5368
+ // utils/sortDependencies.js
5369
+ function sortDependencies(packageJson) {
5370
+ const sorted = {};
5371
+ const depTypes = ["dependencies", "devDependencies", "peerDependencies", "optionalDependencies"];
5372
+ for (const depType of depTypes) {
5373
+ if (packageJson[depType]) {
5374
+ sorted[depType] = {};
5375
+ Object.keys(packageJson[depType]).sort().forEach((name) => {
5376
+ sorted[depType][name] = packageJson[depType][name];
5377
+ });
5378
+ }
5379
+ }
5380
+ return {
5381
+ ...packageJson,
5382
+ ...sorted
5383
+ };
5384
+ }
5385
+
5370
5386
  // utils/renderTemplate.js
5371
5387
  function renderTemplate(src, dest) {
5372
5388
  const stats = import_fs.default.statSync(src);
@@ -5379,7 +5395,9 @@ function renderTemplate(src, dest) {
5379
5395
  }
5380
5396
  const filename = import_path.default.basename(src);
5381
5397
  if (filename === "package.json" && import_fs.default.existsSync(dest)) {
5382
- const pkg = deepMerge_default(JSON.parse(import_fs.default.readFileSync(dest)), JSON.parse(import_fs.default.readFileSync(src)));
5398
+ const existing = JSON.parse(import_fs.default.readFileSync(dest));
5399
+ const newPackage = JSON.parse(import_fs.default.readFileSync(src));
5400
+ const pkg = sortDependencies(deepMerge_default(existing, newPackage));
5383
5401
  import_fs.default.writeFileSync(dest, JSON.stringify(pkg, null, 2) + "\n");
5384
5402
  return;
5385
5403
  }
@@ -5479,6 +5497,7 @@ ${getCommand(packageManager, "test:unit")} # or \`${getCommand(packageManager, "
5479
5497
  ### Run End-to-End Tests with [Cypress](https://www.cypress.io/)
5480
5498
 
5481
5499
  \`\`\`sh
5500
+ ${getCommand(packageManager, "build")}
5482
5501
  ${getCommand(packageManager, "test:e2e")} # or \`${getCommand(packageManager, "test:e2e:ci")}\` for headless testing
5483
5502
  \`\`\`
5484
5503
  `;