@slidev/cli 0.48.0-beta.0 → 0.48.0-beta.1

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.
@@ -2532,7 +2532,7 @@ async function createServer(options2, viteConfig = {}, serverOptions = {}) {
2532
2532
  import * as parser from "@slidev/parser/fs";
2533
2533
 
2534
2534
  // package.json
2535
- var version = "0.48.0-beta.0";
2535
+ var version = "0.48.0-beta.1";
2536
2536
 
2537
2537
  // node/themes.ts
2538
2538
  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-RECJU74U.mjs";
12
+ } from "./chunk-MFKPLZWW.mjs";
13
13
  import "./chunk-JHZKCONU.mjs";
14
14
  import {
15
15
  loadSetups
package/dist/index.mjs CHANGED
@@ -9,7 +9,7 @@ import {
9
9
  isPath,
10
10
  parser,
11
11
  resolveOptions
12
- } from "./chunk-RECJU74U.mjs";
12
+ } from "./chunk-MFKPLZWW.mjs";
13
13
  import {
14
14
  ViteSlidevPlugin
15
15
  } from "./chunk-JHZKCONU.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slidev/cli",
3
- "version": "0.48.0-beta.0",
3
+ "version": "0.48.0-beta.1",
4
4
  "description": "Presentation slides for developers",
5
5
  "author": "antfu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -104,9 +104,9 @@
104
104
  "vitefu": "^0.2.5",
105
105
  "vue": "^3.4.19",
106
106
  "yargs": "^17.7.2",
107
- "@slidev/client": "0.48.0-beta.0",
108
- "@slidev/parser": "0.48.0-beta.0",
109
- "@slidev/types": "0.48.0-beta.0"
107
+ "@slidev/parser": "0.48.0-beta.1",
108
+ "@slidev/client": "0.48.0-beta.1",
109
+ "@slidev/types": "0.48.0-beta.1"
110
110
  },
111
111
  "devDependencies": {
112
112
  "@hedgedoc/markdown-it-plugins": "^2.1.4",