@slidev/cli 0.49.6 → 0.49.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.
@@ -2,7 +2,7 @@ import {
2
2
  ViteSlidevPlugin,
3
3
  getIndexHtml,
4
4
  mergeViteConfigs
5
- } from "./chunk-4Y3EWPMH.mjs";
5
+ } from "./chunk-USRVNGYC.mjs";
6
6
  import "./chunk-LOUKLO2C.mjs";
7
7
  import "./chunk-RG2EEPCO.mjs";
8
8
  import "./chunk-BXO7ZPPU.mjs";
@@ -2,7 +2,7 @@ import {
2
2
  ViteSlidevPlugin,
3
3
  mergeViteConfigs,
4
4
  version
5
- } from "./chunk-4Y3EWPMH.mjs";
5
+ } from "./chunk-USRVNGYC.mjs";
6
6
  import {
7
7
  createResolver,
8
8
  getRoots,
@@ -7143,7 +7143,7 @@ var require_dist = __commonJS({
7143
7143
  });
7144
7144
 
7145
7145
  // package.json
7146
- var version = "0.49.6";
7146
+ var version = "0.49.7";
7147
7147
 
7148
7148
  // node/commands/shared.ts
7149
7149
  import { existsSync, promises as fs } from "node:fs";
package/dist/cli.mjs CHANGED
@@ -5,10 +5,10 @@ import {
5
5
  resolveAddons,
6
6
  resolveOptions,
7
7
  resolveTheme
8
- } from "./chunk-UFFECLAV.mjs";
8
+ } from "./chunk-GVANDJX7.mjs";
9
9
  import {
10
10
  version
11
- } from "./chunk-4Y3EWPMH.mjs";
11
+ } from "./chunk-USRVNGYC.mjs";
12
12
  import {
13
13
  loadSetups
14
14
  } from "./chunk-LOUKLO2C.mjs";
@@ -328,7 +328,7 @@ cli.command(
328
328
  }).strict().help(),
329
329
  async (args) => {
330
330
  const { entry, theme, base, download, out, inspect } = args;
331
- const { build } = await import("./build-F3OEADD3.mjs");
331
+ const { build } = await import("./build-KCQ3YTFV.mjs");
332
332
  for (const entryFile of entry) {
333
333
  const options = await resolveOptions({ entry: entryFile, theme, inspect }, "build");
334
334
  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-UFFECLAV.mjs";
5
+ } from "./chunk-GVANDJX7.mjs";
6
6
  import {
7
7
  ViteSlidevPlugin
8
- } from "./chunk-4Y3EWPMH.mjs";
8
+ } from "./chunk-USRVNGYC.mjs";
9
9
  import "./chunk-LOUKLO2C.mjs";
10
10
  import "./chunk-RG2EEPCO.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.6",
3
+ "version": "0.49.7",
4
4
  "description": "Presentation slides for developers",
5
5
  "author": "antfu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -109,9 +109,9 @@
109
109
  "vitefu": "^0.2.5",
110
110
  "vue": "^3.4.27",
111
111
  "yargs": "^17.7.2",
112
- "@slidev/client": "0.49.6",
113
- "@slidev/types": "0.49.6",
114
- "@slidev/parser": "0.49.6"
112
+ "@slidev/client": "0.49.7",
113
+ "@slidev/parser": "0.49.7",
114
+ "@slidev/types": "0.49.7"
115
115
  },
116
116
  "devDependencies": {
117
117
  "@hedgedoc/markdown-it-plugins": "^2.1.4",