@slidev/types 0.49.24 → 0.49.25

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.
Files changed (2) hide show
  1. package/dist/index.d.mts +2 -0
  2. package/package.json +9 -9
package/dist/index.d.mts CHANGED
@@ -37,6 +37,7 @@ interface ExportArgs extends CommonArgs {
37
37
  'with-toc'?: boolean;
38
38
  'per-slide'?: boolean;
39
39
  'scale'?: number;
40
+ 'omit-background'?: boolean;
40
41
  }
41
42
  interface BuildArgs extends ExportArgs {
42
43
  out: string;
@@ -742,6 +743,7 @@ interface ResolvedSlidevOptions extends RootsInfo, SlidevEntryOptions {
742
743
  interface ResolvedSlidevUtils {
743
744
  shiki: HighlighterGeneric<any, any>;
744
745
  shikiOptions: MarkdownItShikiOptions;
746
+ indexHtml: string;
745
747
  isMonacoTypesIgnored: (pkg: string) => boolean;
746
748
  getLayouts: () => Record<string, string>;
747
749
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slidev/types",
3
- "version": "0.49.24",
3
+ "version": "0.49.25",
4
4
  "description": "Shared types declarations for Slidev",
5
5
  "author": "antfu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -24,22 +24,22 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@antfu/utils": "^0.7.10",
27
- "@shikijs/markdown-it": "^1.11.1",
28
- "@vitejs/plugin-vue": "^5.0.5",
29
- "@vitejs/plugin-vue-jsx": "^4.0.0",
27
+ "@shikijs/markdown-it": "^1.13.0",
28
+ "@vitejs/plugin-vue": "^5.1.2",
29
+ "@vitejs/plugin-vue-jsx": "^4.0.1",
30
30
  "katex": "^0.16.11",
31
31
  "mermaid": "^10.9.1",
32
32
  "monaco-editor": "^0.50.0",
33
- "shiki": "^1.11.1",
34
- "unocss": "^0.61.5",
35
- "unplugin-icons": "^0.19.0",
33
+ "shiki": "^1.13.0",
34
+ "unocss": "^0.62.2",
35
+ "unplugin-icons": "^0.19.2",
36
36
  "unplugin-vue-markdown": "^0.26.2",
37
37
  "vite-plugin-inspect": "^0.8.5",
38
38
  "vite-plugin-remote-assets": "^0.5.0",
39
39
  "vite-plugin-static-copy": "^1.0.6",
40
40
  "vite-plugin-vue-server-ref": "^0.4.2",
41
- "vue": "^3.4.33",
42
- "vue-router": "^4.4.0"
41
+ "vue": "^3.4.38",
42
+ "vue-router": "^4.4.3"
43
43
  },
44
44
  "scripts": {
45
45
  "build": "tsup src/index.ts",