@slidev/cli 0.49.0-beta.2 → 0.49.0-beta.3
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ViteSlidevPlugin,
|
|
3
3
|
mergeViteConfigs
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-Y6VNORK4.mjs";
|
|
5
5
|
import {
|
|
6
6
|
createResolver,
|
|
7
7
|
getRoots,
|
|
@@ -48,7 +48,7 @@ async function createServer(options, viteConfig = {}, serverOptions = {}) {
|
|
|
48
48
|
import * as parser from "@slidev/parser/fs";
|
|
49
49
|
|
|
50
50
|
// package.json
|
|
51
|
-
var version = "0.49.0-beta.
|
|
51
|
+
var version = "0.49.0-beta.3";
|
|
52
52
|
|
|
53
53
|
// node/integrations/themes.ts
|
|
54
54
|
import { join as join2 } from "node:path";
|
|
@@ -7755,7 +7755,7 @@ function createSetupTemplate(name) {
|
|
|
7755
7755
|
}
|
|
7756
7756
|
};
|
|
7757
7757
|
}
|
|
7758
|
-
var setupModules = ["shiki", "code-runners", "monaco", "mermaid", "main", "root", "shortcuts", "context-menu"];
|
|
7758
|
+
var setupModules = ["shiki", "code-runners", "monaco", "mermaid", "main", "root", "routes", "shortcuts", "context-menu"];
|
|
7759
7759
|
var templateSetups = setupModules.map(createSetupTemplate);
|
|
7760
7760
|
|
|
7761
7761
|
// node/setups/shiki.ts
|
package/dist/cli.mjs
CHANGED
|
@@ -6,8 +6,8 @@ import {
|
|
|
6
6
|
resolveOptions,
|
|
7
7
|
resolveTheme,
|
|
8
8
|
version
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-KUKH6IFA.mjs";
|
|
10
|
+
import "./chunk-Y6VNORK4.mjs";
|
|
11
11
|
import {
|
|
12
12
|
loadSetups
|
|
13
13
|
} from "./chunk-LOUKLO2C.mjs";
|
|
@@ -326,7 +326,7 @@ cli.command(
|
|
|
326
326
|
}).strict().help(),
|
|
327
327
|
async (args) => {
|
|
328
328
|
const { entry, theme, watch, base, download, out, inspect } = args;
|
|
329
|
-
const { build } = await import("./build-
|
|
329
|
+
const { build } = await import("./build-IFALC6GJ.mjs");
|
|
330
330
|
for (const entryFile of entry) {
|
|
331
331
|
const options = await resolveOptions({ entry: entryFile, theme, inspect }, "build");
|
|
332
332
|
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-KUKH6IFA.mjs";
|
|
6
6
|
import {
|
|
7
7
|
ViteSlidevPlugin
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-Y6VNORK4.mjs";
|
|
9
9
|
import "./chunk-LOUKLO2C.mjs";
|
|
10
10
|
import "./chunk-AQQIBD5X.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.0-beta.
|
|
3
|
+
"version": "0.49.0-beta.3",
|
|
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.21",
|
|
110
110
|
"yargs": "^17.7.2",
|
|
111
|
-
"@slidev/
|
|
112
|
-
"@slidev/
|
|
113
|
-
"@slidev/
|
|
111
|
+
"@slidev/client": "0.49.0-beta.3",
|
|
112
|
+
"@slidev/types": "0.49.0-beta.3",
|
|
113
|
+
"@slidev/parser": "0.49.0-beta.3"
|
|
114
114
|
},
|
|
115
115
|
"devDependencies": {
|
|
116
116
|
"@hedgedoc/markdown-it-plugins": "^2.1.4",
|