@slidev/cli 0.48.9 → 0.49.0-beta.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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ViteSlidevPlugin,
|
|
3
3
|
mergeViteConfigs
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-3IFZRBMW.mjs";
|
|
5
5
|
import {
|
|
6
6
|
createResolver,
|
|
7
7
|
getRoots,
|
|
@@ -48,7 +48,7 @@ async function createServer(options, viteConfig = {}, serverOptions = {}) {
|
|
|
48
48
|
import * as parser from "@slidev/parser/fs";
|
|
49
49
|
|
|
50
50
|
// package.json
|
|
51
|
-
var version = "0.
|
|
51
|
+
var version = "0.49.0-beta.1";
|
|
52
52
|
|
|
53
53
|
// node/integrations/themes.ts
|
|
54
54
|
import { join as join2 } from "node:path";
|
package/dist/cli.mjs
CHANGED
|
@@ -6,8 +6,8 @@ import {
|
|
|
6
6
|
resolveOptions,
|
|
7
7
|
resolveTheme,
|
|
8
8
|
version
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-N6NGSC4J.mjs";
|
|
10
|
+
import "./chunk-3IFZRBMW.mjs";
|
|
11
11
|
import {
|
|
12
12
|
loadSetups
|
|
13
13
|
} from "./chunk-LOUKLO2C.mjs";
|
|
@@ -325,7 +325,7 @@ cli.command(
|
|
|
325
325
|
}).strict().help(),
|
|
326
326
|
async (args) => {
|
|
327
327
|
const { entry, theme, watch, base, download, out, inspect } = args;
|
|
328
|
-
const { build } = await import("./build-
|
|
328
|
+
const { build } = await import("./build-XXV2EMMO.mjs");
|
|
329
329
|
for (const entryFile of entry) {
|
|
330
330
|
const options = await resolveOptions({ entry: entryFile, theme, inspect }, "build");
|
|
331
331
|
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-N6NGSC4J.mjs";
|
|
6
6
|
import {
|
|
7
7
|
ViteSlidevPlugin
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-3IFZRBMW.mjs";
|
|
9
9
|
import "./chunk-LOUKLO2C.mjs";
|
|
10
10
|
import "./chunk-AQQIBD5X.mjs";
|
|
11
11
|
export {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slidev/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.49.0-beta.1",
|
|
4
4
|
"description": "Presentation slides for developers",
|
|
5
5
|
"author": "antfu <anthonyfu117@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,14 +45,14 @@
|
|
|
45
45
|
"@antfu/ni": "^0.21.12",
|
|
46
46
|
"@antfu/utils": "^0.7.7",
|
|
47
47
|
"@iconify-json/carbon": "^1.1.31",
|
|
48
|
-
"@iconify-json/ph": "^1.1.
|
|
48
|
+
"@iconify-json/ph": "^1.1.12",
|
|
49
49
|
"@iconify-json/svg-spinners": "^1.1.2",
|
|
50
50
|
"@lillallol/outline-pdf": "^4.0.0",
|
|
51
|
-
"@shikijs/markdown-it": "^1.
|
|
52
|
-
"@shikijs/twoslash": "^1.
|
|
53
|
-
"@shikijs/vitepress-twoslash": "^1.
|
|
54
|
-
"@unocss/extractor-mdc": "^0.
|
|
55
|
-
"@unocss/reset": "^0.
|
|
51
|
+
"@shikijs/markdown-it": "^1.3.0",
|
|
52
|
+
"@shikijs/twoslash": "^1.3.0",
|
|
53
|
+
"@shikijs/vitepress-twoslash": "^1.3.0",
|
|
54
|
+
"@unocss/extractor-mdc": "^0.59.0",
|
|
55
|
+
"@unocss/reset": "^0.59.0",
|
|
56
56
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
57
57
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
58
58
|
"chokidar": "^3.6.0",
|
|
@@ -89,17 +89,18 @@
|
|
|
89
89
|
"resolve-from": "^5.0.0",
|
|
90
90
|
"resolve-global": "^2.0.0",
|
|
91
91
|
"semver": "^7.6.0",
|
|
92
|
-
"shiki": "^1.
|
|
92
|
+
"shiki": "^1.3.0",
|
|
93
93
|
"shiki-magic-move": "^0.3.5",
|
|
94
94
|
"sirv": "^2.0.4",
|
|
95
|
-
"
|
|
96
|
-
"
|
|
95
|
+
"source-map-js": "^1.2.0",
|
|
96
|
+
"typescript": "^5.4.4",
|
|
97
|
+
"unocss": "^0.59.0",
|
|
97
98
|
"unplugin-icons": "^0.18.5",
|
|
98
99
|
"unplugin-vue-components": "^0.26.0",
|
|
99
100
|
"unplugin-vue-markdown": "^0.26.0",
|
|
100
101
|
"untun": "^0.1.3",
|
|
101
102
|
"uqr": "^0.1.2",
|
|
102
|
-
"vite": "^5.2.
|
|
103
|
+
"vite": "^5.2.8",
|
|
103
104
|
"vite-plugin-inspect": "^0.8.3",
|
|
104
105
|
"vite-plugin-remote-assets": "^0.4.1",
|
|
105
106
|
"vite-plugin-static-copy": "^1.0.2",
|
|
@@ -107,9 +108,9 @@
|
|
|
107
108
|
"vitefu": "^0.2.5",
|
|
108
109
|
"vue": "^3.4.21",
|
|
109
110
|
"yargs": "^17.7.2",
|
|
110
|
-
"@slidev/client": "0.
|
|
111
|
-
"@slidev/parser": "0.
|
|
112
|
-
"@slidev/types": "0.
|
|
111
|
+
"@slidev/client": "0.49.0-beta.1",
|
|
112
|
+
"@slidev/parser": "0.49.0-beta.1",
|
|
113
|
+
"@slidev/types": "0.49.0-beta.1"
|
|
113
114
|
},
|
|
114
115
|
"devDependencies": {
|
|
115
116
|
"@hedgedoc/markdown-it-plugins": "^2.1.4",
|