@slidev/cli 0.49.15 → 0.49.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.
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  getIndexHtml,
3
3
  resolveViteConfigs
4
- } from "./chunk-VAXCTWQX.mjs";
4
+ } from "./chunk-75T3CMVM.mjs";
5
5
  import "./chunk-27Q2X57X.mjs";
6
6
 
7
7
  // node/commands/build.ts
@@ -7176,7 +7176,7 @@ var require_dist = __commonJS({
7176
7176
  });
7177
7177
 
7178
7178
  // package.json
7179
- var version = "0.49.15";
7179
+ var version = "0.49.16";
7180
7180
 
7181
7181
  // node/commands/shared.ts
7182
7182
  import { existsSync as existsSync7, promises as fs9 } from "node:fs";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  resolveViteConfigs
3
- } from "./chunk-VAXCTWQX.mjs";
3
+ } from "./chunk-75T3CMVM.mjs";
4
4
 
5
5
  // node/commands/server.ts
6
6
  import { join } from "node:path";
package/dist/cli.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  createServer
3
- } from "./chunk-X5LWKCT6.mjs";
3
+ } from "./chunk-Q2HOAG35.mjs";
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-VAXCTWQX.mjs";
12
+ } from "./chunk-75T3CMVM.mjs";
13
13
  import {
14
14
  getRoots,
15
15
  isInstalledGlobally,
@@ -325,7 +325,7 @@ cli.command(
325
325
  }).strict().help(),
326
326
  async (args) => {
327
327
  const { entry, theme, base, download, out, inspect } = args;
328
- const { build } = await import("./build-J45HACJD.mjs");
328
+ const { build } = await import("./build-3WHK3B4C.mjs");
329
329
  for (const entryFile of entry) {
330
330
  const options = await resolveOptions({ entry: entryFile, theme, inspect }, "build");
331
331
  if (download && !options.data.config.download)
package/dist/index.mjs CHANGED
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  createServer
3
- } from "./chunk-X5LWKCT6.mjs";
3
+ } from "./chunk-Q2HOAG35.mjs";
4
4
  import {
5
5
  ViteSlidevPlugin,
6
6
  createDataUtils,
7
7
  parser,
8
8
  resolveOptions
9
- } from "./chunk-VAXCTWQX.mjs";
9
+ } from "./chunk-75T3CMVM.mjs";
10
10
  import "./chunk-27Q2X57X.mjs";
11
11
  export {
12
12
  ViteSlidevPlugin,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slidev/cli",
3
- "version": "0.49.15",
3
+ "version": "0.49.16",
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.31",
111
111
  "yargs": "^17.7.2",
112
- "@slidev/client": "0.49.15",
113
- "@slidev/types": "0.49.15",
114
- "@slidev/parser": "0.49.15"
112
+ "@slidev/client": "0.49.16",
113
+ "@slidev/parser": "0.49.16",
114
+ "@slidev/types": "0.49.16"
115
115
  },
116
116
  "devDependencies": {
117
117
  "@hedgedoc/markdown-it-plugins": "^2.1.4",