@slidev/cli 0.48.0 → 0.48.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.
@@ -48,7 +48,7 @@ async function createServer(options, viteConfig = {}, serverOptions = {}) {
48
48
  import * as parser from "@slidev/parser/fs";
49
49
 
50
50
  // package.json
51
- var version = "0.48.0";
51
+ var version = "0.48.1";
52
52
 
53
53
  // node/integrations/themes.ts
54
54
  import { join as join2 } from "node:path";
package/dist/cli.mjs CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  resolveOptions,
7
7
  resolveTheme,
8
8
  version
9
- } from "./chunk-RNSSCHDN.mjs";
9
+ } from "./chunk-5FI4BST7.mjs";
10
10
  import "./chunk-EAVFHD5X.mjs";
11
11
  import {
12
12
  loadSetups
package/dist/index.mjs CHANGED
@@ -2,7 +2,7 @@ import {
2
2
  createServer,
3
3
  parser,
4
4
  resolveOptions
5
- } from "./chunk-RNSSCHDN.mjs";
5
+ } from "./chunk-5FI4BST7.mjs";
6
6
  import {
7
7
  ViteSlidevPlugin
8
8
  } from "./chunk-EAVFHD5X.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slidev/cli",
3
- "version": "0.48.0",
3
+ "version": "0.48.1",
4
4
  "description": "Presentation slides for developers",
5
5
  "author": "antfu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -106,9 +106,9 @@
106
106
  "vitefu": "^0.2.5",
107
107
  "vue": "^3.4.21",
108
108
  "yargs": "^17.7.2",
109
- "@slidev/client": "0.48.0",
110
- "@slidev/parser": "0.48.0",
111
- "@slidev/types": "0.48.0"
109
+ "@slidev/parser": "0.48.1",
110
+ "@slidev/client": "0.48.1",
111
+ "@slidev/types": "0.48.1"
112
112
  },
113
113
  "devDependencies": {
114
114
  "@hedgedoc/markdown-it-plugins": "^2.1.4",