@slidev/cli 0.48.0-beta.18 → 0.48.0-beta.19
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.
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
} from "./chunk-NOI2WLJK.mjs";
|
|
8
8
|
|
|
9
9
|
// package.json
|
|
10
|
-
var version = "0.48.0-beta.
|
|
10
|
+
var version = "0.48.0-beta.19";
|
|
11
11
|
|
|
12
12
|
// node/common.ts
|
|
13
13
|
import { existsSync, promises as fs } from "node:fs";
|
|
@@ -156,8 +156,8 @@ var dependencies = {
|
|
|
156
156
|
"@typescript/ata": "^0.9.4",
|
|
157
157
|
"@unhead/vue": "^1.8.10",
|
|
158
158
|
"@unocss/reset": "^0.58.5",
|
|
159
|
-
"@vueuse/core": "^10.
|
|
160
|
-
"@vueuse/math": "^10.
|
|
159
|
+
"@vueuse/core": "^10.9.0",
|
|
160
|
+
"@vueuse/math": "^10.9.0",
|
|
161
161
|
"@vueuse/motion": "^2.1.0",
|
|
162
162
|
codemirror: "^5.65.16",
|
|
163
163
|
drauu: "^0.4.0",
|
|
@@ -173,6 +173,7 @@ var dependencies = {
|
|
|
173
173
|
recordrtc: "^5.6.2",
|
|
174
174
|
shiki: "^1.1.7",
|
|
175
175
|
"shiki-magic-move": "^0.1.0",
|
|
176
|
+
typescript: "^5.3.3",
|
|
176
177
|
unocss: "^0.58.5",
|
|
177
178
|
vue: "^3.4.20",
|
|
178
179
|
"vue-router": "^4.3.0"
|
package/dist/cli.mjs
CHANGED
|
@@ -5,10 +5,10 @@ import {
|
|
|
5
5
|
resolveAddons,
|
|
6
6
|
resolveOptions,
|
|
7
7
|
resolveTheme
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-BKITU4YJ.mjs";
|
|
9
9
|
import {
|
|
10
10
|
version
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-XW74EPKM.mjs";
|
|
12
12
|
import {
|
|
13
13
|
loadSetups
|
|
14
14
|
} from "./chunk-O6TYYGU6.mjs";
|
|
@@ -276,7 +276,7 @@ cli.command(
|
|
|
276
276
|
}).strict().help(),
|
|
277
277
|
async (args) => {
|
|
278
278
|
const { entry, theme, watch, base, download, out, inspect } = args;
|
|
279
|
-
const { build } = await import("./build-
|
|
279
|
+
const { build } = await import("./build-V63BEPH2.mjs");
|
|
280
280
|
for (const entryFile of entry) {
|
|
281
281
|
const options = await resolveOptions({ entry: entryFile, theme, inspect }, "build");
|
|
282
282
|
if (download && !options.data.config.download)
|
package/dist/index.mjs
CHANGED
|
@@ -2,10 +2,10 @@ import {
|
|
|
2
2
|
createServer,
|
|
3
3
|
parser,
|
|
4
4
|
resolveOptions
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-BKITU4YJ.mjs";
|
|
6
6
|
import {
|
|
7
7
|
ViteSlidevPlugin
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-XW74EPKM.mjs";
|
|
9
9
|
import "./chunk-O6TYYGU6.mjs";
|
|
10
10
|
import "./chunk-NOI2WLJK.mjs";
|
|
11
11
|
export {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slidev/cli",
|
|
3
|
-
"version": "0.48.0-beta.
|
|
3
|
+
"version": "0.48.0-beta.19",
|
|
4
4
|
"description": "Presentation slides for developers",
|
|
5
5
|
"author": "antfu <anthonyfu117@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -105,9 +105,9 @@
|
|
|
105
105
|
"vitefu": "^0.2.5",
|
|
106
106
|
"vue": "^3.4.20",
|
|
107
107
|
"yargs": "^17.7.2",
|
|
108
|
-
"@slidev/client": "0.48.0-beta.
|
|
109
|
-
"@slidev/
|
|
110
|
-
"@slidev/
|
|
108
|
+
"@slidev/client": "0.48.0-beta.19",
|
|
109
|
+
"@slidev/parser": "0.48.0-beta.19",
|
|
110
|
+
"@slidev/types": "0.48.0-beta.19"
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
113
|
"@hedgedoc/markdown-it-plugins": "^2.1.4",
|