@slidev/cli 52.9.0 → 52.9.1

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,4 +1,4 @@
1
- import { t as resolveViteConfigs } from "./shared-Bt_Rl7eW.mjs";
1
+ import { t as resolveViteConfigs } from "./shared-D3BW4vqA.mjs";
2
2
  import "./resolver-Du-CxvL9.mjs";
3
3
  import fs from "node:fs/promises";
4
4
  import { join, resolve } from "node:path";
package/dist/cli.mjs CHANGED
@@ -1,6 +1,6 @@
1
- import { a as loadSetups, c as resolveTheme, d as version, i as resolveOptions, l as resolveAddons, o as parser, s as getThemeMeta, u as updateFrontmatterPatch } from "./shared-Bt_Rl7eW.mjs";
1
+ import { a as loadSetups, c as resolveTheme, d as version, i as resolveOptions, l as resolveAddons, o as parser, s as getThemeMeta, u as updateFrontmatterPatch } from "./shared-D3BW4vqA.mjs";
2
2
  import { i as resolveEntry, n as getRoots, r as isInstalledGlobally } from "./resolver-Du-CxvL9.mjs";
3
- import { t as createServer } from "./serve-Dhhx_9mO.mjs";
3
+ import { t as createServer } from "./serve-BrA39NVM.mjs";
4
4
  import { exec } from "node:child_process";
5
5
  import fs from "node:fs/promises";
6
6
  import os from "node:os";
@@ -292,7 +292,7 @@ cli.command("build [entry..]", "Build hostable SPA", (args) => exportOptions(com
292
292
  describe: "enable the inspect plugin for debugging"
293
293
  }).strict().help(), async (args) => {
294
294
  const { entry, theme, base, download, out, inspect } = args;
295
- const { build } = await import("./build-ofp93Tda.mjs");
295
+ const { build } = await import("./build-C0y4MWcQ.mjs");
296
296
  for (const entryFile of entry) {
297
297
  const options = await resolveOptions({
298
298
  entry: entryFile,
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
- import { i as resolveOptions, n as ViteSlidevPlugin, o as parser, r as createDataUtils } from "./shared-Bt_Rl7eW.mjs";
1
+ import { i as resolveOptions, n as ViteSlidevPlugin, o as parser, r as createDataUtils } from "./shared-D3BW4vqA.mjs";
2
2
  import "./resolver-Du-CxvL9.mjs";
3
- import { t as createServer } from "./serve-Dhhx_9mO.mjs";
3
+ import { t as createServer } from "./serve-BrA39NVM.mjs";
4
4
 
5
5
  export { ViteSlidevPlugin, createDataUtils, createServer, parser, resolveOptions };
@@ -1,4 +1,4 @@
1
- import { t as resolveViteConfigs } from "./shared-Bt_Rl7eW.mjs";
1
+ import { t as resolveViteConfigs } from "./shared-D3BW4vqA.mjs";
2
2
  import { join } from "node:path";
3
3
  import process from "node:process";
4
4
  import { createServer } from "vite";
@@ -44,7 +44,7 @@ import Vue from "@vitejs/plugin-vue";
44
44
  import VueJsx from "@vitejs/plugin-vue-jsx";
45
45
 
46
46
  //#region package.json
47
- var version = "52.9.0";
47
+ var version = "52.9.1";
48
48
 
49
49
  //#endregion
50
50
  //#region node/syntax/markdown-it/markdown-it-link.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@slidev/cli",
3
3
  "type": "module",
4
- "version": "52.9.0",
4
+ "version": "52.9.1",
5
5
  "description": "Presentation slides for developers",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -109,9 +109,9 @@
109
109
  "vue": "^3.5.24",
110
110
  "yaml": "^2.8.1",
111
111
  "yargs": "^18.0.0",
112
- "@slidev/client": "52.9.0",
113
- "@slidev/types": "52.9.0",
114
- "@slidev/parser": "52.9.0"
112
+ "@slidev/client": "52.9.1",
113
+ "@slidev/parser": "52.9.1",
114
+ "@slidev/types": "52.9.1"
115
115
  },
116
116
  "devDependencies": {
117
117
  "@hedgedoc/markdown-it-plugins": "^2.1.4",