@slidev/cli 0.43.9 → 0.43.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.
@@ -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.9";
2522
+ var version = "0.43.10";
2523
2523
 
2524
2524
  // node/themes.ts
2525
2525
  import prompts2 from "prompts";
package/dist/cli.mjs CHANGED
@@ -9,7 +9,7 @@ import {
9
9
  resolveOptions,
10
10
  resolveThemeName,
11
11
  version
12
- } from "./chunk-P35Z4724.mjs";
12
+ } from "./chunk-R36VMKRX.mjs";
13
13
  import {
14
14
  require_fast_deep_equal
15
15
  } from "./chunk-CNR3FZCA.mjs";
package/dist/index.mjs CHANGED
@@ -9,7 +9,7 @@ import {
9
9
  isPath,
10
10
  parser,
11
11
  resolveOptions
12
- } from "./chunk-P35Z4724.mjs";
12
+ } from "./chunk-R36VMKRX.mjs";
13
13
  import {
14
14
  createWindiCSSPlugin
15
15
  } from "./chunk-AA5PR2W4.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slidev/cli",
3
- "version": "0.43.9",
3
+ "version": "0.43.10",
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.9",
105
- "@slidev/parser": "0.43.9",
106
- "@slidev/types": "0.43.9"
104
+ "@slidev/client": "0.43.10",
105
+ "@slidev/parser": "0.43.10",
106
+ "@slidev/types": "0.43.10"
107
107
  },
108
108
  "devDependencies": {
109
109
  "@types/plantuml-encoder": "^1.4.1",