@slidev/cli 0.50.0-beta.2 → 0.50.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.
- package/README.md +1 -1
- package/dist/{build-EZGSYF7Q.js → build-ZP4MQTE4.js} +1 -1
- package/dist/{chunk-DB2KJXEE.js → chunk-22D4K34T.js} +1 -1
- package/dist/{chunk-TEOA76MP.js → chunk-OBUVLPJZ.js} +1 -1
- package/dist/cli.js +3 -3
- package/dist/index.js +2 -2
- package/package.json +9 -9
- package/template.md +2 -2
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ Presentation <b>slide</b>s for <b>dev</b>elopers 🧑💻👩💻👨
|
|
|
13
13
|
<a href="https://www.npmjs.com/package/@slidev/cli" target="__blank"><img src="https://img.shields.io/npm/v/@slidev/cli?color=2B90B6&label=" alt="NPM version"></a>
|
|
14
14
|
<a href="https://www.npmjs.com/package/@slidev/cli" target="__blank"><img alt="NPM Downloads" src="https://img.shields.io/npm/dm/@slidev/cli?color=349dbe&label="></a>
|
|
15
15
|
<a href="https://sli.dev/" target="__blank"><img src="https://img.shields.io/static/v1?label=&message=docs%20%26%20demos&color=45b8cd" alt="Docs & Demos"></a>
|
|
16
|
-
<a href="https://sli.dev/
|
|
16
|
+
<a href="https://sli.dev/resources/theme-gallery" target="__blank"><img src="https://img.shields.io/static/v1?label=&message=themes&color=4ec5d4" alt="Themes"></a>
|
|
17
17
|
<br>
|
|
18
18
|
<a href="https://github.com/slidevjs/slidev" target="__blank"><img alt="GitHub stars" src="https://img.shields.io/github/stars/slidevjs/slidev?style=social"></a>
|
|
19
19
|
</p>
|
package/dist/cli.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createServer
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-22D4K34T.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-OBUVLPJZ.js";
|
|
13
13
|
import {
|
|
14
14
|
getRoots,
|
|
15
15
|
isInstalledGlobally,
|
|
@@ -332,7 +332,7 @@ cli.command(
|
|
|
332
332
|
}).strict().help(),
|
|
333
333
|
async (args) => {
|
|
334
334
|
const { entry, theme, base, download, out, inspect } = args;
|
|
335
|
-
const { build } = await import("./build-
|
|
335
|
+
const { build } = await import("./build-ZP4MQTE4.js");
|
|
336
336
|
for (const entryFile of entry) {
|
|
337
337
|
const options = await resolveOptions({ entry: entryFile, theme, inspect }, "build");
|
|
338
338
|
if (download && !options.data.config.download)
|
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createServer
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-22D4K34T.js";
|
|
4
4
|
import {
|
|
5
5
|
ViteSlidevPlugin,
|
|
6
6
|
createDataUtils,
|
|
7
7
|
parser,
|
|
8
8
|
resolveOptions
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-OBUVLPJZ.js";
|
|
10
10
|
import "./chunk-UNQ5DBLZ.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": "0.50.0-beta.
|
|
4
|
+
"version": "0.50.0-beta.3",
|
|
5
5
|
"description": "Presentation slides for developers",
|
|
6
6
|
"author": "antfu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"@shikijs/markdown-it": "^1.21.0",
|
|
52
52
|
"@shikijs/twoslash": "^1.21.0",
|
|
53
53
|
"@shikijs/vitepress-twoslash": "^1.21.0",
|
|
54
|
-
"@unocss/extractor-mdc": "^0.63.
|
|
55
|
-
"@unocss/reset": "^0.63.
|
|
54
|
+
"@unocss/extractor-mdc": "^0.63.2",
|
|
55
|
+
"@unocss/reset": "^0.63.2",
|
|
56
56
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
57
57
|
"@vitejs/plugin-vue-jsx": "^4.0.1",
|
|
58
58
|
"chokidar": "^4.0.1",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"global-directory": "^4.0.1",
|
|
67
67
|
"htmlparser2": "^9.1.0",
|
|
68
68
|
"is-installed-globally": "^1.0.0",
|
|
69
|
-
"jiti": "^2.
|
|
69
|
+
"jiti": "^2.1.0",
|
|
70
70
|
"katex": "^0.16.11",
|
|
71
71
|
"kolorist": "^1.8.0",
|
|
72
72
|
"local-pkg": "^0.5.0",
|
|
@@ -90,11 +90,11 @@
|
|
|
90
90
|
"resolve-global": "^2.0.0",
|
|
91
91
|
"semver": "^7.6.3",
|
|
92
92
|
"shiki": "^1.21.0",
|
|
93
|
-
"shiki-magic-move": "^0.4.
|
|
93
|
+
"shiki-magic-move": "^0.4.5",
|
|
94
94
|
"sirv": "^2.0.4",
|
|
95
95
|
"source-map-js": "^1.2.1",
|
|
96
96
|
"typescript": "^5.6.2",
|
|
97
|
-
"unocss": "^0.63.
|
|
97
|
+
"unocss": "^0.63.2",
|
|
98
98
|
"unplugin-icons": "^0.19.3",
|
|
99
99
|
"unplugin-vue-components": "^0.27.4",
|
|
100
100
|
"unplugin-vue-markdown": "^0.26.2",
|
|
@@ -109,9 +109,9 @@
|
|
|
109
109
|
"vue": "^3.5.10",
|
|
110
110
|
"yaml": "^2.5.1",
|
|
111
111
|
"yargs": "^17.7.2",
|
|
112
|
-
"@slidev/client": "0.50.0-beta.
|
|
113
|
-
"@slidev/types": "0.50.0-beta.
|
|
114
|
-
"@slidev/parser": "0.50.0-beta.
|
|
112
|
+
"@slidev/client": "0.50.0-beta.3",
|
|
113
|
+
"@slidev/types": "0.50.0-beta.3",
|
|
114
|
+
"@slidev/parser": "0.50.0-beta.3"
|
|
115
115
|
},
|
|
116
116
|
"devDependencies": {
|
|
117
117
|
"@hedgedoc/markdown-it-plugins": "^2.1.4",
|
package/template.md
CHANGED
|
@@ -235,8 +235,8 @@ theme: seriph
|
|
|
235
235
|
|
|
236
236
|
</div>
|
|
237
237
|
|
|
238
|
-
Read more about [How to use a theme](https://sli.dev/
|
|
239
|
-
check out the [Awesome Themes Gallery](https://sli.dev/
|
|
238
|
+
Read more about [How to use a theme](https://sli.dev/guide/theme-addon#use-theme) and
|
|
239
|
+
check out the [Awesome Themes Gallery](https://sli.dev/resources/theme-gallery).
|
|
240
240
|
|
|
241
241
|
---
|
|
242
242
|
preload: false
|