@slidev/cli 52.2.4 → 52.2.5
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/dist/cli.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export { };
|
package/dist/cli.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getThemeMeta, loadSetups, parser, resolveAddons, resolveOptions, resolveTheme, updateFrontmatterPatch, version } from "./shared-
|
|
1
|
+
import { getThemeMeta, loadSetups, parser, resolveAddons, resolveOptions, resolveTheme, updateFrontmatterPatch, version } from "./shared-BFEB8gHi.js";
|
|
2
2
|
import { getRoots, isInstalledGlobally, resolveEntry } from "./resolver-3bFppHAb.js";
|
|
3
|
-
import { createServer } from "./serve-
|
|
3
|
+
import { createServer } from "./serve-DRKKt6zF.js";
|
|
4
4
|
import { exec } from "node:child_process";
|
|
5
5
|
import fs from "node:fs/promises";
|
|
6
6
|
import os from "node:os";
|
|
@@ -293,7 +293,7 @@ cli.command("build [entry..]", "Build hostable SPA", (args) => exportOptions(com
|
|
|
293
293
|
describe: "enable the inspect plugin for debugging"
|
|
294
294
|
}).strict().help(), async (args) => {
|
|
295
295
|
const { entry, theme, base, download, out, inspect } = args;
|
|
296
|
-
const { build } = await import("./build-
|
|
296
|
+
const { build } = await import("./build-Cm80m3td.js");
|
|
297
297
|
for (const entryFile of entry) {
|
|
298
298
|
const options = await resolveOptions({
|
|
299
299
|
entry: entryFile,
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ViteSlidevPlugin, createDataUtils, parser, resolveOptions } from "./shared-
|
|
1
|
+
import { ViteSlidevPlugin, createDataUtils, parser, resolveOptions } from "./shared-BFEB8gHi.js";
|
|
2
2
|
import "./resolver-3bFppHAb.js";
|
|
3
|
-
import { createServer } from "./serve-
|
|
3
|
+
import { createServer } from "./serve-DRKKt6zF.js";
|
|
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.2.
|
|
4
|
+
"version": "52.2.5",
|
|
5
5
|
"description": "Presentation slides for developers",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@antfu/ni": "^25.0.0",
|
|
46
|
-
"@antfu/utils": "^9.
|
|
46
|
+
"@antfu/utils": "^9.3.0",
|
|
47
47
|
"@iconify-json/carbon": "^1.2.13",
|
|
48
48
|
"@iconify-json/ph": "^1.2.2",
|
|
49
49
|
"@iconify-json/svg-spinners": "^1.2.4",
|
|
@@ -51,11 +51,11 @@
|
|
|
51
51
|
"@shikijs/markdown-it": "^3.13.0",
|
|
52
52
|
"@shikijs/twoslash": "^3.13.0",
|
|
53
53
|
"@shikijs/vitepress-twoslash": "^3.13.0",
|
|
54
|
-
"@unocss/extractor-mdc": "^66.5.
|
|
55
|
-
"@unocss/reset": "^66.5.
|
|
54
|
+
"@unocss/extractor-mdc": "^66.5.2",
|
|
55
|
+
"@unocss/reset": "^66.5.2",
|
|
56
56
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
57
57
|
"@vitejs/plugin-vue-jsx": "^5.1.1",
|
|
58
|
-
"ansis": "^4.
|
|
58
|
+
"ansis": "^4.2.0",
|
|
59
59
|
"chokidar": "^4.0.3",
|
|
60
60
|
"cli-progress": "^3.12.0",
|
|
61
61
|
"connect": "^3.7.0",
|
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
"global-directory": "^4.0.1",
|
|
67
67
|
"htmlparser2": "^10.0.0",
|
|
68
68
|
"is-installed-globally": "^1.0.0",
|
|
69
|
-
"jiti": "^2.
|
|
70
|
-
"katex": "^0.16.
|
|
69
|
+
"jiti": "^2.6.1",
|
|
70
|
+
"katex": "^0.16.23",
|
|
71
71
|
"local-pkg": "^1.1.2",
|
|
72
72
|
"lz-string": "^1.5.0",
|
|
73
73
|
"magic-string": "^0.30.19",
|
|
@@ -89,29 +89,29 @@
|
|
|
89
89
|
"resolve-global": "^2.0.0",
|
|
90
90
|
"semver": "^7.7.2",
|
|
91
91
|
"shiki": "^3.13.0",
|
|
92
|
-
"shiki-magic-move": "^1.
|
|
92
|
+
"shiki-magic-move": "^1.2.0",
|
|
93
93
|
"sirv": "^3.0.2",
|
|
94
94
|
"source-map-js": "^1.2.1",
|
|
95
|
-
"typescript": "^5.9.
|
|
95
|
+
"typescript": "^5.9.3",
|
|
96
96
|
"unhead": "^2.0.17",
|
|
97
|
-
"unocss": "^66.5.
|
|
98
|
-
"unplugin-icons": "^22.
|
|
97
|
+
"unocss": "^66.5.2",
|
|
98
|
+
"unplugin-icons": "^22.4.2",
|
|
99
99
|
"unplugin-vue-components": "^28.8.0",
|
|
100
|
-
"unplugin-vue-markdown": "^29.
|
|
100
|
+
"unplugin-vue-markdown": "^29.2.0",
|
|
101
101
|
"untun": "^0.1.3",
|
|
102
102
|
"uqr": "^0.1.2",
|
|
103
|
-
"vite": "^7.1.
|
|
103
|
+
"vite": "^7.1.9",
|
|
104
104
|
"vite-plugin-inspect": "^11.3.3",
|
|
105
105
|
"vite-plugin-remote-assets": "^2.1.0",
|
|
106
|
-
"vite-plugin-static-copy": "^3.1.
|
|
106
|
+
"vite-plugin-static-copy": "^3.1.3",
|
|
107
107
|
"vite-plugin-vue-server-ref": "^1.0.0",
|
|
108
108
|
"vitefu": "^1.1.1",
|
|
109
|
-
"vue": "^3.5.
|
|
109
|
+
"vue": "^3.5.22",
|
|
110
110
|
"yaml": "^2.8.1",
|
|
111
111
|
"yargs": "^18.0.0",
|
|
112
|
-
"@slidev/
|
|
113
|
-
"@slidev/
|
|
114
|
-
"@slidev/types": "52.2.
|
|
112
|
+
"@slidev/client": "52.2.5",
|
|
113
|
+
"@slidev/parser": "52.2.5",
|
|
114
|
+
"@slidev/types": "52.2.5"
|
|
115
115
|
},
|
|
116
116
|
"devDependencies": {
|
|
117
117
|
"@hedgedoc/markdown-it-plugins": "^2.1.4",
|