@slidev/cli 0.49.18 → 0.49.20

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
  import {
2
2
  getIndexHtml,
3
3
  resolveViteConfigs
4
- } from "./chunk-LY5CYMWF.js";
4
+ } from "./chunk-FD6FPDML.js";
5
5
  import "./chunk-6DS3IPOB.js";
6
6
  import "./chunk-2BABGNMX.js";
7
7
  import "./chunk-JSBRDJBE.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  resolveViteConfigs
3
- } from "./chunk-LY5CYMWF.js";
3
+ } from "./chunk-FD6FPDML.js";
4
4
 
5
5
  // node/commands/serve.ts
6
6
  import { join } from "node:path";
@@ -7183,7 +7183,7 @@ var require_dist = __commonJS({
7183
7183
  });
7184
7184
 
7185
7185
  // package.json
7186
- var version = "0.49.18";
7186
+ var version = "0.49.20";
7187
7187
 
7188
7188
  // node/commands/shared.ts
7189
7189
  import { existsSync as existsSync7, promises as fs9 } from "node:fs";
package/dist/cli.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  createServer
3
- } from "./chunk-ZVBQP5II.js";
3
+ } from "./chunk-CCKGIYTD.js";
4
4
  import {
5
5
  getThemeMeta,
6
6
  loadSetups,
@@ -9,7 +9,7 @@ import {
9
9
  resolveOptions,
10
10
  resolveTheme,
11
11
  version
12
- } from "./chunk-LY5CYMWF.js";
12
+ } from "./chunk-FD6FPDML.js";
13
13
  import "./chunk-6DS3IPOB.js";
14
14
  import {
15
15
  getRoots,
@@ -335,7 +335,7 @@ cli.command(
335
335
  }).strict().help(),
336
336
  async (args) => {
337
337
  const { entry, theme, base, download, out, inspect } = args;
338
- const { build } = await import("./build-WV74WRXR.js");
338
+ const { build } = await import("./build-YNUEJSJW.js");
339
339
  for (const entryFile of entry) {
340
340
  const options = await resolveOptions({ entry: entryFile, theme, inspect }, "build");
341
341
  if (download && !options.data.config.download)
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  createServer
3
- } from "./chunk-ZVBQP5II.js";
3
+ } from "./chunk-CCKGIYTD.js";
4
4
  import {
5
5
  ViteSlidevPlugin,
6
6
  createDataUtils,
7
7
  parser,
8
8
  resolveOptions
9
- } from "./chunk-LY5CYMWF.js";
9
+ } from "./chunk-FD6FPDML.js";
10
10
  import "./chunk-6DS3IPOB.js";
11
11
  import "./chunk-2BABGNMX.js";
12
12
  import "./chunk-JSBRDJBE.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@slidev/cli",
3
3
  "type": "module",
4
- "version": "0.49.18",
4
+ "version": "0.49.20",
5
5
  "description": "Presentation slides for developers",
6
6
  "author": "antfu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -109,9 +109,9 @@
109
109
  "vitefu": "^0.2.5",
110
110
  "vue": "^3.4.33",
111
111
  "yargs": "^17.7.2",
112
- "@slidev/client": "0.49.18",
113
- "@slidev/parser": "0.49.18",
114
- "@slidev/types": "0.49.18"
112
+ "@slidev/client": "0.49.20",
113
+ "@slidev/types": "0.49.20",
114
+ "@slidev/parser": "0.49.20"
115
115
  },
116
116
  "devDependencies": {
117
117
  "@hedgedoc/markdown-it-plugins": "^2.1.4",