@slidev/cli 0.43.11 → 0.43.12
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.
|
@@ -1198,6 +1198,8 @@ import loadLanguages from "prismjs/components/index.js";
|
|
|
1198
1198
|
import * as htmlparser2 from "htmlparser2";
|
|
1199
1199
|
var require2 = createRequire(import.meta.url);
|
|
1200
1200
|
var Tag = class {
|
|
1201
|
+
tagname;
|
|
1202
|
+
attributes;
|
|
1201
1203
|
constructor(tagname, attributes) {
|
|
1202
1204
|
this.tagname = tagname;
|
|
1203
1205
|
this.attributes = attributes;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ViteSlidevPlugin,
|
|
3
3
|
mergeViteConfigs
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-G52N36S6.mjs";
|
|
5
5
|
import {
|
|
6
6
|
packageExists,
|
|
7
7
|
resolveImportPath
|
|
@@ -2519,7 +2519,7 @@ async function createServer(options, viteConfig = {}, serverOptions = {}) {
|
|
|
2519
2519
|
import * as parser from "@slidev/parser/fs";
|
|
2520
2520
|
|
|
2521
2521
|
// package.json
|
|
2522
|
-
var version = "0.43.
|
|
2522
|
+
var version = "0.43.12";
|
|
2523
2523
|
|
|
2524
2524
|
// node/themes.ts
|
|
2525
2525
|
import prompts2 from "prompts";
|
package/dist/cli.mjs
CHANGED
|
@@ -9,10 +9,10 @@ import {
|
|
|
9
9
|
resolveOptions,
|
|
10
10
|
resolveThemeName,
|
|
11
11
|
version
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-QEAITMCW.mjs";
|
|
13
13
|
import {
|
|
14
14
|
require_fast_deep_equal
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-G52N36S6.mjs";
|
|
16
16
|
import {
|
|
17
17
|
loadSetups
|
|
18
18
|
} from "./chunk-CYLMMBRG.mjs";
|
|
@@ -268,7 +268,7 @@ cli.command(
|
|
|
268
268
|
}).strict().help(),
|
|
269
269
|
async (args) => {
|
|
270
270
|
const { entry, theme, watch, base, download, out, inspect } = args;
|
|
271
|
-
const { build } = await import("./build-
|
|
271
|
+
const { build } = await import("./build-OR7YTV2S.mjs");
|
|
272
272
|
for (const entryFile of entry) {
|
|
273
273
|
const options = await resolveOptions({ entry: entryFile, theme, inspect }, "build");
|
|
274
274
|
if (download && !options.data.config.download)
|
package/dist/index.mjs
CHANGED
|
@@ -9,13 +9,13 @@ import {
|
|
|
9
9
|
isPath,
|
|
10
10
|
parser,
|
|
11
11
|
resolveOptions
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-QEAITMCW.mjs";
|
|
13
13
|
import {
|
|
14
14
|
createWindiCSSPlugin
|
|
15
15
|
} from "./chunk-AA5PR2W4.mjs";
|
|
16
16
|
import {
|
|
17
17
|
ViteSlidevPlugin
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-G52N36S6.mjs";
|
|
19
19
|
import "./chunk-CYLMMBRG.mjs";
|
|
20
20
|
import "./chunk-2ZQP2W7X.mjs";
|
|
21
21
|
import "./chunk-65ITIFTL.mjs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slidev/cli",
|
|
3
|
-
"version": "0.43.
|
|
3
|
+
"version": "0.43.12",
|
|
4
4
|
"description": "Presentation slides for developers",
|
|
5
5
|
"author": "antfu <anthonyfu117@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -101,9 +101,9 @@
|
|
|
101
101
|
"vue": "^3.3.7",
|
|
102
102
|
"windicss": "^3.5.6",
|
|
103
103
|
"yargs": "^17.7.2",
|
|
104
|
-
"@slidev/client": "0.43.
|
|
105
|
-
"@slidev/parser": "0.43.
|
|
106
|
-
"@slidev/types": "0.43.
|
|
104
|
+
"@slidev/client": "0.43.12",
|
|
105
|
+
"@slidev/parser": "0.43.12",
|
|
106
|
+
"@slidev/types": "0.43.12"
|
|
107
107
|
},
|
|
108
108
|
"devDependencies": {
|
|
109
109
|
"@types/plantuml-encoder": "^1.4.1",
|