@slidev/client 0.28.8 → 0.28.9

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.
@@ -1,5 +1,5 @@
1
1
  // @ts-expect-error missing types
2
- import mermaid from 'mermaid/dist/mermaid.min'
2
+ import mermaid from 'mermaid/dist/mermaid'
3
3
  import { customAlphabet } from 'nanoid'
4
4
  import { decode } from 'js-base64'
5
5
  import { clearUndefined } from '@antfu/utils'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slidev/client",
3
- "version": "0.28.8",
3
+ "version": "0.28.9",
4
4
  "description": "Presentation slides for developers",
5
5
  "homepage": "https://sli.dev",
6
6
  "bugs": "https://github.com/slidevjs/slidev/issues",
@@ -13,8 +13,8 @@
13
13
  "author": "antfu <anthonyfu117@hotmail.com>",
14
14
  "dependencies": {
15
15
  "@antfu/utils": "^0.5.0",
16
- "@slidev/parser": "0.28.8",
17
- "@slidev/types": "0.28.8",
16
+ "@slidev/parser": "0.28.9",
17
+ "@slidev/types": "0.28.9",
18
18
  "@vueuse/core": "^7.6.2",
19
19
  "@vueuse/head": "^0.7.5",
20
20
  "@vueuse/motion": "^2.0.0-beta.9",