@slidev/cli 51.8.2 → 52.0.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/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-B9qiqcmG.js";
|
|
2
2
|
import { getRoots, isInstalledGlobally, resolveEntry } from "./resolver-BShaA6qw.js";
|
|
3
|
-
import { createServer } from "./serve-
|
|
3
|
+
import { createServer } from "./serve-DQvUapLI.js";
|
|
4
4
|
import { exec } from "node:child_process";
|
|
5
5
|
import fs from "node:fs/promises";
|
|
6
6
|
import os from "node:os";
|
|
@@ -295,7 +295,7 @@ cli.command("build [entry..]", "Build hostable SPA", (args) => exportOptions(com
|
|
|
295
295
|
describe: "enable the inspect plugin for debugging"
|
|
296
296
|
}).strict().help(), async (args) => {
|
|
297
297
|
const { entry, theme, base, download, out, inspect } = args;
|
|
298
|
-
const { build } = await import("./build-
|
|
298
|
+
const { build } = await import("./build-DoDZ6Gwg.js");
|
|
299
299
|
for (const entryFile of entry) {
|
|
300
300
|
const options = await resolveOptions({
|
|
301
301
|
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-B9qiqcmG.js";
|
|
2
2
|
import "./resolver-BShaA6qw.js";
|
|
3
|
-
import { createServer } from "./serve-
|
|
3
|
+
import { createServer } from "./serve-DQvUapLI.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": "
|
|
4
|
+
"version": "52.0.0",
|
|
5
5
|
"description": "Presentation slides for developers",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -42,19 +42,19 @@
|
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@antfu/ni": "^
|
|
45
|
+
"@antfu/ni": "^25.0.0",
|
|
46
46
|
"@antfu/utils": "^9.2.0",
|
|
47
|
-
"@iconify-json/carbon": "^1.2.
|
|
47
|
+
"@iconify-json/carbon": "^1.2.10",
|
|
48
48
|
"@iconify-json/ph": "^1.2.2",
|
|
49
49
|
"@iconify-json/svg-spinners": "^1.2.2",
|
|
50
50
|
"@lillallol/outline-pdf": "^4.0.0",
|
|
51
|
-
"@shikijs/markdown-it": "^3.
|
|
52
|
-
"@shikijs/twoslash": "^3.
|
|
53
|
-
"@shikijs/vitepress-twoslash": "^3.
|
|
54
|
-
"@unocss/extractor-mdc": "^66.2
|
|
55
|
-
"@unocss/reset": "^66.2
|
|
56
|
-
"@vitejs/plugin-vue": "^
|
|
57
|
-
"@vitejs/plugin-vue-jsx": "^
|
|
51
|
+
"@shikijs/markdown-it": "^3.7.0",
|
|
52
|
+
"@shikijs/twoslash": "^3.7.0",
|
|
53
|
+
"@shikijs/vitepress-twoslash": "^3.7.0",
|
|
54
|
+
"@unocss/extractor-mdc": "^66.3.2",
|
|
55
|
+
"@unocss/reset": "^66.3.2",
|
|
56
|
+
"@vitejs/plugin-vue": "^6.0.0",
|
|
57
|
+
"@vitejs/plugin-vue-jsx": "^5.0.0",
|
|
58
58
|
"ansis": "^4.1.0",
|
|
59
59
|
"chokidar": "^4.0.3",
|
|
60
60
|
"cli-progress": "^3.12.0",
|
|
@@ -82,36 +82,36 @@
|
|
|
82
82
|
"picomatch": "^4.0.2",
|
|
83
83
|
"plantuml-encoder": "^1.4.0",
|
|
84
84
|
"postcss-nested": "^7.0.2",
|
|
85
|
-
"pptxgenjs": "^4.0.
|
|
85
|
+
"pptxgenjs": "^4.0.1",
|
|
86
86
|
"prompts": "^2.4.2",
|
|
87
87
|
"public-ip": "^7.0.1",
|
|
88
88
|
"resolve-from": "^5.0.0",
|
|
89
89
|
"resolve-global": "^2.0.0",
|
|
90
90
|
"semver": "^7.7.2",
|
|
91
|
-
"shiki": "^3.
|
|
91
|
+
"shiki": "^3.7.0",
|
|
92
92
|
"shiki-magic-move": "^1.1.0",
|
|
93
93
|
"sirv": "^3.0.1",
|
|
94
94
|
"source-map-js": "^1.2.1",
|
|
95
95
|
"typescript": "^5.8.3",
|
|
96
|
-
"unhead": "^2.0.
|
|
97
|
-
"unocss": "^66.2
|
|
96
|
+
"unhead": "^2.0.11",
|
|
97
|
+
"unocss": "^66.3.2",
|
|
98
98
|
"unplugin-icons": "^22.1.0",
|
|
99
|
-
"unplugin-vue-components": "^28.
|
|
100
|
-
"unplugin-vue-markdown": "^
|
|
99
|
+
"unplugin-vue-components": "^28.8.0",
|
|
100
|
+
"unplugin-vue-markdown": "^29.0.0",
|
|
101
101
|
"untun": "^0.1.3",
|
|
102
102
|
"uqr": "^0.1.2",
|
|
103
|
-
"vite": "^
|
|
104
|
-
"vite-plugin-inspect": "^11.
|
|
103
|
+
"vite": "^7.0.0",
|
|
104
|
+
"vite-plugin-inspect": "^11.3.0",
|
|
105
105
|
"vite-plugin-remote-assets": "^2.0.0",
|
|
106
|
-
"vite-plugin-static-copy": "^3.
|
|
106
|
+
"vite-plugin-static-copy": "^3.1.0",
|
|
107
107
|
"vite-plugin-vue-server-ref": "^1.0.0",
|
|
108
|
-
"vitefu": "^1.0.
|
|
109
|
-
"vue": "^3.5.
|
|
108
|
+
"vitefu": "^1.0.7",
|
|
109
|
+
"vue": "^3.5.17",
|
|
110
110
|
"yaml": "^2.8.0",
|
|
111
|
-
"yargs": "^
|
|
112
|
-
"@slidev/client": "
|
|
113
|
-
"@slidev/parser": "
|
|
114
|
-
"@slidev/types": "
|
|
111
|
+
"yargs": "^18.0.0",
|
|
112
|
+
"@slidev/client": "52.0.0",
|
|
113
|
+
"@slidev/parser": "52.0.0",
|
|
114
|
+
"@slidev/types": "52.0.0"
|
|
115
115
|
},
|
|
116
116
|
"devDependencies": {
|
|
117
117
|
"@hedgedoc/markdown-it-plugins": "^2.1.4",
|