@slidev/cli 51.1.1 → 51.1.2
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
1
|
import {
|
|
2
2
|
createServer
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-SGL3ENKK.js";
|
|
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-
|
|
12
|
+
} from "./chunk-VYGXR6XP.js";
|
|
13
13
|
import {
|
|
14
14
|
getRoots,
|
|
15
15
|
isInstalledGlobally,
|
|
@@ -337,7 +337,7 @@ cli.command(
|
|
|
337
337
|
}).strict().help(),
|
|
338
338
|
async (args) => {
|
|
339
339
|
const { entry, theme, base, download, out, inspect } = args;
|
|
340
|
-
const { build } = await import("./build-
|
|
340
|
+
const { build } = await import("./build-HX4M5G6G.js");
|
|
341
341
|
for (const entryFile of entry) {
|
|
342
342
|
const options = await resolveOptions({ entry: entryFile, theme, inspect, download, base }, "build");
|
|
343
343
|
printInfo(options);
|
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createServer
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-SGL3ENKK.js";
|
|
4
4
|
import {
|
|
5
5
|
ViteSlidevPlugin,
|
|
6
6
|
createDataUtils,
|
|
7
7
|
parser,
|
|
8
8
|
resolveOptions
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-VYGXR6XP.js";
|
|
10
10
|
import "./chunk-UNQ5DBLZ.js";
|
|
11
11
|
export {
|
|
12
12
|
ViteSlidevPlugin,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slidev/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "51.1.
|
|
4
|
+
"version": "51.1.2",
|
|
5
5
|
"description": "Presentation slides for developers",
|
|
6
6
|
"author": "antfu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -43,14 +43,14 @@
|
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@antfu/ni": "^23.3.1",
|
|
46
|
-
"@antfu/utils": "^9.
|
|
46
|
+
"@antfu/utils": "^9.1.0",
|
|
47
47
|
"@iconify-json/carbon": "^1.2.7",
|
|
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": "^2.
|
|
52
|
-
"@shikijs/twoslash": "^2.
|
|
53
|
-
"@shikijs/vitepress-twoslash": "^2.
|
|
51
|
+
"@shikijs/markdown-it": "^2.4.2",
|
|
52
|
+
"@shikijs/twoslash": "^2.4.2",
|
|
53
|
+
"@shikijs/vitepress-twoslash": "^2.4.2",
|
|
54
54
|
"@unocss/extractor-mdc": "^65.5.0",
|
|
55
55
|
"@unocss/reset": "^65.5.0",
|
|
56
56
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
@@ -89,14 +89,14 @@
|
|
|
89
89
|
"resolve-from": "^5.0.0",
|
|
90
90
|
"resolve-global": "^2.0.0",
|
|
91
91
|
"semver": "^7.7.1",
|
|
92
|
-
"shiki": "^2.
|
|
92
|
+
"shiki": "^2.4.2",
|
|
93
93
|
"shiki-magic-move": "^1.0.0",
|
|
94
|
-
"sirv": "^3.0.
|
|
94
|
+
"sirv": "^3.0.1",
|
|
95
95
|
"source-map-js": "^1.2.1",
|
|
96
96
|
"typescript": "^5.7.3",
|
|
97
97
|
"unocss": "^65.5.0",
|
|
98
98
|
"unplugin-icons": "^22.0.0",
|
|
99
|
-
"unplugin-vue-components": "^28.
|
|
99
|
+
"unplugin-vue-components": "^28.2.0",
|
|
100
100
|
"unplugin-vue-markdown": "^28.3.0",
|
|
101
101
|
"untun": "^0.1.3",
|
|
102
102
|
"uqr": "^0.1.2",
|
|
@@ -109,9 +109,9 @@
|
|
|
109
109
|
"vue": "^3.5.13",
|
|
110
110
|
"yaml": "^2.7.0",
|
|
111
111
|
"yargs": "^17.7.2",
|
|
112
|
-
"@slidev/
|
|
113
|
-
"@slidev/types": "51.1.
|
|
114
|
-
"@slidev/
|
|
112
|
+
"@slidev/parser": "51.1.2",
|
|
113
|
+
"@slidev/types": "51.1.2",
|
|
114
|
+
"@slidev/client": "51.1.2"
|
|
115
115
|
},
|
|
116
116
|
"devDependencies": {
|
|
117
117
|
"@hedgedoc/markdown-it-plugins": "^2.1.4",
|