@slidev/cli 52.7.0 → 52.8.0
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.
package/bin/slidev.mjs
CHANGED
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-
|
|
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-OlAiAU1s.mjs";
|
|
2
2
|
import { i as resolveEntry, n as getRoots, r as isInstalledGlobally } from "./resolver-Dl3RCceV.mjs";
|
|
3
|
-
import { t as createServer } from "./serve-
|
|
3
|
+
import { t as createServer } from "./serve-DiGMRooB.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-
|
|
295
|
+
const { build } = await import("./build-Co9SDEv9.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-
|
|
1
|
+
import { i as resolveOptions, n as ViteSlidevPlugin, o as parser, r as createDataUtils } from "./shared-OlAiAU1s.mjs";
|
|
2
2
|
import "./resolver-Dl3RCceV.mjs";
|
|
3
|
-
import { t as createServer } from "./serve-
|
|
3
|
+
import { t as createServer } from "./serve-DiGMRooB.mjs";
|
|
4
4
|
|
|
5
5
|
export { ViteSlidevPlugin, createDataUtils, createServer, parser, resolveOptions };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slidev/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "52.
|
|
4
|
+
"version": "52.8.0",
|
|
5
5
|
"description": "Presentation slides for developers",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"@shikijs/markdown-it": "^3.15.0",
|
|
52
52
|
"@shikijs/twoslash": "^3.15.0",
|
|
53
53
|
"@shikijs/vitepress-twoslash": "^3.15.0",
|
|
54
|
-
"@unocss/extractor-mdc": "^66.5.
|
|
55
|
-
"@unocss/reset": "^66.5.
|
|
54
|
+
"@unocss/extractor-mdc": "^66.5.5",
|
|
55
|
+
"@unocss/reset": "^66.5.5",
|
|
56
56
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
57
57
|
"@vitejs/plugin-vue-jsx": "^5.1.1",
|
|
58
58
|
"ansis": "^4.2.0",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"source-map-js": "^1.2.1",
|
|
95
95
|
"typescript": "^5.9.3",
|
|
96
96
|
"unhead": "^2.0.19",
|
|
97
|
-
"unocss": "^66.5.
|
|
97
|
+
"unocss": "^66.5.5",
|
|
98
98
|
"unplugin-icons": "^22.5.0",
|
|
99
99
|
"unplugin-vue-components": "^30.0.0",
|
|
100
100
|
"unplugin-vue-markdown": "^29.2.0",
|
|
@@ -106,12 +106,12 @@
|
|
|
106
106
|
"vite-plugin-static-copy": "^3.1.4",
|
|
107
107
|
"vite-plugin-vue-server-ref": "^1.0.0",
|
|
108
108
|
"vitefu": "^1.1.1",
|
|
109
|
-
"vue": "^3.5.
|
|
109
|
+
"vue": "^3.5.24",
|
|
110
110
|
"yaml": "^2.8.1",
|
|
111
111
|
"yargs": "^18.0.0",
|
|
112
|
-
"@slidev/parser": "52.
|
|
113
|
-
"@slidev/
|
|
114
|
-
"@slidev/
|
|
112
|
+
"@slidev/parser": "52.8.0",
|
|
113
|
+
"@slidev/types": "52.8.0",
|
|
114
|
+
"@slidev/client": "52.8.0"
|
|
115
115
|
},
|
|
116
116
|
"devDependencies": {
|
|
117
117
|
"@hedgedoc/markdown-it-plugins": "^2.1.4",
|