@slidev/cli 0.29.2 → 0.30.2
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-IGNJAAON.js → build-23SNLQAJ.js} +19 -16
- package/dist/{build-RNBUEMO5.mjs → build-YFDGZUAK.mjs} +12 -9
- package/dist/{chunk-Z6YPUFV4.js → chunk-2LNCAUCD.js} +1965 -1997
- package/dist/{chunk-XI447TZR.js → chunk-E4IOOAKN.js} +4 -4
- package/dist/{chunk-7QXPSYEZ.js → chunk-IXNT7VMK.js} +16 -16
- package/dist/{chunk-NQIXBLV4.mjs → chunk-MBZTOLHN.mjs} +107 -17
- package/dist/{chunk-XMJRAMYY.mjs → chunk-O57F34AM.mjs} +2 -2
- package/dist/{chunk-XDEB4KBK.mjs → chunk-OII7IQD2.mjs} +1870 -1903
- package/dist/{chunk-NPCPO6ET.js → chunk-RSHUQSN4.js} +159 -69
- package/dist/{chunk-VYBQLH2X.mjs → chunk-XMETW2MS.mjs} +12 -16
- package/dist/cli.js +31 -30
- package/dist/cli.mjs +14 -13
- package/dist/{export-XA3FQNS5.js → export-AKEY52VC.js} +71 -66
- package/dist/{export-4MUQJ4DB.mjs → export-RFCVIBYE.mjs} +71 -66
- package/dist/index.js +7 -7
- package/dist/index.mjs +4 -4
- package/package.json +17 -18
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkE4IOOAKNjs = require('./chunk-E4IOOAKN.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
@@ -9,20 +9,20 @@ var _chunkXI447TZRjs = require('./chunk-XI447TZR.js');
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
var
|
|
12
|
+
var _chunk2LNCAUCDjs = require('./chunk-2LNCAUCD.js');
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
16
|
+
var _chunkRSHUQSN4js = require('./chunk-RSHUQSN4.js');
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
var
|
|
19
|
+
var _chunkIXNT7VMKjs = require('./chunk-IXNT7VMK.js');
|
|
20
20
|
|
|
21
21
|
// node/index.ts
|
|
22
|
-
|
|
22
|
+
_chunkIXNT7VMKjs.init_cjs_shims.call(void 0, );
|
|
23
23
|
|
|
24
24
|
// node/declare.ts
|
|
25
|
-
|
|
25
|
+
_chunkIXNT7VMKjs.init_cjs_shims.call(void 0, );
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
|
|
@@ -34,4 +34,4 @@ _chunk7QXPSYEZjs.init_cjs_shims.call(void 0, );
|
|
|
34
34
|
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
exports.ViteSlidevPlugin =
|
|
37
|
+
exports.ViteSlidevPlugin = _chunkRSHUQSN4js.ViteSlidevPlugin; exports.createServer = _chunkE4IOOAKNjs.createServer; exports.createWindiCSSPlugin = _chunkRSHUQSN4js.createWindiCSSPlugin; exports.getCLIRoot = _chunk2LNCAUCDjs.getCLIRoot; exports.getClientRoot = _chunk2LNCAUCDjs.getClientRoot; exports.getThemeRoots = _chunk2LNCAUCDjs.getThemeRoots; exports.getUserRoot = _chunk2LNCAUCDjs.getUserRoot; exports.isPath = _chunk2LNCAUCDjs.isPath; exports.parser = _chunk2LNCAUCDjs.fs_exports; exports.resolveOptions = _chunk2LNCAUCDjs.resolveOptions;
|
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createServer
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-O57F34AM.mjs";
|
|
4
4
|
import {
|
|
5
5
|
fs_exports,
|
|
6
6
|
getCLIRoot,
|
|
@@ -9,14 +9,14 @@ import {
|
|
|
9
9
|
getUserRoot,
|
|
10
10
|
isPath,
|
|
11
11
|
resolveOptions
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-OII7IQD2.mjs";
|
|
13
13
|
import {
|
|
14
14
|
ViteSlidevPlugin,
|
|
15
15
|
createWindiCSSPlugin
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-MBZTOLHN.mjs";
|
|
17
17
|
import {
|
|
18
18
|
init_esm_shims
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-XMETW2MS.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.30.2",
|
|
4
4
|
"description": "Presentation slides for developers",
|
|
5
5
|
"homepage": "https://sli.dev",
|
|
6
6
|
"bugs": "https://github.com/slidevjs/slidev/issues",
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@antfu/utils": "^0.5.
|
|
43
|
-
"@iconify-json/carbon": "^1.1.
|
|
42
|
+
"@antfu/utils": "^0.5.1",
|
|
43
|
+
"@iconify-json/carbon": "^1.1.3",
|
|
44
44
|
"@iconify-json/ph": "^1.1.1",
|
|
45
|
-
"@slidev/client": "0.
|
|
46
|
-
"@slidev/parser": "0.
|
|
47
|
-
"@slidev/types": "0.
|
|
48
|
-
"@vitejs/plugin-vue": "^2.
|
|
49
|
-
"@vue/compiler-sfc": "^3.2.
|
|
45
|
+
"@slidev/client": "0.30.2",
|
|
46
|
+
"@slidev/parser": "0.30.2",
|
|
47
|
+
"@slidev/types": "0.30.2",
|
|
48
|
+
"@vitejs/plugin-vue": "^2.3.1",
|
|
49
|
+
"@vue/compiler-sfc": "^3.2.32",
|
|
50
50
|
"cli-progress": "^3.10.0",
|
|
51
51
|
"codemirror": "^5.65.2",
|
|
52
52
|
"connect": "^3.7.0",
|
|
@@ -64,9 +64,8 @@
|
|
|
64
64
|
"markdown-it-footnote": "^3.0.3",
|
|
65
65
|
"markdown-it-link-attributes": "^4.0.0",
|
|
66
66
|
"monaco-editor": "^0.33.0",
|
|
67
|
-
"nanoid": "^3.3.
|
|
67
|
+
"nanoid": "^3.3.2",
|
|
68
68
|
"open": "^8.4.0",
|
|
69
|
-
"pdf-lib": "^1.17.1",
|
|
70
69
|
"plantuml-encoder": "^1.4.0",
|
|
71
70
|
"prismjs": "^1.27.0",
|
|
72
71
|
"prompts": "^2.4.2",
|
|
@@ -74,21 +73,21 @@
|
|
|
74
73
|
"resolve-from": "^5.0.0",
|
|
75
74
|
"resolve-global": "^1.0.0",
|
|
76
75
|
"shiki": "^0.10.1",
|
|
77
|
-
"unplugin-icons": "^0.14.
|
|
78
|
-
"unplugin-vue-components": "^0.
|
|
79
|
-
"vite": "^2.
|
|
80
|
-
"vite-plugin-md": "^0.12.
|
|
76
|
+
"unplugin-icons": "^0.14.1",
|
|
77
|
+
"unplugin-vue-components": "^0.19.2",
|
|
78
|
+
"vite": "^2.9.1",
|
|
79
|
+
"vite-plugin-md": "^0.12.4",
|
|
81
80
|
"vite-plugin-remote-assets": "^0.2.2",
|
|
82
81
|
"vite-plugin-vue-server-ref": "^0.2.4",
|
|
83
|
-
"vite-plugin-windicss": "^1.8.
|
|
84
|
-
"vue": "^3.2.
|
|
82
|
+
"vite-plugin-windicss": "^1.8.4",
|
|
83
|
+
"vue": "^3.2.32",
|
|
85
84
|
"windicss": "^3.5.1",
|
|
86
|
-
"yargs": "^17.4.
|
|
85
|
+
"yargs": "^17.4.1"
|
|
87
86
|
},
|
|
88
87
|
"devDependencies": {
|
|
89
88
|
"@types/plantuml-encoder": "^1.4.0",
|
|
90
89
|
"fast-deep-equal": "^3.1.3",
|
|
91
|
-
"semver": "^7.3.
|
|
90
|
+
"semver": "^7.3.7",
|
|
92
91
|
"sirv": "^2.0.2"
|
|
93
92
|
},
|
|
94
93
|
"engines": {
|