@slidev/cli 0.49.1 → 0.49.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.mjs
CHANGED
|
@@ -5,10 +5,10 @@ import {
|
|
|
5
5
|
resolveAddons,
|
|
6
6
|
resolveOptions,
|
|
7
7
|
resolveTheme
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-PUAFMPIH.mjs";
|
|
9
9
|
import {
|
|
10
10
|
version
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-PMIYMR2F.mjs";
|
|
12
12
|
import {
|
|
13
13
|
loadSetups
|
|
14
14
|
} from "./chunk-LOUKLO2C.mjs";
|
|
@@ -327,7 +327,7 @@ cli.command(
|
|
|
327
327
|
}).strict().help(),
|
|
328
328
|
async (args) => {
|
|
329
329
|
const { entry, theme, watch, base, download, out, inspect } = args;
|
|
330
|
-
const { build } = await import("./build-
|
|
330
|
+
const { build } = await import("./build-VHRT7T2N.mjs");
|
|
331
331
|
for (const entryFile of entry) {
|
|
332
332
|
const options = await resolveOptions({ entry: entryFile, theme, inspect }, "build");
|
|
333
333
|
if (download && !options.data.config.download)
|
package/dist/index.mjs
CHANGED
|
@@ -2,10 +2,10 @@ import {
|
|
|
2
2
|
createServer,
|
|
3
3
|
parser,
|
|
4
4
|
resolveOptions
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-PUAFMPIH.mjs";
|
|
6
6
|
import {
|
|
7
7
|
ViteSlidevPlugin
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-PMIYMR2F.mjs";
|
|
9
9
|
import "./chunk-LOUKLO2C.mjs";
|
|
10
10
|
import "./chunk-ALXAQLRA.mjs";
|
|
11
11
|
import "./chunk-BXO7ZPPU.mjs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slidev/cli",
|
|
3
|
-
"version": "0.49.
|
|
3
|
+
"version": "0.49.2",
|
|
4
4
|
"description": "Presentation slides for developers",
|
|
5
5
|
"author": "antfu <anthonyfu117@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -108,9 +108,9 @@
|
|
|
108
108
|
"vitefu": "^0.2.5",
|
|
109
109
|
"vue": "^3.4.27",
|
|
110
110
|
"yargs": "^17.7.2",
|
|
111
|
-
"@slidev/client": "0.49.
|
|
112
|
-
"@slidev/
|
|
113
|
-
"@slidev/
|
|
111
|
+
"@slidev/client": "0.49.2",
|
|
112
|
+
"@slidev/parser": "0.49.2",
|
|
113
|
+
"@slidev/types": "0.49.2"
|
|
114
114
|
},
|
|
115
115
|
"devDependencies": {
|
|
116
116
|
"@hedgedoc/markdown-it-plugins": "^2.1.4",
|