@slidev/types 0.50.0-beta.5 → 0.50.0-beta.7
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.
- package/dist/index.d.mts +4 -0
- package/package.json +11 -11
package/dist/index.d.mts
CHANGED
|
@@ -802,6 +802,10 @@ interface SlidevEntryOptions {
|
|
|
802
802
|
* Enable inspect plugin
|
|
803
803
|
*/
|
|
804
804
|
inspect?: boolean;
|
|
805
|
+
/**
|
|
806
|
+
* Build with --download option
|
|
807
|
+
*/
|
|
808
|
+
download?: boolean;
|
|
805
809
|
}
|
|
806
810
|
interface ResolvedSlidevOptions extends RootsInfo, SlidevEntryOptions {
|
|
807
811
|
data: SlidevData;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slidev/types",
|
|
3
|
-
"version": "0.50.0-beta.
|
|
3
|
+
"version": "0.50.0-beta.7",
|
|
4
4
|
"description": "Shared types declarations for Slidev",
|
|
5
5
|
"author": "antfu <anthonyfu117@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -24,21 +24,21 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@antfu/utils": "^0.7.10",
|
|
27
|
-
"@shikijs/markdown-it": "^1.
|
|
28
|
-
"@vitejs/plugin-vue": "^5.
|
|
29
|
-
"@vitejs/plugin-vue-jsx": "^4.0
|
|
27
|
+
"@shikijs/markdown-it": "^1.23.1",
|
|
28
|
+
"@vitejs/plugin-vue": "^5.2.0",
|
|
29
|
+
"@vitejs/plugin-vue-jsx": "^4.1.0",
|
|
30
30
|
"katex": "^0.16.11",
|
|
31
|
-
"mermaid": "^11.
|
|
32
|
-
"monaco-editor": "
|
|
33
|
-
"shiki": "^1.
|
|
34
|
-
"unocss": "^0.
|
|
35
|
-
"unplugin-icons": "^0.
|
|
31
|
+
"mermaid": "^11.4.0",
|
|
32
|
+
"monaco-editor": "0.51.0",
|
|
33
|
+
"shiki": "^1.23.1",
|
|
34
|
+
"unocss": "^0.64.1",
|
|
35
|
+
"unplugin-icons": "^0.20.1",
|
|
36
36
|
"unplugin-vue-markdown": "^0.26.2",
|
|
37
37
|
"vite-plugin-inspect": "^0.8.7",
|
|
38
38
|
"vite-plugin-remote-assets": "^0.5.0",
|
|
39
|
-
"vite-plugin-static-copy": "^2.
|
|
39
|
+
"vite-plugin-static-copy": "^2.1.0",
|
|
40
40
|
"vite-plugin-vue-server-ref": "^0.4.2",
|
|
41
|
-
"vue": "^3.5.
|
|
41
|
+
"vue": "^3.5.13",
|
|
42
42
|
"vue-router": "^4.4.5"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|