@slidev/cli 52.10.0 → 52.10.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,5 +1,5 @@
|
|
|
1
1
|
import "./resolver-cMXpGVIO.mjs";
|
|
2
|
-
import { t as resolveViteConfigs } from "./shared-
|
|
2
|
+
import { t as resolveViteConfigs } from "./shared-De_Cvun-.mjs";
|
|
3
3
|
import { join, resolve } from "node:path";
|
|
4
4
|
import { build as build$1 } from "vite";
|
|
5
5
|
import { existsSync } from "node:fs";
|
package/dist/cli.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { i as resolveEntry, n as getRoots, r as isInstalledGlobally } from "./resolver-cMXpGVIO.mjs";
|
|
2
|
-
import { a as parser, c as resolveAddons, d as updateFrontmatterPatch, i as resolveOptions, l as version, o as getThemeMeta, s as resolveTheme, u as loadSetups } from "./shared-
|
|
3
|
-
import { t as createServer } from "./serve-
|
|
2
|
+
import { a as parser, c as resolveAddons, d as updateFrontmatterPatch, i as resolveOptions, l as version, o as getThemeMeta, s as resolveTheme, u as loadSetups } from "./shared-De_Cvun-.mjs";
|
|
3
|
+
import { t as createServer } from "./serve-ur4n2Inh.mjs";
|
|
4
4
|
import path from "node:path";
|
|
5
5
|
import process from "node:process";
|
|
6
6
|
import fs from "node:fs/promises";
|
|
@@ -291,7 +291,7 @@ cli.command("build [entry..]", "Build hostable SPA", (args) => exportOptions(com
|
|
|
291
291
|
describe: "enable the inspect plugin for debugging"
|
|
292
292
|
}).strict().help(), async (args) => {
|
|
293
293
|
const { entry, theme, base, download, out, inspect, "without-notes": withoutNotes } = args;
|
|
294
|
-
const { build } = await import("./build-
|
|
294
|
+
const { build } = await import("./build-CuFwQdAK.mjs");
|
|
295
295
|
for (const entryFile of entry) {
|
|
296
296
|
const options = await resolveOptions({
|
|
297
297
|
entry: entryFile,
|
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./resolver-cMXpGVIO.mjs";
|
|
2
|
-
import { a as parser, i as resolveOptions, n as ViteSlidevPlugin, r as createDataUtils } from "./shared-
|
|
3
|
-
import { t as createServer } from "./serve-
|
|
2
|
+
import { a as parser, i as resolveOptions, n as ViteSlidevPlugin, r as createDataUtils } from "./shared-De_Cvun-.mjs";
|
|
3
|
+
import { t as createServer } from "./serve-ur4n2Inh.mjs";
|
|
4
4
|
|
|
5
5
|
export { ViteSlidevPlugin, createDataUtils, createServer, parser, resolveOptions };
|
|
@@ -127,7 +127,7 @@ function getBodyJson(req) {
|
|
|
127
127
|
});
|
|
128
128
|
}
|
|
129
129
|
function makeAbsoluteImportGlob(userRoot, globs, options = {}) {
|
|
130
|
-
const relativeGlobs = globs.map((glob) => `./${relative(userRoot, glob)}`);
|
|
130
|
+
const relativeGlobs = globs.map((glob) => `./${slash(relative(userRoot, glob))}`);
|
|
131
131
|
const opts = {
|
|
132
132
|
eager: true,
|
|
133
133
|
exhaustive: true,
|
|
@@ -504,7 +504,7 @@ function createLayoutWrapperPlugin({ data, utils }) {
|
|
|
504
504
|
|
|
505
505
|
//#endregion
|
|
506
506
|
//#region package.json
|
|
507
|
-
var version = "52.10.
|
|
507
|
+
var version = "52.10.1";
|
|
508
508
|
|
|
509
509
|
//#endregion
|
|
510
510
|
//#region node/integrations/addons.ts
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slidev/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "52.10.
|
|
4
|
+
"version": "52.10.1",
|
|
5
5
|
"description": "Presentation slides for developers",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -109,9 +109,9 @@
|
|
|
109
109
|
"vue": "^3.5.25",
|
|
110
110
|
"yaml": "^2.8.1",
|
|
111
111
|
"yargs": "^18.0.0",
|
|
112
|
-
"@slidev/client": "52.10.
|
|
113
|
-
"@slidev/parser": "52.10.
|
|
114
|
-
"@slidev/types": "52.10.
|
|
112
|
+
"@slidev/client": "52.10.1",
|
|
113
|
+
"@slidev/parser": "52.10.1",
|
|
114
|
+
"@slidev/types": "52.10.1"
|
|
115
115
|
},
|
|
116
116
|
"devDependencies": {
|
|
117
117
|
"@hedgedoc/markdown-it-plugins": "^2.1.4",
|