@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-based**](https://sli.dev/guide/syntax.html) - use your favorite editors and workflow
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
- Documentations:
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/) - Iconsets collection.
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.
@@ -2,7 +2,7 @@ import {
2
2
  ViteSlidevPlugin,
3
3
  getIndexHtml,
4
4
  mergeViteConfigs
5
- } from "./chunk-ZATTXN6U.mjs";
5
+ } from "./chunk-SRWMA3GA.mjs";
6
6
  import "./chunk-LOUKLO2C.mjs";
7
7
  import "./chunk-RG2EEPCO.mjs";
8
8
  import "./chunk-BXO7ZPPU.mjs";
@@ -7146,7 +7146,7 @@ var require_dist = __commonJS({
7146
7146
  });
7147
7147
 
7148
7148
  // package.json
7149
- var version = "0.49.9";
7149
+ var version = "0.49.10";
7150
7150
 
7151
7151
  // node/commands/shared.ts
7152
7152
  import { existsSync, promises as fs } from "node:fs";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ViteSlidevPlugin,
3
3
  mergeViteConfigs
4
- } from "./chunk-ZATTXN6U.mjs";
4
+ } from "./chunk-SRWMA3GA.mjs";
5
5
 
6
6
  // node/commands/server.ts
7
7
  import { join } from "node:path";
package/dist/cli.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  createServer
3
- } from "./chunk-DRWYFCYG.mjs";
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-ZATTXN6U.mjs";
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-HVOMXVYS.mjs");
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-DRWYFCYG.mjs";
3
+ } from "./chunk-YTSG6ZR5.mjs";
4
4
  import {
5
5
  ViteSlidevPlugin,
6
6
  createDataUtils,
7
7
  parser,
8
8
  resolveOptions
9
- } from "./chunk-ZATTXN6U.mjs";
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.9",
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/types": "0.49.9",
114
- "@slidev/parser": "0.49.9",
115
- "@slidev/client": "0.49.9"
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",