@slidev/cli 51.2.1 → 51.2.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-T5HJ7VTH.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-WBOBK5S6.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-CKIPRRXN.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-T5HJ7VTH.js";
|
|
4
4
|
import {
|
|
5
5
|
ViteSlidevPlugin,
|
|
6
6
|
createDataUtils,
|
|
7
7
|
parser,
|
|
8
8
|
resolveOptions
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-WBOBK5S6.js";
|
|
10
10
|
import "./chunk-TJFRPB4N.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.2.
|
|
4
|
+
"version": "51.2.2",
|
|
5
5
|
"description": "Presentation slides for developers",
|
|
6
6
|
"author": "antfu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -95,11 +95,11 @@
|
|
|
95
95
|
"typescript": "^5.7.3",
|
|
96
96
|
"unocss": "^66.0.0",
|
|
97
97
|
"unplugin-icons": "^22.1.0",
|
|
98
|
-
"unplugin-vue-components": "^28.
|
|
98
|
+
"unplugin-vue-components": "^28.4.0",
|
|
99
99
|
"unplugin-vue-markdown": "^28.3.1",
|
|
100
100
|
"untun": "^0.1.3",
|
|
101
101
|
"uqr": "^0.1.2",
|
|
102
|
-
"vite": "^6.1.
|
|
102
|
+
"vite": "^6.1.1",
|
|
103
103
|
"vite-plugin-inspect": "^10.2.1",
|
|
104
104
|
"vite-plugin-remote-assets": "^1.0.0",
|
|
105
105
|
"vite-plugin-static-copy": "^2.2.0",
|
|
@@ -108,9 +108,9 @@
|
|
|
108
108
|
"vue": "^3.5.13",
|
|
109
109
|
"yaml": "^2.7.0",
|
|
110
110
|
"yargs": "^17.7.2",
|
|
111
|
-
"@slidev/
|
|
112
|
-
"@slidev/
|
|
113
|
-
"@slidev/
|
|
111
|
+
"@slidev/parser": "51.2.2",
|
|
112
|
+
"@slidev/client": "51.2.2",
|
|
113
|
+
"@slidev/types": "51.2.2"
|
|
114
114
|
},
|
|
115
115
|
"devDependencies": {
|
|
116
116
|
"@hedgedoc/markdown-it-plugins": "^2.1.4",
|