@slidev/cli 0.35.5 → 0.36.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.
- package/dist/{build-RBCFVFDG.mjs → build-LS63HRWN.mjs} +53 -38
- package/dist/{build-PO2PXBSF.js → build-VLQNNPIA.js} +59 -44
- package/dist/{chunk-SQLX75IO.js → chunk-74QPSS6T.js} +12 -7
- package/dist/{chunk-AHXRM5NG.js → chunk-CG3QPKUJ.js} +199 -161
- package/dist/{chunk-QPGEWKWZ.mjs → chunk-DRWWOOWC.mjs} +141 -109
- package/dist/{chunk-GVA336JI.mjs → chunk-IAMILGBS.mjs} +12 -7
- package/dist/{chunk-ZJSOFQBR.js → chunk-L3B76JRZ.js} +181 -149
- package/dist/{chunk-SWNG6UPD.mjs → chunk-S3HDHTBQ.mjs} +69 -31
- package/dist/cli.js +301 -252
- package/dist/cli.mjs +296 -247
- package/dist/{export-U7F6XGP6.mjs → export-26FXNM7P.mjs} +1 -1
- package/dist/{export-JXFGVO7B.js → export-WKFHZNBT.js} +4 -4
- package/dist/index.d.ts +5 -0
- package/dist/index.js +6 -6
- package/dist/index.mjs +3 -3
- package/package.json +19 -18
package/dist/index.js
CHANGED
|
@@ -9,20 +9,20 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
var
|
|
12
|
+
var _chunkCG3QPKUJjs = require('./chunk-CG3QPKUJ.js');
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
16
|
+
var _chunkL3B76JRZjs = require('./chunk-L3B76JRZ.js');
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
var
|
|
19
|
+
var _chunk74QPSS6Tjs = require('./chunk-74QPSS6T.js');
|
|
20
20
|
|
|
21
21
|
// node/index.ts
|
|
22
|
-
|
|
22
|
+
_chunk74QPSS6Tjs.init_cjs_shims.call(void 0, );
|
|
23
23
|
|
|
24
24
|
// node/declare.ts
|
|
25
|
-
|
|
25
|
+
_chunk74QPSS6Tjs.init_cjs_shims.call(void 0, );
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
|
|
@@ -36,4 +36,4 @@ _chunkSQLX75IOjs.init_cjs_shims.call(void 0, );
|
|
|
36
36
|
|
|
37
37
|
|
|
38
38
|
|
|
39
|
-
exports.ViteSlidevPlugin =
|
|
39
|
+
exports.ViteSlidevPlugin = _chunkL3B76JRZjs.ViteSlidevPlugin; exports.createServer = _chunkCG3QPKUJjs.createServer; exports.createWindiCSSPlugin = _chunkL3B76JRZjs.createWindiCSSPlugin; exports.getAddonRoots = _chunkCG3QPKUJjs.getAddonRoots; exports.getCLIRoot = _chunkCG3QPKUJjs.getCLIRoot; exports.getClientRoot = _chunkCG3QPKUJjs.getClientRoot; exports.getRoot = _chunkCG3QPKUJjs.getRoot; exports.getThemeRoots = _chunkCG3QPKUJjs.getThemeRoots; exports.getUserRoot = _chunkCG3QPKUJjs.getUserRoot; exports.isPath = _chunkCG3QPKUJjs.isPath; exports.parser = _chunkCG3QPKUJjs.parser; exports.resolveOptions = _chunkCG3QPKUJjs.resolveOptions;
|
package/dist/index.mjs
CHANGED
|
@@ -9,14 +9,14 @@ import {
|
|
|
9
9
|
isPath,
|
|
10
10
|
parser,
|
|
11
11
|
resolveOptions
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-S3HDHTBQ.mjs";
|
|
13
13
|
import {
|
|
14
14
|
ViteSlidevPlugin,
|
|
15
15
|
createWindiCSSPlugin
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-DRWWOOWC.mjs";
|
|
17
17
|
import {
|
|
18
18
|
init_esm_shims
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-IAMILGBS.mjs";
|
|
20
20
|
|
|
21
21
|
// node/index.ts
|
|
22
22
|
init_esm_shims();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slidev/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.36.1",
|
|
4
4
|
"description": "Presentation slides for developers",
|
|
5
5
|
"author": "antfu <anthonyfu117@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -46,47 +46,48 @@
|
|
|
46
46
|
"@hedgedoc/markdown-it-task-lists": "^1.0.5",
|
|
47
47
|
"@iconify-json/carbon": "^1.1.7",
|
|
48
48
|
"@iconify-json/ph": "^1.1.2",
|
|
49
|
-
"@slidev/client": "0.
|
|
50
|
-
"@slidev/parser": "0.
|
|
51
|
-
"@slidev/types": "0.
|
|
52
|
-
"@vitejs/plugin-vue": "^3.0
|
|
53
|
-
"@vue/compiler-sfc": "^3.2.
|
|
49
|
+
"@slidev/client": "0.36.1",
|
|
50
|
+
"@slidev/parser": "0.36.1",
|
|
51
|
+
"@slidev/types": "0.36.1",
|
|
52
|
+
"@vitejs/plugin-vue": "^3.1.0",
|
|
53
|
+
"@vue/compiler-sfc": "^3.2.39",
|
|
54
54
|
"cli-progress": "^3.11.2",
|
|
55
55
|
"codemirror": "^5.65.5",
|
|
56
56
|
"connect": "^3.7.0",
|
|
57
57
|
"debug": "^4.3.4",
|
|
58
|
-
"fast-glob": "^3.2.
|
|
58
|
+
"fast-glob": "^3.2.12",
|
|
59
59
|
"fs-extra": "^10.1.0",
|
|
60
60
|
"global-dirs": "^3.0.0",
|
|
61
61
|
"import-from": "^4.0.0",
|
|
62
62
|
"is-installed-globally": "^0.4.0",
|
|
63
|
-
"jiti": "^1.
|
|
63
|
+
"jiti": "^1.15.0",
|
|
64
64
|
"js-base64": "^3.7.2",
|
|
65
|
-
"katex": "^0.16.
|
|
66
|
-
"kolorist": "^1.
|
|
65
|
+
"katex": "^0.16.2",
|
|
66
|
+
"kolorist": "^1.6.0",
|
|
67
67
|
"markdown-it": "^13.0.1",
|
|
68
68
|
"markdown-it-footnote": "^3.0.3",
|
|
69
69
|
"markdown-it-link-attributes": "^4.0.1",
|
|
70
|
-
"monaco-editor": "^0.
|
|
70
|
+
"monaco-editor": "^0.33.0",
|
|
71
71
|
"nanoid": "^4.0.0",
|
|
72
72
|
"open": "^8.4.0",
|
|
73
73
|
"plantuml-encoder": "^1.4.0",
|
|
74
74
|
"postcss-nested": "^5.0.6",
|
|
75
|
-
"prismjs": "^1.
|
|
75
|
+
"prismjs": "^1.29.0",
|
|
76
76
|
"prompts": "^2.4.2",
|
|
77
77
|
"resolve": "^1.22.1",
|
|
78
78
|
"resolve-from": "^5.0.0",
|
|
79
79
|
"resolve-global": "^1.0.0",
|
|
80
80
|
"shiki": "^0.11.1",
|
|
81
|
-
"unocss": "^0.45.
|
|
82
|
-
"unplugin-icons": "^0.14.
|
|
83
|
-
"unplugin-vue-components": "^0.22.
|
|
84
|
-
"vite": "^3.0
|
|
81
|
+
"unocss": "^0.45.20",
|
|
82
|
+
"unplugin-icons": "^0.14.9",
|
|
83
|
+
"unplugin-vue-components": "^0.22.6",
|
|
84
|
+
"vite": "^3.1.0",
|
|
85
|
+
"vite-plugin-inspect": "^0.7.1",
|
|
85
86
|
"vite-plugin-remote-assets": "^0.3.0",
|
|
86
87
|
"vite-plugin-vue-markdown": "~0.20.1",
|
|
87
88
|
"vite-plugin-vue-server-ref": "^0.3.0",
|
|
88
|
-
"vite-plugin-windicss": "^1.8.
|
|
89
|
-
"vue": "^3.2.
|
|
89
|
+
"vite-plugin-windicss": "^1.8.8",
|
|
90
|
+
"vue": "^3.2.39",
|
|
90
91
|
"windicss": "^3.5.6",
|
|
91
92
|
"yargs": "^17.5.1"
|
|
92
93
|
},
|