@slidev/cli 0.49.1 → 0.49.2

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 @@ import {
2
2
  ViteSlidevPlugin,
3
3
  getIndexHtml,
4
4
  mergeViteConfigs
5
- } from "./chunk-KWWH7I4N.mjs";
5
+ } from "./chunk-PMIYMR2F.mjs";
6
6
  import "./chunk-LOUKLO2C.mjs";
7
7
  import "./chunk-ALXAQLRA.mjs";
8
8
  import "./chunk-BXO7ZPPU.mjs";
@@ -7143,7 +7143,7 @@ var require_dist = __commonJS({
7143
7143
  });
7144
7144
 
7145
7145
  // package.json
7146
- var version = "0.49.1";
7146
+ var version = "0.49.2";
7147
7147
 
7148
7148
  // node/commands/shared.ts
7149
7149
  import { existsSync, promises as fs } from "node:fs";
@@ -2,7 +2,7 @@ import {
2
2
  ViteSlidevPlugin,
3
3
  mergeViteConfigs,
4
4
  version
5
- } from "./chunk-KWWH7I4N.mjs";
5
+ } from "./chunk-PMIYMR2F.mjs";
6
6
  import {
7
7
  createResolver,
8
8
  getRoots,
package/dist/cli.mjs CHANGED
@@ -5,10 +5,10 @@ import {
5
5
  resolveAddons,
6
6
  resolveOptions,
7
7
  resolveTheme
8
- } from "./chunk-NG2L7HVW.mjs";
8
+ } from "./chunk-PUAFMPIH.mjs";
9
9
  import {
10
10
  version
11
- } from "./chunk-KWWH7I4N.mjs";
11
+ } from "./chunk-PMIYMR2F.mjs";
12
12
  import {
13
13
  loadSetups
14
14
  } from "./chunk-LOUKLO2C.mjs";
@@ -327,7 +327,7 @@ cli.command(
327
327
  }).strict().help(),
328
328
  async (args) => {
329
329
  const { entry, theme, watch, base, download, out, inspect } = args;
330
- const { build } = await import("./build-OI47N2A7.mjs");
330
+ const { build } = await import("./build-VHRT7T2N.mjs");
331
331
  for (const entryFile of entry) {
332
332
  const options = await resolveOptions({ entry: entryFile, theme, inspect }, "build");
333
333
  if (download && !options.data.config.download)
package/dist/index.mjs CHANGED
@@ -2,10 +2,10 @@ import {
2
2
  createServer,
3
3
  parser,
4
4
  resolveOptions
5
- } from "./chunk-NG2L7HVW.mjs";
5
+ } from "./chunk-PUAFMPIH.mjs";
6
6
  import {
7
7
  ViteSlidevPlugin
8
- } from "./chunk-KWWH7I4N.mjs";
8
+ } from "./chunk-PMIYMR2F.mjs";
9
9
  import "./chunk-LOUKLO2C.mjs";
10
10
  import "./chunk-ALXAQLRA.mjs";
11
11
  import "./chunk-BXO7ZPPU.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slidev/cli",
3
- "version": "0.49.1",
3
+ "version": "0.49.2",
4
4
  "description": "Presentation slides for developers",
5
5
  "author": "antfu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -108,9 +108,9 @@
108
108
  "vitefu": "^0.2.5",
109
109
  "vue": "^3.4.27",
110
110
  "yargs": "^17.7.2",
111
- "@slidev/client": "0.49.1",
112
- "@slidev/types": "0.49.1",
113
- "@slidev/parser": "0.49.1"
111
+ "@slidev/client": "0.49.2",
112
+ "@slidev/parser": "0.49.2",
113
+ "@slidev/types": "0.49.2"
114
114
  },
115
115
  "devDependencies": {
116
116
  "@hedgedoc/markdown-it-plugins": "^2.1.4",