@slidev/cli 0.43.14 → 0.43.15

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
@@ -81,7 +81,7 @@ For a full example, you can check the [demo](https://github.com/slidevjs/slidev/
81
81
  - [UnoCSS](https://github.com/unocss/unocss) - On-demand utility-first CSS engine, style your slides at ease
82
82
  - [Prism](https://github.com/PrismJS/prism), [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
- - [VueUse](https://vueuse.org) family - [`@vueuse/core`](https://github.com/vueuse/vueuse), [`@vueuse/head`](https://github.com/vueuse/head), [`@vueuse/motion`](https://github.com/vueuse/motion), etc.
84
+ - [VueUse](https://vueuse.org) family - [`@vueuse/core`](https://github.com/vueuse/vueuse), [`@vueuse/motion`](https://github.com/vueuse/motion), etc.
85
85
  - [Iconify](https://iconify.design/) - Iconsets collection.
86
86
  - [Drauu](https://github.com/antfu/drauu) - Drawing and annotations support
87
87
  - [KaTeX](https://katex.org/) - LaTeX math rendering.
@@ -2,7 +2,7 @@ import {
2
2
  ViteSlidevPlugin,
3
3
  getIndexHtml,
4
4
  mergeViteConfigs
5
- } from "./chunk-72OPDAKL.mjs";
5
+ } from "./chunk-JZDN7P5W.mjs";
6
6
  import "./chunk-CYLMMBRG.mjs";
7
7
  import "./chunk-5L3XKTHL.mjs";
8
8
  import "./chunk-65ITIFTL.mjs";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ViteSlidevPlugin,
3
3
  mergeViteConfigs
4
- } from "./chunk-72OPDAKL.mjs";
4
+ } from "./chunk-JZDN7P5W.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.14";
2522
+ var version = "0.43.15";
2523
2523
 
2524
2524
  // node/themes.ts
2525
2525
  import prompts2 from "prompts";
@@ -185,9 +185,9 @@ var dependencies = {
185
185
  "@antfu/utils": "^0.7.6",
186
186
  "@slidev/parser": "workspace:*",
187
187
  "@slidev/types": "workspace:*",
188
- "@unocss/reset": "^0.57.2",
188
+ "@unhead/vue": "^1.8.3",
189
+ "@unocss/reset": "^0.57.3",
189
190
  "@vueuse/core": "^10.5.0",
190
- "@vueuse/head": "^2.0.0",
191
191
  "@vueuse/math": "^10.5.0",
192
192
  "@vueuse/motion": "^2.0.0",
193
193
  codemirror: "^5.65.5",
@@ -204,7 +204,7 @@ var dependencies = {
204
204
  prettier: "^3.0.3",
205
205
  recordrtc: "^5.6.2",
206
206
  resolve: "^1.22.8",
207
- unocss: "^0.57.2",
207
+ unocss: "^0.57.3",
208
208
  "vite-plugin-windicss": "^1.9.1",
209
209
  vue: "^3.3.8",
210
210
  "vue-router": "^4.2.5",
package/dist/cli.mjs CHANGED
@@ -9,10 +9,10 @@ import {
9
9
  resolveOptions,
10
10
  resolveThemeName,
11
11
  version
12
- } from "./chunk-5UPLHNRA.mjs";
12
+ } from "./chunk-4TC2LEB7.mjs";
13
13
  import {
14
14
  require_fast_deep_equal
15
- } from "./chunk-72OPDAKL.mjs";
15
+ } from "./chunk-JZDN7P5W.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-N3LDIQVR.mjs");
271
+ const { build } = await import("./build-MH7MLIPF.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-5UPLHNRA.mjs";
12
+ } from "./chunk-4TC2LEB7.mjs";
13
13
  import {
14
14
  createWindiCSSPlugin
15
15
  } from "./chunk-A7WCFT3T.mjs";
16
16
  import {
17
17
  ViteSlidevPlugin
18
- } from "./chunk-72OPDAKL.mjs";
18
+ } from "./chunk-JZDN7P5W.mjs";
19
19
  import "./chunk-CYLMMBRG.mjs";
20
20
  import "./chunk-5L3XKTHL.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.14",
3
+ "version": "0.43.15",
4
4
  "description": "Presentation slides for developers",
5
5
  "author": "antfu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -48,8 +48,8 @@
48
48
  "@iconify-json/ph": "^1.1.6",
49
49
  "@lillallol/outline-pdf": "^4.0.0",
50
50
  "@mrdrogdrog/optional": "^1.2.1",
51
- "@unocss/extractor-mdc": "^0.57.2",
52
- "@unocss/reset": "^0.57.2",
51
+ "@unocss/extractor-mdc": "^0.57.3",
52
+ "@unocss/reset": "^0.57.3",
53
53
  "@vitejs/plugin-vue": "^4.4.1",
54
54
  "@vitejs/plugin-vue-jsx": "^3.0.2",
55
55
  "@windicss/config": "^1.9.1",
@@ -86,13 +86,13 @@
86
86
  "resolve-from": "^5.0.0",
87
87
  "resolve-global": "^2.0.0",
88
88
  "shiki": "npm:shikiji-compat@^0.6.12",
89
- "unocss": "^0.57.2",
89
+ "unocss": "^0.57.3",
90
90
  "unplugin-icons": "^0.17.3",
91
91
  "unplugin-vue-components": "^0.25.2",
92
- "unplugin-vue-markdown": "^0.24.3",
92
+ "unplugin-vue-markdown": "^0.25.0",
93
93
  "uqr": "^0.1.2",
94
94
  "vite": "^4.5.0",
95
- "vite-plugin-inspect": "^0.7.41",
95
+ "vite-plugin-inspect": "^0.7.42",
96
96
  "vite-plugin-remote-assets": "^0.3.2",
97
97
  "vite-plugin-static-copy": "^0.17.0",
98
98
  "vite-plugin-vue-server-ref": "^0.3.4",
@@ -101,9 +101,9 @@
101
101
  "vue": "^3.3.8",
102
102
  "windicss": "^3.5.6",
103
103
  "yargs": "^17.7.2",
104
- "@slidev/client": "0.43.14",
105
- "@slidev/parser": "0.43.14",
106
- "@slidev/types": "0.43.14"
104
+ "@slidev/parser": "0.43.15",
105
+ "@slidev/client": "0.43.15",
106
+ "@slidev/types": "0.43.15"
107
107
  },
108
108
  "devDependencies": {
109
109
  "@types/plantuml-encoder": "^1.4.2",