@slidev/cli 0.37.1 → 0.38.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.
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
2
2
 
3
3
 
4
- var _chunk4KNSRSYAjs = require('./chunk-4KNSRSYA.js');
4
+ var _chunkBQ7BP5DLjs = require('./chunk-BQ7BP5DL.js');
5
5
 
6
6
 
7
7
 
@@ -12,12 +12,12 @@ var _chunk4KNSRSYAjs = require('./chunk-4KNSRSYA.js');
12
12
 
13
13
 
14
14
 
15
- var _chunkN6L4BUFDjs = require('./chunk-N6L4BUFD.js');
15
+ var _chunkOVFYMGU6js = require('./chunk-OVFYMGU6.js');
16
16
 
17
17
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/internal/constants.js
18
- var require_constants = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
18
+ var require_constants = _chunkOVFYMGU6js.__commonJS.call(void 0, {
19
19
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/internal/constants.js"(exports, module) {
20
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
20
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
21
21
  var SEMVER_SPEC_VERSION = "2.0.0";
22
22
  var MAX_LENGTH = 256;
23
23
  var MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER || 9007199254740991;
@@ -32,9 +32,9 @@ var require_constants = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
32
32
  });
33
33
 
34
34
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/internal/debug.js
35
- var require_debug = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
35
+ var require_debug = _chunkOVFYMGU6js.__commonJS.call(void 0, {
36
36
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/internal/debug.js"(exports, module) {
37
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
37
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
38
38
  var debug2 = typeof process === "object" && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG) ? (...args) => console.error("SEMVER", ...args) : () => {
39
39
  };
40
40
  module.exports = debug2;
@@ -42,9 +42,9 @@ var require_debug = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
42
42
  });
43
43
 
44
44
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/internal/re.js
45
- var require_re = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
45
+ var require_re = _chunkOVFYMGU6js.__commonJS.call(void 0, {
46
46
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/internal/re.js"(exports, module) {
47
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
47
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
48
48
  var { MAX_SAFE_COMPONENT_LENGTH } = require_constants();
49
49
  var debug2 = require_debug();
50
50
  exports = module.exports = {};
@@ -106,9 +106,9 @@ var require_re = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
106
106
  });
107
107
 
108
108
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/internal/parse-options.js
109
- var require_parse_options = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
109
+ var require_parse_options = _chunkOVFYMGU6js.__commonJS.call(void 0, {
110
110
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/internal/parse-options.js"(exports, module) {
111
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
111
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
112
112
  var opts = ["includePrerelease", "loose", "rtl"];
113
113
  var parseOptions = (options) => !options ? {} : typeof options !== "object" ? { loose: true } : opts.filter((k) => options[k]).reduce((o, k) => {
114
114
  o[k] = true;
@@ -119,9 +119,9 @@ var require_parse_options = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
119
119
  });
120
120
 
121
121
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/internal/identifiers.js
122
- var require_identifiers = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
122
+ var require_identifiers = _chunkOVFYMGU6js.__commonJS.call(void 0, {
123
123
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/internal/identifiers.js"(exports, module) {
124
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
124
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
125
125
  var numeric = /^[0-9]+$/;
126
126
  var compareIdentifiers = (a, b) => {
127
127
  const anum = numeric.test(a);
@@ -141,9 +141,9 @@ var require_identifiers = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
141
141
  });
142
142
 
143
143
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/classes/semver.js
144
- var require_semver = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
144
+ var require_semver = _chunkOVFYMGU6js.__commonJS.call(void 0, {
145
145
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/classes/semver.js"(exports, module) {
146
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
146
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
147
147
  var debug2 = require_debug();
148
148
  var { MAX_LENGTH, MAX_SAFE_INTEGER } = require_constants();
149
149
  var { re, t } = require_re();
@@ -368,9 +368,9 @@ var require_semver = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
368
368
  });
369
369
 
370
370
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/parse.js
371
- var require_parse = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
371
+ var require_parse = _chunkOVFYMGU6js.__commonJS.call(void 0, {
372
372
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/parse.js"(exports, module) {
373
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
373
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
374
374
  var { MAX_LENGTH } = require_constants();
375
375
  var { re, t } = require_re();
376
376
  var SemVer = require_semver();
@@ -401,9 +401,9 @@ var require_parse = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
401
401
  });
402
402
 
403
403
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/valid.js
404
- var require_valid = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
404
+ var require_valid = _chunkOVFYMGU6js.__commonJS.call(void 0, {
405
405
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/valid.js"(exports, module) {
406
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
406
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
407
407
  var parse2 = require_parse();
408
408
  var valid = (version3, options) => {
409
409
  const v = parse2(version3, options);
@@ -414,9 +414,9 @@ var require_valid = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
414
414
  });
415
415
 
416
416
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/clean.js
417
- var require_clean = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
417
+ var require_clean = _chunkOVFYMGU6js.__commonJS.call(void 0, {
418
418
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/clean.js"(exports, module) {
419
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
419
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
420
420
  var parse2 = require_parse();
421
421
  var clean = (version3, options) => {
422
422
  const s = parse2(version3.trim().replace(/^[=v]+/, ""), options);
@@ -427,9 +427,9 @@ var require_clean = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
427
427
  });
428
428
 
429
429
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/inc.js
430
- var require_inc = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
430
+ var require_inc = _chunkOVFYMGU6js.__commonJS.call(void 0, {
431
431
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/inc.js"(exports, module) {
432
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
432
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
433
433
  var SemVer = require_semver();
434
434
  var inc = (version3, release, options, identifier) => {
435
435
  if (typeof options === "string") {
@@ -450,9 +450,9 @@ var require_inc = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
450
450
  });
451
451
 
452
452
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/compare.js
453
- var require_compare = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
453
+ var require_compare = _chunkOVFYMGU6js.__commonJS.call(void 0, {
454
454
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/compare.js"(exports, module) {
455
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
455
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
456
456
  var SemVer = require_semver();
457
457
  var compare = (a, b, loose) => new SemVer(a, loose).compare(new SemVer(b, loose));
458
458
  module.exports = compare;
@@ -460,9 +460,9 @@ var require_compare = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
460
460
  });
461
461
 
462
462
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/eq.js
463
- var require_eq = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
463
+ var require_eq = _chunkOVFYMGU6js.__commonJS.call(void 0, {
464
464
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/eq.js"(exports, module) {
465
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
465
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
466
466
  var compare = require_compare();
467
467
  var eq = (a, b, loose) => compare(a, b, loose) === 0;
468
468
  module.exports = eq;
@@ -470,9 +470,9 @@ var require_eq = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
470
470
  });
471
471
 
472
472
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/diff.js
473
- var require_diff = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
473
+ var require_diff = _chunkOVFYMGU6js.__commonJS.call(void 0, {
474
474
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/diff.js"(exports, module) {
475
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
475
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
476
476
  var parse2 = require_parse();
477
477
  var eq = require_eq();
478
478
  var diff = (version1, version22) => {
@@ -499,9 +499,9 @@ var require_diff = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
499
499
  });
500
500
 
501
501
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/major.js
502
- var require_major = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
502
+ var require_major = _chunkOVFYMGU6js.__commonJS.call(void 0, {
503
503
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/major.js"(exports, module) {
504
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
504
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
505
505
  var SemVer = require_semver();
506
506
  var major = (a, loose) => new SemVer(a, loose).major;
507
507
  module.exports = major;
@@ -509,9 +509,9 @@ var require_major = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
509
509
  });
510
510
 
511
511
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/minor.js
512
- var require_minor = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
512
+ var require_minor = _chunkOVFYMGU6js.__commonJS.call(void 0, {
513
513
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/minor.js"(exports, module) {
514
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
514
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
515
515
  var SemVer = require_semver();
516
516
  var minor = (a, loose) => new SemVer(a, loose).minor;
517
517
  module.exports = minor;
@@ -519,9 +519,9 @@ var require_minor = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
519
519
  });
520
520
 
521
521
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/patch.js
522
- var require_patch = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
522
+ var require_patch = _chunkOVFYMGU6js.__commonJS.call(void 0, {
523
523
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/patch.js"(exports, module) {
524
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
524
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
525
525
  var SemVer = require_semver();
526
526
  var patch = (a, loose) => new SemVer(a, loose).patch;
527
527
  module.exports = patch;
@@ -529,9 +529,9 @@ var require_patch = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
529
529
  });
530
530
 
531
531
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/prerelease.js
532
- var require_prerelease = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
532
+ var require_prerelease = _chunkOVFYMGU6js.__commonJS.call(void 0, {
533
533
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/prerelease.js"(exports, module) {
534
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
534
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
535
535
  var parse2 = require_parse();
536
536
  var prerelease = (version3, options) => {
537
537
  const parsed = parse2(version3, options);
@@ -542,9 +542,9 @@ var require_prerelease = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
542
542
  });
543
543
 
544
544
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/rcompare.js
545
- var require_rcompare = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
545
+ var require_rcompare = _chunkOVFYMGU6js.__commonJS.call(void 0, {
546
546
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/rcompare.js"(exports, module) {
547
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
547
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
548
548
  var compare = require_compare();
549
549
  var rcompare = (a, b, loose) => compare(b, a, loose);
550
550
  module.exports = rcompare;
@@ -552,9 +552,9 @@ var require_rcompare = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
552
552
  });
553
553
 
554
554
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/compare-loose.js
555
- var require_compare_loose = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
555
+ var require_compare_loose = _chunkOVFYMGU6js.__commonJS.call(void 0, {
556
556
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/compare-loose.js"(exports, module) {
557
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
557
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
558
558
  var compare = require_compare();
559
559
  var compareLoose = (a, b) => compare(a, b, true);
560
560
  module.exports = compareLoose;
@@ -562,9 +562,9 @@ var require_compare_loose = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
562
562
  });
563
563
 
564
564
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/compare-build.js
565
- var require_compare_build = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
565
+ var require_compare_build = _chunkOVFYMGU6js.__commonJS.call(void 0, {
566
566
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/compare-build.js"(exports, module) {
567
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
567
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
568
568
  var SemVer = require_semver();
569
569
  var compareBuild = (a, b, loose) => {
570
570
  const versionA = new SemVer(a, loose);
@@ -576,9 +576,9 @@ var require_compare_build = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
576
576
  });
577
577
 
578
578
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/sort.js
579
- var require_sort = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
579
+ var require_sort = _chunkOVFYMGU6js.__commonJS.call(void 0, {
580
580
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/sort.js"(exports, module) {
581
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
581
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
582
582
  var compareBuild = require_compare_build();
583
583
  var sort = (list, loose) => list.sort((a, b) => compareBuild(a, b, loose));
584
584
  module.exports = sort;
@@ -586,9 +586,9 @@ var require_sort = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
586
586
  });
587
587
 
588
588
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/rsort.js
589
- var require_rsort = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
589
+ var require_rsort = _chunkOVFYMGU6js.__commonJS.call(void 0, {
590
590
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/rsort.js"(exports, module) {
591
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
591
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
592
592
  var compareBuild = require_compare_build();
593
593
  var rsort = (list, loose) => list.sort((a, b) => compareBuild(b, a, loose));
594
594
  module.exports = rsort;
@@ -596,9 +596,9 @@ var require_rsort = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
596
596
  });
597
597
 
598
598
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/gt.js
599
- var require_gt = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
599
+ var require_gt = _chunkOVFYMGU6js.__commonJS.call(void 0, {
600
600
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/gt.js"(exports, module) {
601
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
601
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
602
602
  var compare = require_compare();
603
603
  var gt = (a, b, loose) => compare(a, b, loose) > 0;
604
604
  module.exports = gt;
@@ -606,9 +606,9 @@ var require_gt = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
606
606
  });
607
607
 
608
608
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/lt.js
609
- var require_lt = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
609
+ var require_lt = _chunkOVFYMGU6js.__commonJS.call(void 0, {
610
610
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/lt.js"(exports, module) {
611
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
611
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
612
612
  var compare = require_compare();
613
613
  var lt = (a, b, loose) => compare(a, b, loose) < 0;
614
614
  module.exports = lt;
@@ -616,9 +616,9 @@ var require_lt = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
616
616
  });
617
617
 
618
618
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/neq.js
619
- var require_neq = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
619
+ var require_neq = _chunkOVFYMGU6js.__commonJS.call(void 0, {
620
620
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/neq.js"(exports, module) {
621
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
621
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
622
622
  var compare = require_compare();
623
623
  var neq = (a, b, loose) => compare(a, b, loose) !== 0;
624
624
  module.exports = neq;
@@ -626,9 +626,9 @@ var require_neq = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
626
626
  });
627
627
 
628
628
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/gte.js
629
- var require_gte = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
629
+ var require_gte = _chunkOVFYMGU6js.__commonJS.call(void 0, {
630
630
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/gte.js"(exports, module) {
631
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
631
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
632
632
  var compare = require_compare();
633
633
  var gte = (a, b, loose) => compare(a, b, loose) >= 0;
634
634
  module.exports = gte;
@@ -636,9 +636,9 @@ var require_gte = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
636
636
  });
637
637
 
638
638
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/lte.js
639
- var require_lte = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
639
+ var require_lte = _chunkOVFYMGU6js.__commonJS.call(void 0, {
640
640
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/lte.js"(exports, module) {
641
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
641
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
642
642
  var compare = require_compare();
643
643
  var lte = (a, b, loose) => compare(a, b, loose) <= 0;
644
644
  module.exports = lte;
@@ -646,9 +646,9 @@ var require_lte = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
646
646
  });
647
647
 
648
648
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/cmp.js
649
- var require_cmp = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
649
+ var require_cmp = _chunkOVFYMGU6js.__commonJS.call(void 0, {
650
650
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/cmp.js"(exports, module) {
651
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
651
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
652
652
  var eq = require_eq();
653
653
  var neq = require_neq();
654
654
  var gt = require_gt();
@@ -696,9 +696,9 @@ var require_cmp = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
696
696
  });
697
697
 
698
698
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/coerce.js
699
- var require_coerce = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
699
+ var require_coerce = _chunkOVFYMGU6js.__commonJS.call(void 0, {
700
700
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/coerce.js"(exports, module) {
701
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
701
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
702
702
  var SemVer = require_semver();
703
703
  var parse2 = require_parse();
704
704
  var { re, t } = require_re();
@@ -736,10 +736,10 @@ var require_coerce = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
736
736
  });
737
737
 
738
738
  // ../../node_modules/.pnpm/yallist@4.0.0/node_modules/yallist/iterator.js
739
- var require_iterator = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
739
+ var require_iterator = _chunkOVFYMGU6js.__commonJS.call(void 0, {
740
740
  "../../node_modules/.pnpm/yallist@4.0.0/node_modules/yallist/iterator.js"(exports, module) {
741
741
  "use strict";
742
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
742
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
743
743
  module.exports = function(Yallist) {
744
744
  Yallist.prototype[Symbol.iterator] = function* () {
745
745
  for (let walker = this.head; walker; walker = walker.next) {
@@ -751,10 +751,10 @@ var require_iterator = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
751
751
  });
752
752
 
753
753
  // ../../node_modules/.pnpm/yallist@4.0.0/node_modules/yallist/yallist.js
754
- var require_yallist = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
754
+ var require_yallist = _chunkOVFYMGU6js.__commonJS.call(void 0, {
755
755
  "../../node_modules/.pnpm/yallist@4.0.0/node_modules/yallist/yallist.js"(exports, module) {
756
756
  "use strict";
757
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
757
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
758
758
  module.exports = Yallist;
759
759
  Yallist.Node = Node2;
760
760
  Yallist.create = Yallist;
@@ -1121,10 +1121,10 @@ var require_yallist = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
1121
1121
  });
1122
1122
 
1123
1123
  // ../../node_modules/.pnpm/lru-cache@6.0.0/node_modules/lru-cache/index.js
1124
- var require_lru_cache = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
1124
+ var require_lru_cache = _chunkOVFYMGU6js.__commonJS.call(void 0, {
1125
1125
  "../../node_modules/.pnpm/lru-cache@6.0.0/node_modules/lru-cache/index.js"(exports, module) {
1126
1126
  "use strict";
1127
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
1127
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
1128
1128
  var Yallist = require_yallist();
1129
1129
  var MAX = Symbol("max");
1130
1130
  var LENGTH = Symbol("length");
@@ -1390,9 +1390,9 @@ var require_lru_cache = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
1390
1390
  });
1391
1391
 
1392
1392
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/classes/range.js
1393
- var require_range = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
1393
+ var require_range = _chunkOVFYMGU6js.__commonJS.call(void 0, {
1394
1394
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/classes/range.js"(exports, module) {
1395
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
1395
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
1396
1396
  var Range = class {
1397
1397
  constructor(range, options) {
1398
1398
  options = parseOptions(options);
@@ -1750,9 +1750,9 @@ var require_range = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
1750
1750
  });
1751
1751
 
1752
1752
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/classes/comparator.js
1753
- var require_comparator = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
1753
+ var require_comparator = _chunkOVFYMGU6js.__commonJS.call(void 0, {
1754
1754
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/classes/comparator.js"(exports, module) {
1755
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
1755
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
1756
1756
  var ANY = Symbol("SemVer ANY");
1757
1757
  var Comparator = class {
1758
1758
  static get ANY() {
@@ -1852,9 +1852,9 @@ var require_comparator = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
1852
1852
  });
1853
1853
 
1854
1854
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/satisfies.js
1855
- var require_satisfies = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
1855
+ var require_satisfies = _chunkOVFYMGU6js.__commonJS.call(void 0, {
1856
1856
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/functions/satisfies.js"(exports, module) {
1857
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
1857
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
1858
1858
  var Range = require_range();
1859
1859
  var satisfies3 = (version3, range, options) => {
1860
1860
  try {
@@ -1869,9 +1869,9 @@ var require_satisfies = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
1869
1869
  });
1870
1870
 
1871
1871
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/ranges/to-comparators.js
1872
- var require_to_comparators = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
1872
+ var require_to_comparators = _chunkOVFYMGU6js.__commonJS.call(void 0, {
1873
1873
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/ranges/to-comparators.js"(exports, module) {
1874
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
1874
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
1875
1875
  var Range = require_range();
1876
1876
  var toComparators = (range, options) => new Range(range, options).set.map((comp) => comp.map((c) => c.value).join(" ").trim().split(" "));
1877
1877
  module.exports = toComparators;
@@ -1879,9 +1879,9 @@ var require_to_comparators = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
1879
1879
  });
1880
1880
 
1881
1881
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/ranges/max-satisfying.js
1882
- var require_max_satisfying = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
1882
+ var require_max_satisfying = _chunkOVFYMGU6js.__commonJS.call(void 0, {
1883
1883
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/ranges/max-satisfying.js"(exports, module) {
1884
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
1884
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
1885
1885
  var SemVer = require_semver();
1886
1886
  var Range = require_range();
1887
1887
  var maxSatisfying = (versions, range, options) => {
@@ -1908,9 +1908,9 @@ var require_max_satisfying = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
1908
1908
  });
1909
1909
 
1910
1910
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/ranges/min-satisfying.js
1911
- var require_min_satisfying = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
1911
+ var require_min_satisfying = _chunkOVFYMGU6js.__commonJS.call(void 0, {
1912
1912
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/ranges/min-satisfying.js"(exports, module) {
1913
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
1913
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
1914
1914
  var SemVer = require_semver();
1915
1915
  var Range = require_range();
1916
1916
  var minSatisfying = (versions, range, options) => {
@@ -1937,9 +1937,9 @@ var require_min_satisfying = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
1937
1937
  });
1938
1938
 
1939
1939
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/ranges/min-version.js
1940
- var require_min_version = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
1940
+ var require_min_version = _chunkOVFYMGU6js.__commonJS.call(void 0, {
1941
1941
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/ranges/min-version.js"(exports, module) {
1942
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
1942
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
1943
1943
  var SemVer = require_semver();
1944
1944
  var Range = require_range();
1945
1945
  var gt = require_gt();
@@ -1994,9 +1994,9 @@ var require_min_version = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
1994
1994
  });
1995
1995
 
1996
1996
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/ranges/valid.js
1997
- var require_valid2 = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
1997
+ var require_valid2 = _chunkOVFYMGU6js.__commonJS.call(void 0, {
1998
1998
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/ranges/valid.js"(exports, module) {
1999
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
1999
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
2000
2000
  var Range = require_range();
2001
2001
  var validRange = (range, options) => {
2002
2002
  try {
@@ -2010,9 +2010,9 @@ var require_valid2 = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
2010
2010
  });
2011
2011
 
2012
2012
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/ranges/outside.js
2013
- var require_outside = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
2013
+ var require_outside = _chunkOVFYMGU6js.__commonJS.call(void 0, {
2014
2014
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/ranges/outside.js"(exports, module) {
2015
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
2015
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
2016
2016
  var SemVer = require_semver();
2017
2017
  var Comparator = require_comparator();
2018
2018
  var { ANY } = Comparator;
@@ -2079,9 +2079,9 @@ var require_outside = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
2079
2079
  });
2080
2080
 
2081
2081
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/ranges/gtr.js
2082
- var require_gtr = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
2082
+ var require_gtr = _chunkOVFYMGU6js.__commonJS.call(void 0, {
2083
2083
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/ranges/gtr.js"(exports, module) {
2084
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
2084
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
2085
2085
  var outside = require_outside();
2086
2086
  var gtr = (version3, range, options) => outside(version3, range, ">", options);
2087
2087
  module.exports = gtr;
@@ -2089,9 +2089,9 @@ var require_gtr = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
2089
2089
  });
2090
2090
 
2091
2091
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/ranges/ltr.js
2092
- var require_ltr = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
2092
+ var require_ltr = _chunkOVFYMGU6js.__commonJS.call(void 0, {
2093
2093
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/ranges/ltr.js"(exports, module) {
2094
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
2094
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
2095
2095
  var outside = require_outside();
2096
2096
  var ltr = (version3, range, options) => outside(version3, range, "<", options);
2097
2097
  module.exports = ltr;
@@ -2099,9 +2099,9 @@ var require_ltr = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
2099
2099
  });
2100
2100
 
2101
2101
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/ranges/intersects.js
2102
- var require_intersects = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
2102
+ var require_intersects = _chunkOVFYMGU6js.__commonJS.call(void 0, {
2103
2103
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/ranges/intersects.js"(exports, module) {
2104
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
2104
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
2105
2105
  var Range = require_range();
2106
2106
  var intersects = (r1, r2, options) => {
2107
2107
  r1 = new Range(r1, options);
@@ -2113,9 +2113,9 @@ var require_intersects = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
2113
2113
  });
2114
2114
 
2115
2115
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/ranges/simplify.js
2116
- var require_simplify = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
2116
+ var require_simplify = _chunkOVFYMGU6js.__commonJS.call(void 0, {
2117
2117
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/ranges/simplify.js"(exports, module) {
2118
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
2118
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
2119
2119
  var satisfies3 = require_satisfies();
2120
2120
  var compare = require_compare();
2121
2121
  module.exports = (versions, range, options) => {
@@ -2163,9 +2163,9 @@ var require_simplify = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
2163
2163
  });
2164
2164
 
2165
2165
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/ranges/subset.js
2166
- var require_subset = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
2166
+ var require_subset = _chunkOVFYMGU6js.__commonJS.call(void 0, {
2167
2167
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/ranges/subset.js"(exports, module) {
2168
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
2168
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
2169
2169
  var Range = require_range();
2170
2170
  var Comparator = require_comparator();
2171
2171
  var { ANY } = Comparator;
@@ -2324,9 +2324,9 @@ var require_subset = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
2324
2324
  });
2325
2325
 
2326
2326
  // ../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/index.js
2327
- var require_semver2 = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
2327
+ var require_semver2 = _chunkOVFYMGU6js.__commonJS.call(void 0, {
2328
2328
  "../../node_modules/.pnpm/semver@7.3.8/node_modules/semver/index.js"(exports, module) {
2329
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
2329
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
2330
2330
  var internalRe = require_re();
2331
2331
  var constants2 = require_constants();
2332
2332
  var SemVer = require_semver();
@@ -2418,7 +2418,7 @@ var require_semver2 = _chunkN6L4BUFDjs.__commonJS.call(void 0, {
2418
2418
  });
2419
2419
 
2420
2420
  // node/server.ts
2421
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
2421
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
2422
2422
  var _path = require('path'); var _path2 = _interopRequireDefault(_path);
2423
2423
  var _vite = require('vite');
2424
2424
  async function createServer(options, viteConfig = {}, serverOptions = {}) {
@@ -2426,7 +2426,7 @@ async function createServer(options, viteConfig = {}, serverOptions = {}) {
2426
2426
  const pluginOptions = rawConfig.slidev || {};
2427
2427
  process.env.EDITOR = process.env.EDITOR || "code";
2428
2428
  const server = await _vite.createServer.call(void 0,
2429
- await _chunk4KNSRSYAjs.mergeViteConfigs.call(void 0,
2429
+ await _chunkBQ7BP5DLjs.mergeViteConfigs.call(void 0,
2430
2430
  options,
2431
2431
  viteConfig,
2432
2432
  {
@@ -2436,7 +2436,7 @@ async function createServer(options, viteConfig = {}, serverOptions = {}) {
2436
2436
  ]
2437
2437
  },
2438
2438
  plugins: [
2439
- await _chunk4KNSRSYAjs.ViteSlidevPlugin.call(void 0, options, pluginOptions, serverOptions)
2439
+ await _chunkBQ7BP5DLjs.ViteSlidevPlugin.call(void 0, options, pluginOptions, serverOptions)
2440
2440
  ]
2441
2441
  },
2442
2442
  "serve"
@@ -2446,21 +2446,21 @@ async function createServer(options, viteConfig = {}, serverOptions = {}) {
2446
2446
  }
2447
2447
 
2448
2448
  // node/parser.ts
2449
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
2449
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
2450
2450
  var _fs = require('@slidev/parser/fs'); var parser = _interopRequireWildcard(_fs);
2451
2451
 
2452
2452
  // package.json
2453
- var version = "0.37.1";
2453
+ var version = "0.38.0";
2454
2454
 
2455
2455
  // node/themes.ts
2456
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
2456
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
2457
2457
  var _prompts = require('prompts'); var _prompts2 = _interopRequireDefault(_prompts);
2458
2458
 
2459
- // ../../node_modules/.pnpm/@antfu+ni@0.18.5/node_modules/@antfu/ni/dist/index.mjs
2460
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
2459
+ // ../../node_modules/.pnpm/@antfu+ni@0.18.8/node_modules/@antfu/ni/dist/index.mjs
2460
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
2461
2461
 
2462
- // ../../node_modules/.pnpm/@antfu+ni@0.18.5/node_modules/@antfu/ni/dist/shared/ni.3a3be82a.mjs
2463
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
2462
+ // ../../node_modules/.pnpm/@antfu+ni@0.18.8/node_modules/@antfu/ni/dist/shared/ni.e5a4e327.mjs
2463
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
2464
2464
 
2465
2465
  var _readline = require('readline'); var _readline2 = _interopRequireDefault(_readline);
2466
2466
  var _events = require('events'); var _events2 = _interopRequireDefault(_events);
@@ -2494,7 +2494,7 @@ var yarn = {
2494
2494
  "add": "yarn add {0}",
2495
2495
  "upgrade": "yarn upgrade {0}",
2496
2496
  "upgrade-interactive": "yarn upgrade-interactive {0}",
2497
- "execute": "yarn dlx {0}",
2497
+ "execute": "npx {0}",
2498
2498
  "uninstall": "yarn remove {0}",
2499
2499
  "global_uninstall": "yarn global remove {0}"
2500
2500
  };
@@ -2544,6 +2544,7 @@ var AGENTS = {
2544
2544
  "frozen": "yarn install --immutable",
2545
2545
  "upgrade": "yarn up {0}",
2546
2546
  "upgrade-interactive": "yarn up -i {0}",
2547
+ "execute": "yarn dlx {0}",
2547
2548
  "global": "npm i -g {0}",
2548
2549
  "global_uninstall": "npm uninstall -g {0}"
2549
2550
  },
@@ -3016,41 +3017,41 @@ var Node = class {
3016
3017
  var _head, _tail, _size;
3017
3018
  var Queue = class {
3018
3019
  constructor() {
3019
- _chunkN6L4BUFDjs.__privateAdd.call(void 0, this, _head, void 0);
3020
- _chunkN6L4BUFDjs.__privateAdd.call(void 0, this, _tail, void 0);
3021
- _chunkN6L4BUFDjs.__privateAdd.call(void 0, this, _size, void 0);
3020
+ _chunkOVFYMGU6js.__privateAdd.call(void 0, this, _head, void 0);
3021
+ _chunkOVFYMGU6js.__privateAdd.call(void 0, this, _tail, void 0);
3022
+ _chunkOVFYMGU6js.__privateAdd.call(void 0, this, _size, void 0);
3022
3023
  this.clear();
3023
3024
  }
3024
3025
  enqueue(value) {
3025
3026
  const node = new Node(value);
3026
- if (_chunkN6L4BUFDjs.__privateGet.call(void 0, this, _head)) {
3027
- _chunkN6L4BUFDjs.__privateGet.call(void 0, this, _tail).next = node;
3028
- _chunkN6L4BUFDjs.__privateSet.call(void 0, this, _tail, node);
3027
+ if (_chunkOVFYMGU6js.__privateGet.call(void 0, this, _head)) {
3028
+ _chunkOVFYMGU6js.__privateGet.call(void 0, this, _tail).next = node;
3029
+ _chunkOVFYMGU6js.__privateSet.call(void 0, this, _tail, node);
3029
3030
  } else {
3030
- _chunkN6L4BUFDjs.__privateSet.call(void 0, this, _head, node);
3031
- _chunkN6L4BUFDjs.__privateSet.call(void 0, this, _tail, node);
3031
+ _chunkOVFYMGU6js.__privateSet.call(void 0, this, _head, node);
3032
+ _chunkOVFYMGU6js.__privateSet.call(void 0, this, _tail, node);
3032
3033
  }
3033
- _chunkN6L4BUFDjs.__privateWrapper.call(void 0, this, _size)._++;
3034
+ _chunkOVFYMGU6js.__privateWrapper.call(void 0, this, _size)._++;
3034
3035
  }
3035
3036
  dequeue() {
3036
- const current = _chunkN6L4BUFDjs.__privateGet.call(void 0, this, _head);
3037
+ const current = _chunkOVFYMGU6js.__privateGet.call(void 0, this, _head);
3037
3038
  if (!current) {
3038
3039
  return;
3039
3040
  }
3040
- _chunkN6L4BUFDjs.__privateSet.call(void 0, this, _head, _chunkN6L4BUFDjs.__privateGet.call(void 0, this, _head).next);
3041
- _chunkN6L4BUFDjs.__privateWrapper.call(void 0, this, _size)._--;
3041
+ _chunkOVFYMGU6js.__privateSet.call(void 0, this, _head, _chunkOVFYMGU6js.__privateGet.call(void 0, this, _head).next);
3042
+ _chunkOVFYMGU6js.__privateWrapper.call(void 0, this, _size)._--;
3042
3043
  return current.value;
3043
3044
  }
3044
3045
  clear() {
3045
- _chunkN6L4BUFDjs.__privateSet.call(void 0, this, _head, void 0);
3046
- _chunkN6L4BUFDjs.__privateSet.call(void 0, this, _tail, void 0);
3047
- _chunkN6L4BUFDjs.__privateSet.call(void 0, this, _size, 0);
3046
+ _chunkOVFYMGU6js.__privateSet.call(void 0, this, _head, void 0);
3047
+ _chunkOVFYMGU6js.__privateSet.call(void 0, this, _tail, void 0);
3048
+ _chunkOVFYMGU6js.__privateSet.call(void 0, this, _size, 0);
3048
3049
  }
3049
3050
  get size() {
3050
- return _chunkN6L4BUFDjs.__privateGet.call(void 0, this, _size);
3051
+ return _chunkOVFYMGU6js.__privateGet.call(void 0, this, _size);
3051
3052
  }
3052
3053
  *[Symbol.iterator]() {
3053
- let current = _chunkN6L4BUFDjs.__privateGet.call(void 0, this, _head);
3054
+ let current = _chunkOVFYMGU6js.__privateGet.call(void 0, this, _head);
3054
3055
  while (current) {
3055
3056
  yield current.value;
3056
3057
  current = current.next;
@@ -10115,7 +10116,7 @@ function init(open, close) {
10115
10116
  return txt === void 0 ? chain([open], [blk]) : $.enabled ? run$1([blk], txt + "") : txt + "";
10116
10117
  };
10117
10118
  }
10118
- var version2 = "0.18.5";
10119
+ var version2 = "0.18.8";
10119
10120
  var DEBUG_SIGN = "?";
10120
10121
  async function run(fn, args, options = {}) {
10121
10122
  const debug2 = args.includes(DEBUG_SIGN);
@@ -10177,7 +10178,7 @@ async function run(fn, args, options = {}) {
10177
10178
  await execaCommand(command, { stdio: "inherit", encoding: "utf-8", cwd });
10178
10179
  }
10179
10180
 
10180
- // ../../node_modules/.pnpm/@antfu+ni@0.18.5/node_modules/@antfu/ni/dist/index.mjs
10181
+ // ../../node_modules/.pnpm/@antfu+ni@0.18.8/node_modules/@antfu/ni/dist/index.mjs
10181
10182
 
10182
10183
 
10183
10184
 
@@ -10187,24 +10188,24 @@ async function run(fn, args, options = {}) {
10187
10188
 
10188
10189
 
10189
10190
  // node/themes.ts
10190
- var import_semver2 = _chunkN6L4BUFDjs.__toESM.call(void 0, require_semver2());
10191
+ var import_semver2 = _chunkOVFYMGU6js.__toESM.call(void 0, require_semver2());
10191
10192
  var _isinstalledglobally = require('is-installed-globally'); var _isinstalledglobally2 = _interopRequireDefault(_isinstalledglobally);
10192
10193
  var _kolorist = require('kolorist');
10193
10194
  var _fsextra = require('fs-extra'); var _fsextra2 = _interopRequireDefault(_fsextra);
10194
10195
 
10195
10196
  // node/options.ts
10196
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
10197
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
10197
10198
 
10198
10199
  var _utils = require('@antfu/utils');
10199
10200
  var _debug2 = require('debug'); var _debug3 = _interopRequireDefault(_debug2);
10200
10201
 
10201
10202
  // node/addons.ts
10202
- _chunkN6L4BUFDjs.init_cjs_shims.call(void 0, );
10203
- var import_semver = _chunkN6L4BUFDjs.__toESM.call(void 0, require_semver2());
10203
+ _chunkOVFYMGU6js.init_cjs_shims.call(void 0, );
10204
+ var import_semver = _chunkOVFYMGU6js.__toESM.call(void 0, require_semver2());
10204
10205
 
10205
10206
  async function getPackageJson(root) {
10206
10207
  try {
10207
- const file = _chunkN6L4BUFDjs.resolveImportPath.call(void 0, `${root}/package.json`, true);
10208
+ const file = _chunkOVFYMGU6js.resolveImportPath.call(void 0, `${root}/package.json`, true);
10208
10209
  if (file && _fsextra2.default.existsSync(file))
10209
10210
  return await _fsextra2.default.readJSON(file);
10210
10211
  return {};
@@ -10239,7 +10240,7 @@ function resolvePluginName(name) {
10239
10240
  return "";
10240
10241
  if (isPath(name))
10241
10242
  return name;
10242
- if (_chunkN6L4BUFDjs.packageExists.call(void 0, `slidev-addon-${name}`))
10243
+ if (_chunkOVFYMGU6js.packageExists.call(void 0, `slidev-addon-${name}`))
10243
10244
  return `slidev-addon-${name}`;
10244
10245
  return name;
10245
10246
  }
@@ -10247,7 +10248,7 @@ function resolvePluginName(name) {
10247
10248
  // node/options.ts
10248
10249
  var debug = _debug3.default.call(void 0, "slidev:options");
10249
10250
  function getClientRoot() {
10250
- return _path.dirname.call(void 0, _chunkN6L4BUFDjs.resolveImportPath.call(void 0, "@slidev/client/package.json", true));
10251
+ return _path.dirname.call(void 0, _chunkOVFYMGU6js.resolveImportPath.call(void 0, "@slidev/client/package.json", true));
10251
10252
  }
10252
10253
  function getCLIRoot() {
10253
10254
  return _path.resolve.call(void 0, __dirname, "..");
@@ -10268,7 +10269,7 @@ function getAddonRoots(addons, entry) {
10268
10269
  function getRoot(name, entry) {
10269
10270
  if (isPath(name))
10270
10271
  return _path.resolve.call(void 0, _path.dirname.call(void 0, entry), name);
10271
- return _path.dirname.call(void 0, _chunkN6L4BUFDjs.resolveImportPath.call(void 0, `${name}/package.json`, true));
10272
+ return _path.dirname.call(void 0, _chunkOVFYMGU6js.resolveImportPath.call(void 0, `${name}/package.json`, true));
10272
10273
  }
10273
10274
  function getUserRoot(options) {
10274
10275
  const { entry: rawEntry = "slides.md", userRoot = process.cwd() } = options;
@@ -10287,7 +10288,7 @@ async function resolveOptions(options, mode2, promptForInstallation = true) {
10287
10288
  if (await promptForThemeInstallation(theme) === false)
10288
10289
  process.exit(1);
10289
10290
  } else {
10290
- if (!_chunkN6L4BUFDjs.packageExists.call(void 0, theme)) {
10291
+ if (!_chunkOVFYMGU6js.packageExists.call(void 0, theme)) {
10291
10292
  console.error(`Theme "${theme}" not found, have you installed it?`);
10292
10293
  process.exit(1);
10293
10294
  }
@@ -10360,11 +10361,11 @@ function resolveThemeName(name) {
10360
10361
  return name;
10361
10362
  if (isPath(name))
10362
10363
  return name;
10363
- if (_chunkN6L4BUFDjs.packageExists.call(void 0, `@slidev/theme-${name}`))
10364
+ if (_chunkOVFYMGU6js.packageExists.call(void 0, `@slidev/theme-${name}`))
10364
10365
  return `@slidev/theme-${name}`;
10365
- if (_chunkN6L4BUFDjs.packageExists.call(void 0, `slidev-theme-${name}`))
10366
+ if (_chunkOVFYMGU6js.packageExists.call(void 0, `slidev-theme-${name}`))
10366
10367
  return `slidev-theme-${name}`;
10367
- if (_chunkN6L4BUFDjs.packageExists.call(void 0, name))
10368
+ if (_chunkOVFYMGU6js.packageExists.call(void 0, name))
10368
10369
  return name;
10369
10370
  if (officialThemes[name] != null)
10370
10371
  return officialThemes[name];
@@ -10376,7 +10377,7 @@ async function promptForThemeInstallation(name) {
10376
10377
  name = resolveThemeName(name);
10377
10378
  if (!name)
10378
10379
  return name;
10379
- if (isPath(name) || _chunkN6L4BUFDjs.packageExists.call(void 0, name))
10380
+ if (isPath(name) || _chunkOVFYMGU6js.packageExists.call(void 0, name))
10380
10381
  return name;
10381
10382
  const { confirm: confirm2 } = await _prompts2.default.call(void 0, {
10382
10383
  name: "confirm",