@slidev/cli 0.43.14 → 0.44.0
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.
|
@@ -185,10 +185,10 @@ var dependencies = {
|
|
|
185
185
|
"@antfu/utils": "^0.7.6",
|
|
186
186
|
"@slidev/parser": "workspace:*",
|
|
187
187
|
"@slidev/types": "workspace:*",
|
|
188
|
-
"@
|
|
189
|
-
"@
|
|
190
|
-
"@vueuse/
|
|
191
|
-
"@vueuse/math": "^10.
|
|
188
|
+
"@unhead/vue": "^1.8.4",
|
|
189
|
+
"@unocss/reset": "^0.57.4",
|
|
190
|
+
"@vueuse/core": "^10.6.1",
|
|
191
|
+
"@vueuse/math": "^10.6.1",
|
|
192
192
|
"@vueuse/motion": "^2.0.0",
|
|
193
193
|
codemirror: "^5.65.5",
|
|
194
194
|
defu: "^6.1.3",
|
|
@@ -201,10 +201,10 @@ var dependencies = {
|
|
|
201
201
|
mermaid: "^10.6.1",
|
|
202
202
|
"monaco-editor": "^0.37.1",
|
|
203
203
|
nanoid: "^5.0.3",
|
|
204
|
-
prettier: "^3.0
|
|
204
|
+
prettier: "^3.1.0",
|
|
205
205
|
recordrtc: "^5.6.2",
|
|
206
206
|
resolve: "^1.22.8",
|
|
207
|
-
unocss: "^0.57.
|
|
207
|
+
unocss: "^0.57.4",
|
|
208
208
|
"vite-plugin-windicss": "^1.9.1",
|
|
209
209
|
vue: "^3.3.8",
|
|
210
210
|
"vue-router": "^4.2.5",
|
package/dist/cli.mjs
CHANGED
|
@@ -9,10 +9,10 @@ import {
|
|
|
9
9
|
resolveOptions,
|
|
10
10
|
resolveThemeName,
|
|
11
11
|
version
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-BG3X5KM2.mjs";
|
|
13
13
|
import {
|
|
14
14
|
require_fast_deep_equal
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-WSLI6C3D.mjs";
|
|
16
16
|
import {
|
|
17
17
|
loadSetups
|
|
18
18
|
} from "./chunk-CYLMMBRG.mjs";
|
|
@@ -268,7 +268,7 @@ cli.command(
|
|
|
268
268
|
}).strict().help(),
|
|
269
269
|
async (args) => {
|
|
270
270
|
const { entry, theme, watch, base, download, out, inspect } = args;
|
|
271
|
-
const { build } = await import("./build-
|
|
271
|
+
const { build } = await import("./build-33WYS4TI.mjs");
|
|
272
272
|
for (const entryFile of entry) {
|
|
273
273
|
const options = await resolveOptions({ entry: entryFile, theme, inspect }, "build");
|
|
274
274
|
if (download && !options.data.config.download)
|
package/dist/index.mjs
CHANGED
|
@@ -9,13 +9,13 @@ import {
|
|
|
9
9
|
isPath,
|
|
10
10
|
parser,
|
|
11
11
|
resolveOptions
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-BG3X5KM2.mjs";
|
|
13
13
|
import {
|
|
14
14
|
createWindiCSSPlugin
|
|
15
15
|
} from "./chunk-A7WCFT3T.mjs";
|
|
16
16
|
import {
|
|
17
17
|
ViteSlidevPlugin
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-WSLI6C3D.mjs";
|
|
19
19
|
import "./chunk-CYLMMBRG.mjs";
|
|
20
20
|
import "./chunk-5L3XKTHL.mjs";
|
|
21
21
|
import "./chunk-65ITIFTL.mjs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slidev/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.44.0",
|
|
4
4
|
"description": "Presentation slides for developers",
|
|
5
5
|
"author": "antfu <anthonyfu117@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"@iconify-json/ph": "^1.1.6",
|
|
49
49
|
"@lillallol/outline-pdf": "^4.0.0",
|
|
50
50
|
"@mrdrogdrog/optional": "^1.2.1",
|
|
51
|
-
"@unocss/extractor-mdc": "^0.57.
|
|
52
|
-
"@unocss/reset": "^0.57.
|
|
51
|
+
"@unocss/extractor-mdc": "^0.57.4",
|
|
52
|
+
"@unocss/reset": "^0.57.4",
|
|
53
53
|
"@vitejs/plugin-vue": "^4.4.1",
|
|
54
54
|
"@vitejs/plugin-vue-jsx": "^3.0.2",
|
|
55
55
|
"@windicss/config": "^1.9.1",
|
|
@@ -85,14 +85,14 @@
|
|
|
85
85
|
"resolve": "^1.22.8",
|
|
86
86
|
"resolve-from": "^5.0.0",
|
|
87
87
|
"resolve-global": "^2.0.0",
|
|
88
|
-
"shiki": "npm:shikiji-compat@^0.6.
|
|
89
|
-
"unocss": "^0.57.
|
|
90
|
-
"unplugin-icons": "^0.17.
|
|
88
|
+
"shiki": "npm:shikiji-compat@^0.6.13",
|
|
89
|
+
"unocss": "^0.57.4",
|
|
90
|
+
"unplugin-icons": "^0.17.4",
|
|
91
91
|
"unplugin-vue-components": "^0.25.2",
|
|
92
|
-
"unplugin-vue-markdown": "^0.
|
|
92
|
+
"unplugin-vue-markdown": "^0.25.1",
|
|
93
93
|
"uqr": "^0.1.2",
|
|
94
94
|
"vite": "^4.5.0",
|
|
95
|
-
"vite-plugin-inspect": "^0.7.
|
|
95
|
+
"vite-plugin-inspect": "^0.7.42",
|
|
96
96
|
"vite-plugin-remote-assets": "^0.3.2",
|
|
97
97
|
"vite-plugin-static-copy": "^0.17.0",
|
|
98
98
|
"vite-plugin-vue-server-ref": "^0.3.4",
|
|
@@ -101,9 +101,9 @@
|
|
|
101
101
|
"vue": "^3.3.8",
|
|
102
102
|
"windicss": "^3.5.6",
|
|
103
103
|
"yargs": "^17.7.2",
|
|
104
|
-
"@slidev/client": "0.
|
|
105
|
-
"@slidev/parser": "0.
|
|
106
|
-
"@slidev/types": "0.
|
|
104
|
+
"@slidev/client": "0.44.0",
|
|
105
|
+
"@slidev/parser": "0.44.0",
|
|
106
|
+
"@slidev/types": "0.44.0"
|
|
107
107
|
},
|
|
108
108
|
"devDependencies": {
|
|
109
109
|
"@types/plantuml-encoder": "^1.4.2",
|