@slidev/cli 0.49.9 → 0.49.10
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/README.md
CHANGED
|
@@ -36,7 +36,7 @@ Presentation <b>slide</b>s for <b>dev</b>elopers 🧑💻👩💻👨
|
|
|
36
36
|
|
|
37
37
|
## Features
|
|
38
38
|
|
|
39
|
-
- 📝 [**Markdown
|
|
39
|
+
- 📝 [**Markdown Based**](https://sli.dev/guide/syntax.html) - use your favorite editors and workflow
|
|
40
40
|
- 🧑💻 [**Developer Friendly**](https://sli.dev/guide/syntax.html#code-blocks) - built-in syntax highlighting, live coding, etc.
|
|
41
41
|
- 🎨 [**Themable**](https://sli.dev/themes/gallery.html) - theme can be shared and used with npm packages.
|
|
42
42
|
- 🌈 [**Stylish**](https://sli.dev/guide/syntax.html#embedded-styles) - on-demand utilities via [UnoCSS](https://github.com/unocss/unocss).
|
|
@@ -67,7 +67,7 @@ Install [Node.js >=18](https://nodejs.org/) and run the following command:
|
|
|
67
67
|
npm init slidev
|
|
68
68
|
```
|
|
69
69
|
|
|
70
|
-
|
|
70
|
+
Documentation:
|
|
71
71
|
**[English](https://sli.dev)** | [中文文档](https://cn.sli.dev) | [Français](https://fr.sli.dev) | [Español](https://es.sli.dev) | [Русский](https://ru.sli.dev) | [Português-BR](https://br.sli.dev)
|
|
72
72
|
|
|
73
73
|
Discord: [chat.sli.dev](https://chat.sli.dev)
|
|
@@ -82,7 +82,7 @@ For a full example, you can check the [demo](https://github.com/slidevjs/slidev/
|
|
|
82
82
|
- [Shiki](https://github.com/shikijs/shiki), [Monaco Editor](https://github.com/Microsoft/monaco-editor) - First-class code snippets support with live coding capability
|
|
83
83
|
- [RecordRTC](https://recordrtc.org) - Built-in recording and camera view
|
|
84
84
|
- [VueUse](https://vueuse.org) family - [`@vueuse/core`](https://github.com/vueuse/vueuse), [`@vueuse/motion`](https://github.com/vueuse/motion), etc.
|
|
85
|
-
- [Iconify](https://iconify.design/) -
|
|
85
|
+
- [Iconify](https://iconify.design/) - Icon sets collection.
|
|
86
86
|
- [Drauu](https://github.com/antfu/drauu) - Drawing and annotations support
|
|
87
87
|
- [KaTeX](https://katex.org/) - LaTeX math rendering.
|
|
88
88
|
- [Mermaid](https://mermaid-js.github.io/mermaid) - Textual Diagrams.
|
package/dist/cli.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createServer
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-YTSG6ZR5.mjs";
|
|
4
4
|
import {
|
|
5
5
|
getThemeMeta,
|
|
6
6
|
parser,
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
resolveOptions,
|
|
9
9
|
resolveTheme,
|
|
10
10
|
version
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-SRWMA3GA.mjs";
|
|
12
12
|
import {
|
|
13
13
|
loadSetups
|
|
14
14
|
} from "./chunk-LOUKLO2C.mjs";
|
|
@@ -328,7 +328,7 @@ cli.command(
|
|
|
328
328
|
}).strict().help(),
|
|
329
329
|
async (args) => {
|
|
330
330
|
const { entry, theme, base, download, out, inspect } = args;
|
|
331
|
-
const { build } = await import("./build-
|
|
331
|
+
const { build } = await import("./build-I53OZ3FH.mjs");
|
|
332
332
|
for (const entryFile of entry) {
|
|
333
333
|
const options = await resolveOptions({ entry: entryFile, theme, inspect }, "build");
|
|
334
334
|
if (download && !options.data.config.download)
|
package/dist/index.mjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createServer
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-YTSG6ZR5.mjs";
|
|
4
4
|
import {
|
|
5
5
|
ViteSlidevPlugin,
|
|
6
6
|
createDataUtils,
|
|
7
7
|
parser,
|
|
8
8
|
resolveOptions
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-SRWMA3GA.mjs";
|
|
10
10
|
import "./chunk-LOUKLO2C.mjs";
|
|
11
11
|
import "./chunk-RG2EEPCO.mjs";
|
|
12
12
|
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.10",
|
|
4
4
|
"description": "Presentation slides for developers",
|
|
5
5
|
"author": "antfu <anthonyfu117@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -110,9 +110,9 @@
|
|
|
110
110
|
"vitefu": "^0.2.5",
|
|
111
111
|
"vue": "^3.4.27",
|
|
112
112
|
"yargs": "^17.7.2",
|
|
113
|
-
"@slidev/
|
|
114
|
-
"@slidev/
|
|
115
|
-
"@slidev/
|
|
113
|
+
"@slidev/client": "0.49.10",
|
|
114
|
+
"@slidev/types": "0.49.10",
|
|
115
|
+
"@slidev/parser": "0.49.10"
|
|
116
116
|
},
|
|
117
117
|
"devDependencies": {
|
|
118
118
|
"@hedgedoc/markdown-it-plugins": "^2.1.4",
|