@slidev/cli 0.40.13 → 0.40.16

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.
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- var _chunk6ZQ34UDWjs = require('./chunk-6ZQ34UDW.js');
5
+ var _chunkUL7Y3R6Sjs = require('./chunk-UL7Y3R6S.js');
6
6
  require('./chunk-GE7W2DBE.js');
7
7
 
8
8
  // node/build.ts
@@ -646,16 +646,16 @@ async function build(options, viteConfig = {}, args) {
646
646
  let originalIndexHTML;
647
647
  if (_fsextra2.default.existsSync(indexPath))
648
648
  originalIndexHTML = await _fsextra2.default.readFile(indexPath, "utf-8");
649
- await _fsextra2.default.writeFile(indexPath, await _chunk6ZQ34UDWjs.getIndexHtml.call(void 0, options), "utf-8");
649
+ await _fsextra2.default.writeFile(indexPath, await _chunkUL7Y3R6Sjs.getIndexHtml.call(void 0, options), "utf-8");
650
650
  let config = void 0;
651
651
  try {
652
- const inlineConfig = await _chunk6ZQ34UDWjs.mergeViteConfigs.call(void 0,
652
+ const inlineConfig = await _chunkUL7Y3R6Sjs.mergeViteConfigs.call(void 0,
653
653
  options,
654
654
  viteConfig,
655
655
  {
656
656
  root: options.userRoot,
657
657
  plugins: [
658
- await _chunk6ZQ34UDWjs.ViteSlidevPlugin.call(void 0, options, pluginOptions),
658
+ await _chunkUL7Y3R6Sjs.ViteSlidevPlugin.call(void 0, options, pluginOptions),
659
659
  {
660
660
  name: "resolve-config",
661
661
  configResolved(_config) {
@@ -676,7 +676,7 @@ async function build(options, viteConfig = {}, args) {
676
676
  } else {
677
677
  console.log(_kolorist.blue.call(void 0, " building for Monaco...\n"));
678
678
  await _vite.build.call(void 0,
679
- await _chunk6ZQ34UDWjs.mergeViteConfigs.call(void 0,
679
+ await _chunkUL7Y3R6Sjs.mergeViteConfigs.call(void 0,
680
680
  options,
681
681
  inlineConfig,
682
682
  {
@@ -2,7 +2,7 @@ import {
2
2
  ViteSlidevPlugin,
3
3
  getIndexHtml,
4
4
  mergeViteConfigs
5
- } from "./chunk-IN5TEOBS.mjs";
5
+ } from "./chunk-AZNSOTRG.mjs";
6
6
  import "./chunk-CTG3GV2W.mjs";
7
7
 
8
8
  // node/build.ts
@@ -271,7 +271,7 @@ var dependencies = {
271
271
  "@antfu/utils": "^0.7.2",
272
272
  "@slidev/parser": "workspace:*",
273
273
  "@slidev/types": "workspace:*",
274
- "@unocss/reset": "^0.51.4",
274
+ "@unocss/reset": "^0.51.5",
275
275
  "@vueuse/core": "^10.0.2",
276
276
  "@vueuse/head": "^1.1.26",
277
277
  "@vueuse/math": "^10.0.2",
@@ -290,7 +290,7 @@ var dependencies = {
290
290
  prettier: "^2.8.7",
291
291
  recordrtc: "^5.6.2",
292
292
  resolve: "^1.22.2",
293
- unocss: "^0.51.4",
293
+ unocss: "^0.51.5",
294
294
  "vite-plugin-windicss": "^1.8.10",
295
295
  vue: "^3.2.47",
296
296
  "vue-router": "^4.1.6",
@@ -718,7 +718,7 @@ ${title}
718
718
  const imports = [
719
719
  'import { inject as vueInject } from "vue"',
720
720
  `import InjectedLayout from "${toAtFS(layouts[layoutName])}"`,
721
- 'import { injectionSlidevContext } from "@slidev/client/constants"',
721
+ 'import { injectionSlidevContext } from "@slidev/client/constants.ts"',
722
722
  `const frontmatter = ${JSON.stringify(frontmatter)}`,
723
723
  "const $slidev = vueInject(injectionSlidevContext)"
724
724
  ];
@@ -742,7 +742,7 @@ ${code.slice(injectB)}`;
742
742
  return code;
743
743
  const imports = [
744
744
  'import { inject as vueInject } from "vue"',
745
- 'import { injectionSlidevContext } from "@slidev/client/constants"',
745
+ 'import { injectionSlidevContext } from "@slidev/client/constants.ts"',
746
746
  "const $slidev = vueInject(injectionSlidevContext)"
747
747
  ];
748
748
  const matchScript = code.match(/<script((?!setup).)*(setup)?.*>/);
@@ -757,7 +757,7 @@ ${imports.join("\n")}
757
757
  let component = code.slice(exportIndex);
758
758
  component = component.slice(0, component.indexOf("</script>"));
759
759
  const scriptIndex = (matchScript.index || 0) + matchScript[0].length;
760
- const provideImport = '\nimport { injectionSlidevContext } from "@slidev/client/constants"\n';
760
+ const provideImport = '\nimport { injectionSlidevContext } from "@slidev/client/constants.ts"\n';
761
761
  code = `${code.slice(0, scriptIndex)}${provideImport}${code.slice(scriptIndex)}`;
762
762
  let injectIndex = exportIndex + provideImport.length;
763
763
  let injectObject = "$slidev: { from: injectionSlidevContext },";
@@ -982,6 +982,16 @@ export default {
982
982
  // node/plugins/monacoTransform.ts
983
983
  import { join as join6 } from "path";
984
984
  import { slash as slash3 } from "@antfu/utils";
985
+ async function getPackageData(pkg) {
986
+ const { resolvePackageData } = await import("vite");
987
+ const info = resolvePackageData(pkg, process.cwd());
988
+ if (!info)
989
+ return;
990
+ const typePath = info.data.types || info.data.typings;
991
+ if (!typePath)
992
+ return;
993
+ return [info, typePath];
994
+ }
985
995
  function createMonacoTypesLoader() {
986
996
  return {
987
997
  name: "slidev:monaco-types-loader",
@@ -994,13 +1004,10 @@ function createMonacoTypesLoader() {
994
1004
  const match = id.match(/^\/\@slidev-monaco-types\/(.*)$/);
995
1005
  if (match) {
996
1006
  const pkg = match[1];
997
- const { resolvePackageData } = await import("vite");
998
- const info = resolvePackageData(pkg, process.cwd());
999
- if (!info)
1007
+ const packageData = await getPackageData(pkg) || await getPackageData(`@types/${pkg}`);
1008
+ if (!packageData)
1000
1009
  return;
1001
- const typePath = info.data.types || info.data.typings;
1002
- if (!typePath)
1003
- return "";
1010
+ const [info, typePath] = packageData;
1004
1011
  return [
1005
1012
  "import * as monaco from 'monaco-editor'",
1006
1013
  `import Type from "${slash3(join6(info.dir, typePath))}?raw"`,
@@ -1696,6 +1703,7 @@ async function ViteSlidevPlugin(options, pluginOptions, serverOptions = {}) {
1696
1703
  }
1697
1704
  }),
1698
1705
  publicRoots.length ? viteStaticCopy({
1706
+ silent: true,
1699
1707
  targets: publicRoots.map((r) => ({
1700
1708
  src: `${r}/*`,
1701
1709
  dest: "theme"
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ViteSlidevPlugin,
3
3
  mergeViteConfigs
4
- } from "./chunk-IN5TEOBS.mjs";
4
+ } from "./chunk-AZNSOTRG.mjs";
5
5
  import {
6
6
  __commonJS,
7
7
  __privateAdd,
@@ -2453,7 +2453,7 @@ async function createServer(options, viteConfig = {}, serverOptions = {}) {
2453
2453
  import * as parser from "@slidev/parser/fs";
2454
2454
 
2455
2455
  // package.json
2456
- var version = "0.40.13";
2456
+ var version = "0.40.16";
2457
2457
 
2458
2458
  // node/themes.ts
2459
2459
  import prompts2 from "prompts";
@@ -271,7 +271,7 @@ var dependencies = {
271
271
  "@antfu/utils": "^0.7.2",
272
272
  "@slidev/parser": "workspace:*",
273
273
  "@slidev/types": "workspace:*",
274
- "@unocss/reset": "^0.51.4",
274
+ "@unocss/reset": "^0.51.5",
275
275
  "@vueuse/core": "^10.0.2",
276
276
  "@vueuse/head": "^1.1.26",
277
277
  "@vueuse/math": "^10.0.2",
@@ -290,7 +290,7 @@ var dependencies = {
290
290
  prettier: "^2.8.7",
291
291
  recordrtc: "^5.6.2",
292
292
  resolve: "^1.22.2",
293
- unocss: "^0.51.4",
293
+ unocss: "^0.51.5",
294
294
  "vite-plugin-windicss": "^1.8.10",
295
295
  vue: "^3.2.47",
296
296
  "vue-router": "^4.1.6",
@@ -718,7 +718,7 @@ ${title}
718
718
  const imports = [
719
719
  'import { inject as vueInject } from "vue"',
720
720
  `import InjectedLayout from "${_chunkGE7W2DBEjs.toAtFS.call(void 0, layouts[layoutName])}"`,
721
- 'import { injectionSlidevContext } from "@slidev/client/constants"',
721
+ 'import { injectionSlidevContext } from "@slidev/client/constants.ts"',
722
722
  `const frontmatter = ${JSON.stringify(frontmatter)}`,
723
723
  "const $slidev = vueInject(injectionSlidevContext)"
724
724
  ];
@@ -742,7 +742,7 @@ ${code.slice(injectB)}`;
742
742
  return code;
743
743
  const imports = [
744
744
  'import { inject as vueInject } from "vue"',
745
- 'import { injectionSlidevContext } from "@slidev/client/constants"',
745
+ 'import { injectionSlidevContext } from "@slidev/client/constants.ts"',
746
746
  "const $slidev = vueInject(injectionSlidevContext)"
747
747
  ];
748
748
  const matchScript = code.match(/<script((?!setup).)*(setup)?.*>/);
@@ -757,7 +757,7 @@ ${imports.join("\n")}
757
757
  let component = code.slice(exportIndex);
758
758
  component = component.slice(0, component.indexOf("</script>"));
759
759
  const scriptIndex = (matchScript.index || 0) + matchScript[0].length;
760
- const provideImport = '\nimport { injectionSlidevContext } from "@slidev/client/constants"\n';
760
+ const provideImport = '\nimport { injectionSlidevContext } from "@slidev/client/constants.ts"\n';
761
761
  code = `${code.slice(0, scriptIndex)}${provideImport}${code.slice(scriptIndex)}`;
762
762
  let injectIndex = exportIndex + provideImport.length;
763
763
  let injectObject = "$slidev: { from: injectionSlidevContext },";
@@ -982,6 +982,16 @@ export default {
982
982
  // node/plugins/monacoTransform.ts
983
983
 
984
984
 
985
+ async function getPackageData(pkg) {
986
+ const { resolvePackageData } = await Promise.resolve().then(() => require("vite"));
987
+ const info = resolvePackageData(pkg, process.cwd());
988
+ if (!info)
989
+ return;
990
+ const typePath = info.data.types || info.data.typings;
991
+ if (!typePath)
992
+ return;
993
+ return [info, typePath];
994
+ }
985
995
  function createMonacoTypesLoader() {
986
996
  return {
987
997
  name: "slidev:monaco-types-loader",
@@ -994,13 +1004,10 @@ function createMonacoTypesLoader() {
994
1004
  const match = id.match(/^\/\@slidev-monaco-types\/(.*)$/);
995
1005
  if (match) {
996
1006
  const pkg = match[1];
997
- const { resolvePackageData } = await Promise.resolve().then(() => require("vite"));
998
- const info = resolvePackageData(pkg, process.cwd());
999
- if (!info)
1007
+ const packageData = await getPackageData(pkg) || await getPackageData(`@types/${pkg}`);
1008
+ if (!packageData)
1000
1009
  return;
1001
- const typePath = info.data.types || info.data.typings;
1002
- if (!typePath)
1003
- return "";
1010
+ const [info, typePath] = packageData;
1004
1011
  return [
1005
1012
  "import * as monaco from 'monaco-editor'",
1006
1013
  `import Type from "${_utils.slash.call(void 0, _path.join.call(void 0, info.dir, typePath))}?raw"`,
@@ -1696,6 +1703,7 @@ async function ViteSlidevPlugin(options, pluginOptions, serverOptions = {}) {
1696
1703
  }
1697
1704
  }),
1698
1705
  publicRoots.length ? _vitepluginstaticcopy.viteStaticCopy.call(void 0, {
1706
+ silent: true,
1699
1707
  targets: publicRoots.map((r) => ({
1700
1708
  src: `${r}/*`,
1701
1709
  dest: "theme"
@@ -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 }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }
2
2
 
3
3
 
4
- var _chunk6ZQ34UDWjs = require('./chunk-6ZQ34UDW.js');
4
+ var _chunkUL7Y3R6Sjs = require('./chunk-UL7Y3R6S.js');
5
5
 
6
6
 
7
7
 
@@ -2430,7 +2430,7 @@ async function createServer(options, viteConfig = {}, serverOptions = {}) {
2430
2430
  const pluginOptions = rawConfig.slidev || {};
2431
2431
  process.env.EDITOR = process.env.EDITOR || "code";
2432
2432
  const server = await _vite.createServer.call(void 0,
2433
- await _chunk6ZQ34UDWjs.mergeViteConfigs.call(void 0,
2433
+ await _chunkUL7Y3R6Sjs.mergeViteConfigs.call(void 0,
2434
2434
  options,
2435
2435
  viteConfig,
2436
2436
  {
@@ -2440,7 +2440,7 @@ async function createServer(options, viteConfig = {}, serverOptions = {}) {
2440
2440
  ]
2441
2441
  },
2442
2442
  plugins: [
2443
- await _chunk6ZQ34UDWjs.ViteSlidevPlugin.call(void 0, options, pluginOptions, serverOptions)
2443
+ await _chunkUL7Y3R6Sjs.ViteSlidevPlugin.call(void 0, options, pluginOptions, serverOptions)
2444
2444
  ]
2445
2445
  },
2446
2446
  "serve"
@@ -2453,7 +2453,7 @@ async function createServer(options, viteConfig = {}, serverOptions = {}) {
2453
2453
  var _fs = require('@slidev/parser/fs'); var parser = _interopRequireWildcard(_fs);
2454
2454
 
2455
2455
  // package.json
2456
- var version = "0.40.13";
2456
+ var version = "0.40.16";
2457
2457
 
2458
2458
  // node/themes.ts
2459
2459
  var _prompts = require('prompts'); var _prompts2 = _interopRequireDefault(_prompts);
package/dist/cli.js CHANGED
@@ -9,17 +9,17 @@
9
9
 
10
10
 
11
11
 
12
- var _chunkZOPH5QIRjs = require('./chunk-ZOPH5QIR.js');
12
+ var _chunkZWPKUGOZjs = require('./chunk-ZWPKUGOZ.js');
13
13
 
14
14
 
15
15
 
16
- var _chunk6ZQ34UDWjs = require('./chunk-6ZQ34UDW.js');
16
+ var _chunkUL7Y3R6Sjs = require('./chunk-UL7Y3R6S.js');
17
17
 
18
18
 
19
19
  var _chunkGE7W2DBEjs = require('./chunk-GE7W2DBE.js');
20
20
 
21
21
  // node/cli.ts
22
- var import_fast_deep_equal = _chunkGE7W2DBEjs.__toESM.call(void 0, _chunk6ZQ34UDWjs.require_fast_deep_equal.call(void 0, ));
22
+ var import_fast_deep_equal = _chunkGE7W2DBEjs.__toESM.call(void 0, _chunkUL7Y3R6Sjs.require_fast_deep_equal.call(void 0, ));
23
23
  var _path = require('path'); var _path2 = _interopRequireDefault(_path);
24
24
  var _os = require('os'); var _os2 = _interopRequireDefault(_os);
25
25
  var _child_process = require('child_process');
@@ -45,15 +45,15 @@ _fs.injectPreparserExtensionLoader.call(void 0, async (headmatter, filepath) =>
45
45
  const roots = (
46
46
  /* uniq */
47
47
  [
48
- _chunkZOPH5QIRjs.getUserRoot.call(void 0, {}).userRoot,
49
- ..._chunkZOPH5QIRjs.getAddonRoots.call(void 0, addons, ""),
50
- _chunkZOPH5QIRjs.getClientRoot.call(void 0, )
48
+ _chunkZWPKUGOZjs.getUserRoot.call(void 0, {}).userRoot,
49
+ ..._chunkZWPKUGOZjs.getAddonRoots.call(void 0, addons, ""),
50
+ _chunkZWPKUGOZjs.getClientRoot.call(void 0, )
51
51
  ]
52
52
  );
53
53
  const mergeArrays = (a, b) => a.concat(b);
54
- return await _chunk6ZQ34UDWjs.loadSetups.call(void 0, roots, "preparser.ts", { filepath, headmatter }, [], false, mergeArrays);
54
+ return await _chunkUL7Y3R6Sjs.loadSetups.call(void 0, roots, "preparser.ts", { filepath, headmatter }, [], false, mergeArrays);
55
55
  });
56
- var cli = _yargs2.default.scriptName("slidev").usage("$0 [args]").version(_chunkZOPH5QIRjs.version).strict().showHelpOnFail(false).alias("h", "help").alias("v", "version");
56
+ var cli = _yargs2.default.scriptName("slidev").usage("$0 [args]").version(_chunkZWPKUGOZjs.version).strict().showHelpOnFail(false).alias("h", "help").alias("v", "version");
57
57
  cli.command(
58
58
  "* [entry]",
59
59
  "Start a local server for Slidev",
@@ -109,9 +109,9 @@ cli.command(
109
109
  async function initServer() {
110
110
  if (server)
111
111
  await server.close();
112
- const options = await _chunkZOPH5QIRjs.resolveOptions.call(void 0, { entry, remote, theme, inspect }, "dev");
112
+ const options = await _chunkZWPKUGOZjs.resolveOptions.call(void 0, { entry, remote, theme, inspect }, "dev");
113
113
  port = userPort || await findFreePort(3030);
114
- server = await _chunkZOPH5QIRjs.createServer.call(void 0,
114
+ server = await _chunkZWPKUGOZjs.createServer.call(void 0,
115
115
  options,
116
116
  {
117
117
  server: {
@@ -125,7 +125,7 @@ cli.command(
125
125
  },
126
126
  {
127
127
  onDataReload(newData, data) {
128
- if (!theme && _chunkZOPH5QIRjs.resolveThemeName.call(void 0, newData.config.theme) !== _chunkZOPH5QIRjs.resolveThemeName.call(void 0, data.config.theme)) {
128
+ if (!theme && _chunkZWPKUGOZjs.resolveThemeName.call(void 0, newData.config.theme) !== _chunkZWPKUGOZjs.resolveThemeName.call(void 0, data.config.theme)) {
129
129
  console.log(_kolorist.yellow.call(void 0, "\n restarting on theme change\n"));
130
130
  initServer();
131
131
  } else if (CONFIG_RESTART_FIELDS.some((i) => !(0, import_fast_deep_equal.default)(newData.config[i], data.config[i]))) {
@@ -243,9 +243,9 @@ cli.command(
243
243
  }).strict().help(),
244
244
  async (args) => {
245
245
  const { entry, theme, watch, base, download, out, inspect } = args;
246
- const { build } = await Promise.resolve().then(() => require("./build-33PM4JAK.js"));
246
+ const { build } = await Promise.resolve().then(() => require("./build-OCDEV4EW.js"));
247
247
  for (const entryFile of entry) {
248
- const options = await _chunkZOPH5QIRjs.resolveOptions.call(void 0, { entry: entryFile, theme, inspect }, "build");
248
+ const options = await _chunkZWPKUGOZjs.resolveOptions.call(void 0, { entry: entryFile, theme, inspect }, "build");
249
249
  if (download && !options.data.config.download)
250
250
  options.data.config.download = download;
251
251
  printInfo(options);
@@ -265,9 +265,9 @@ cli.command(
265
265
  (args) => commonOptions(args).strict().help(),
266
266
  async ({ entry }) => {
267
267
  for (const entryFile of entry) {
268
- const data = await _chunkZOPH5QIRjs.parser.load(entryFile);
269
- _chunkZOPH5QIRjs.parser.prettify(data);
270
- await _chunkZOPH5QIRjs.parser.save(data);
268
+ const data = await _chunkZWPKUGOZjs.parser.load(entryFile);
269
+ _chunkZWPKUGOZjs.parser.prettify(data);
270
+ await _chunkZWPKUGOZjs.parser.save(data);
271
271
  }
272
272
  }
273
273
  );
@@ -283,17 +283,17 @@ cli.command(
283
283
  default: "theme"
284
284
  }),
285
285
  async ({ entry, dir, theme: themeInput }) => {
286
- const data = await _chunkZOPH5QIRjs.parser.load(entry);
287
- const theme = _chunkZOPH5QIRjs.resolveThemeName.call(void 0, themeInput || data.config.theme);
286
+ const data = await _chunkZWPKUGOZjs.parser.load(entry);
287
+ const theme = _chunkZWPKUGOZjs.resolveThemeName.call(void 0, themeInput || data.config.theme);
288
288
  if (theme === "none") {
289
289
  console.error('Cannot eject theme "none"');
290
290
  process.exit(1);
291
291
  }
292
- if (_chunkZOPH5QIRjs.isPath.call(void 0, theme)) {
292
+ if (_chunkZWPKUGOZjs.isPath.call(void 0, theme)) {
293
293
  console.error("Theme is already ejected");
294
294
  process.exit(1);
295
295
  }
296
- const roots = _chunkZOPH5QIRjs.getThemeRoots.call(void 0, theme, entry);
296
+ const roots = _chunkZWPKUGOZjs.getThemeRoots.call(void 0, theme, entry);
297
297
  if (!roots.length) {
298
298
  console.error(`Could not find theme "${theme}"`);
299
299
  process.exit(1);
@@ -305,7 +305,7 @@ cli.command(
305
305
  const dirPath = `./${dir}`;
306
306
  data.slides[0].frontmatter.theme = dirPath;
307
307
  data.slides[0].raw = null;
308
- await _chunkZOPH5QIRjs.parser.save(data);
308
+ await _chunkZWPKUGOZjs.parser.save(data);
309
309
  console.log(`Theme "${theme}" ejected successfully to "${dirPath}"`);
310
310
  }
311
311
  );
@@ -325,8 +325,8 @@ cli.command(
325
325
  const { exportSlides, getExportOptions } = await Promise.resolve().then(() => require("./export-GTPZJWVE.js"));
326
326
  const port = await findFreePort(12445);
327
327
  for (const entryFile of entry) {
328
- const options = await _chunkZOPH5QIRjs.resolveOptions.call(void 0, { entry: entryFile, theme }, "export");
329
- const server = await _chunkZOPH5QIRjs.createServer.call(void 0,
328
+ const options = await _chunkZWPKUGOZjs.resolveOptions.call(void 0, { entry: entryFile, theme }, "export");
329
+ const server = await _chunkZWPKUGOZjs.createServer.call(void 0,
330
330
  options,
331
331
  {
332
332
  server: { port },
@@ -335,7 +335,7 @@ cli.command(
335
335
  );
336
336
  await server.listen(port);
337
337
  printInfo(options);
338
- _chunkZOPH5QIRjs.parser.filterDisabled(options.data);
338
+ _chunkZWPKUGOZjs.parser.filterDisabled(options.data);
339
339
  const result = await exportSlides({
340
340
  port,
341
341
  ...getExportOptions({ ...args, entry: entryFile }, options)
@@ -371,8 +371,8 @@ cli.command(
371
371
  const { exportNotes } = await Promise.resolve().then(() => require("./export-GTPZJWVE.js"));
372
372
  const port = await findFreePort(12445);
373
373
  for (const entryFile of entry) {
374
- const options = await _chunkZOPH5QIRjs.resolveOptions.call(void 0, { entry: entryFile }, "export");
375
- const server = await _chunkZOPH5QIRjs.createServer.call(void 0,
374
+ const options = await _chunkZWPKUGOZjs.resolveOptions.call(void 0, { entry: entryFile }, "export");
375
+ const server = await _chunkZWPKUGOZjs.createServer.call(void 0,
376
376
  options,
377
377
  {
378
378
  server: { port },
@@ -381,7 +381,7 @@ cli.command(
381
381
  );
382
382
  await server.listen(port);
383
383
  printInfo(options);
384
- _chunkZOPH5QIRjs.parser.filterDisabled(options.data);
384
+ _chunkZWPKUGOZjs.parser.filterDisabled(options.data);
385
385
  const result = await exportNotes({
386
386
  port,
387
387
  output: output || (options.data.config.exportFilename ? `${options.data.config.exportFilename}-notes` : `${_path2.default.basename(entryFile, ".md")}-export-notes`),
@@ -442,7 +442,7 @@ function printInfo(options, port, remote, tunnelUrl) {
442
442
  console.log();
443
443
  console.log();
444
444
  console.log(` ${_kolorist.cyan.call(void 0, "\u25CF") + _kolorist.blue.call(void 0, "\u25A0") + _kolorist.yellow.call(void 0, "\u25B2")}`);
445
- console.log(`${_kolorist.bold.call(void 0, " Slidev")} ${_kolorist.blue.call(void 0, `v${_chunkZOPH5QIRjs.version}`)} ${_isinstalledglobally2.default ? _kolorist.yellow.call(void 0, "(global)") : ""}`);
445
+ console.log(`${_kolorist.bold.call(void 0, " Slidev")} ${_kolorist.blue.call(void 0, `v${_chunkZWPKUGOZjs.version}`)} ${_isinstalledglobally2.default ? _kolorist.yellow.call(void 0, "(global)") : ""}`);
446
446
  console.log();
447
447
  console.log(_kolorist.dim.call(void 0, " theme ") + (options.theme ? _kolorist.green.call(void 0, options.theme) : _kolorist.gray.call(void 0, "none")));
448
448
  console.log(_kolorist.dim.call(void 0, " entry ") + _kolorist.dim.call(void 0, _path2.default.dirname(options.entry) + _path2.default.sep) + _path2.default.basename(options.entry));
package/dist/cli.mjs CHANGED
@@ -9,11 +9,11 @@ import {
9
9
  resolveOptions,
10
10
  resolveThemeName,
11
11
  version
12
- } from "./chunk-3Q4SPBZA.mjs";
12
+ } from "./chunk-F7GZLYOU.mjs";
13
13
  import {
14
14
  loadSetups,
15
15
  require_fast_deep_equal
16
- } from "./chunk-IN5TEOBS.mjs";
16
+ } from "./chunk-AZNSOTRG.mjs";
17
17
  import {
18
18
  __toESM
19
19
  } from "./chunk-CTG3GV2W.mjs";
@@ -243,7 +243,7 @@ cli.command(
243
243
  }).strict().help(),
244
244
  async (args) => {
245
245
  const { entry, theme, watch, base, download, out, inspect } = args;
246
- const { build } = await import("./build-N4KQNCCY.mjs");
246
+ const { build } = await import("./build-QUQHXWDV.mjs");
247
247
  for (const entryFile of entry) {
248
248
  const options = await resolveOptions({ entry: entryFile, theme, inspect }, "build");
249
249
  if (download && !options.data.config.download)
package/dist/index.js CHANGED
@@ -9,11 +9,11 @@
9
9
 
10
10
 
11
11
 
12
- var _chunkZOPH5QIRjs = require('./chunk-ZOPH5QIR.js');
12
+ var _chunkZWPKUGOZjs = require('./chunk-ZWPKUGOZ.js');
13
13
 
14
14
 
15
15
 
16
- var _chunk6ZQ34UDWjs = require('./chunk-6ZQ34UDW.js');
16
+ var _chunkUL7Y3R6Sjs = require('./chunk-UL7Y3R6S.js');
17
17
  require('./chunk-GE7W2DBE.js');
18
18
 
19
19
 
@@ -28,4 +28,4 @@ require('./chunk-GE7W2DBE.js');
28
28
 
29
29
 
30
30
 
31
- exports.ViteSlidevPlugin = _chunk6ZQ34UDWjs.ViteSlidevPlugin; exports.createServer = _chunkZOPH5QIRjs.createServer; exports.createWindiCSSPlugin = _chunk6ZQ34UDWjs.createWindiCSSPlugin; exports.getAddonRoots = _chunkZOPH5QIRjs.getAddonRoots; exports.getCLIRoot = _chunkZOPH5QIRjs.getCLIRoot; exports.getClientRoot = _chunkZOPH5QIRjs.getClientRoot; exports.getRoot = _chunkZOPH5QIRjs.getRoot; exports.getThemeRoots = _chunkZOPH5QIRjs.getThemeRoots; exports.getUserRoot = _chunkZOPH5QIRjs.getUserRoot; exports.isPath = _chunkZOPH5QIRjs.isPath; exports.parser = _chunkZOPH5QIRjs.parser; exports.resolveOptions = _chunkZOPH5QIRjs.resolveOptions;
31
+ exports.ViteSlidevPlugin = _chunkUL7Y3R6Sjs.ViteSlidevPlugin; exports.createServer = _chunkZWPKUGOZjs.createServer; exports.createWindiCSSPlugin = _chunkUL7Y3R6Sjs.createWindiCSSPlugin; exports.getAddonRoots = _chunkZWPKUGOZjs.getAddonRoots; exports.getCLIRoot = _chunkZWPKUGOZjs.getCLIRoot; exports.getClientRoot = _chunkZWPKUGOZjs.getClientRoot; exports.getRoot = _chunkZWPKUGOZjs.getRoot; exports.getThemeRoots = _chunkZWPKUGOZjs.getThemeRoots; exports.getUserRoot = _chunkZWPKUGOZjs.getUserRoot; exports.isPath = _chunkZWPKUGOZjs.isPath; exports.parser = _chunkZWPKUGOZjs.parser; exports.resolveOptions = _chunkZWPKUGOZjs.resolveOptions;
package/dist/index.mjs CHANGED
@@ -9,11 +9,11 @@ import {
9
9
  isPath,
10
10
  parser,
11
11
  resolveOptions
12
- } from "./chunk-3Q4SPBZA.mjs";
12
+ } from "./chunk-F7GZLYOU.mjs";
13
13
  import {
14
14
  ViteSlidevPlugin,
15
15
  createWindiCSSPlugin
16
- } from "./chunk-IN5TEOBS.mjs";
16
+ } from "./chunk-AZNSOTRG.mjs";
17
17
  import "./chunk-CTG3GV2W.mjs";
18
18
  export {
19
19
  ViteSlidevPlugin,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slidev/cli",
3
- "version": "0.40.13",
3
+ "version": "0.40.16",
4
4
  "description": "Presentation slides for developers",
5
5
  "author": "antfu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -81,22 +81,22 @@
81
81
  "resolve-from": "^5.0.0",
82
82
  "resolve-global": "^1.0.0",
83
83
  "shiki": "^0.14.1",
84
- "unocss": "^0.51.4",
84
+ "unocss": "^0.51.5",
85
85
  "unplugin-icons": "^0.16.1",
86
86
  "unplugin-vue-components": "^0.24.1",
87
- "vite": "^4.2.2",
88
- "vite-plugin-inspect": "^0.7.22",
87
+ "vite": "^4.3.0",
88
+ "vite-plugin-inspect": "^0.7.23",
89
89
  "vite-plugin-remote-assets": "^0.3.2",
90
- "vite-plugin-static-copy": "^0.13.1",
90
+ "vite-plugin-static-copy": "^0.14.0",
91
91
  "vite-plugin-vue-markdown": "^0.22.6",
92
92
  "vite-plugin-vue-server-ref": "^0.3.3",
93
93
  "vite-plugin-windicss": "^1.8.10",
94
94
  "vue": "^3.2.47",
95
95
  "windicss": "^3.5.6",
96
96
  "yargs": "^17.7.1",
97
- "@slidev/client": "0.40.13",
98
- "@slidev/parser": "0.40.13",
99
- "@slidev/types": "0.40.13"
97
+ "@slidev/client": "0.40.16",
98
+ "@slidev/parser": "0.40.16",
99
+ "@slidev/types": "0.40.16"
100
100
  },
101
101
  "devDependencies": {
102
102
  "@types/plantuml-encoder": "^1.4.0",