@slidev/cli 52.7.0 → 52.8.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.
package/bin/slidev.mjs CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
2
  'use strict'
3
- import ('../dist/cli.js')
3
+ import('../dist/cli.mjs')
@@ -1,4 +1,4 @@
1
- import { t as resolveViteConfigs } from "./shared-MlFI4qjX.mjs";
1
+ import { t as resolveViteConfigs } from "./shared-OlAiAU1s.mjs";
2
2
  import "./resolver-Dl3RCceV.mjs";
3
3
  import fs from "node:fs/promises";
4
4
  import { join, resolve } from "node:path";
package/dist/cli.mjs CHANGED
@@ -1,6 +1,6 @@
1
- import { a as loadSetups, c as resolveTheme, d as version, i as resolveOptions, l as resolveAddons, o as parser, s as getThemeMeta, u as updateFrontmatterPatch } from "./shared-MlFI4qjX.mjs";
1
+ import { a as loadSetups, c as resolveTheme, d as version, i as resolveOptions, l as resolveAddons, o as parser, s as getThemeMeta, u as updateFrontmatterPatch } from "./shared-OlAiAU1s.mjs";
2
2
  import { i as resolveEntry, n as getRoots, r as isInstalledGlobally } from "./resolver-Dl3RCceV.mjs";
3
- import { t as createServer } from "./serve-CqkRxlTS.mjs";
3
+ import { t as createServer } from "./serve-DiGMRooB.mjs";
4
4
  import { exec } from "node:child_process";
5
5
  import fs from "node:fs/promises";
6
6
  import os from "node:os";
@@ -292,7 +292,7 @@ cli.command("build [entry..]", "Build hostable SPA", (args) => exportOptions(com
292
292
  describe: "enable the inspect plugin for debugging"
293
293
  }).strict().help(), async (args) => {
294
294
  const { entry, theme, base, download, out, inspect } = args;
295
- const { build } = await import("./build-f96YUNej.mjs");
295
+ const { build } = await import("./build-Co9SDEv9.mjs");
296
296
  for (const entryFile of entry) {
297
297
  const options = await resolveOptions({
298
298
  entry: entryFile,
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
- import { i as resolveOptions, n as ViteSlidevPlugin, o as parser, r as createDataUtils } from "./shared-MlFI4qjX.mjs";
1
+ import { i as resolveOptions, n as ViteSlidevPlugin, o as parser, r as createDataUtils } from "./shared-OlAiAU1s.mjs";
2
2
  import "./resolver-Dl3RCceV.mjs";
3
- import { t as createServer } from "./serve-CqkRxlTS.mjs";
3
+ import { t as createServer } from "./serve-DiGMRooB.mjs";
4
4
 
5
5
  export { ViteSlidevPlugin, createDataUtils, createServer, parser, resolveOptions };
@@ -1,4 +1,4 @@
1
- import { t as resolveViteConfigs } from "./shared-MlFI4qjX.mjs";
1
+ import { t as resolveViteConfigs } from "./shared-OlAiAU1s.mjs";
2
2
  import { join } from "node:path";
3
3
  import process from "node:process";
4
4
  import { createServer } from "vite";
@@ -42,7 +42,7 @@ import Vue from "@vitejs/plugin-vue";
42
42
  import VueJsx from "@vitejs/plugin-vue-jsx";
43
43
 
44
44
  //#region package.json
45
- var version = "52.7.0";
45
+ var version = "52.8.0";
46
46
 
47
47
  //#endregion
48
48
  //#region node/syntax/markdown-it/markdown-it-link.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@slidev/cli",
3
3
  "type": "module",
4
- "version": "52.7.0",
4
+ "version": "52.8.0",
5
5
  "description": "Presentation slides for developers",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -51,8 +51,8 @@
51
51
  "@shikijs/markdown-it": "^3.15.0",
52
52
  "@shikijs/twoslash": "^3.15.0",
53
53
  "@shikijs/vitepress-twoslash": "^3.15.0",
54
- "@unocss/extractor-mdc": "^66.5.4",
55
- "@unocss/reset": "^66.5.4",
54
+ "@unocss/extractor-mdc": "^66.5.5",
55
+ "@unocss/reset": "^66.5.5",
56
56
  "@vitejs/plugin-vue": "^6.0.1",
57
57
  "@vitejs/plugin-vue-jsx": "^5.1.1",
58
58
  "ansis": "^4.2.0",
@@ -94,7 +94,7 @@
94
94
  "source-map-js": "^1.2.1",
95
95
  "typescript": "^5.9.3",
96
96
  "unhead": "^2.0.19",
97
- "unocss": "^66.5.4",
97
+ "unocss": "^66.5.5",
98
98
  "unplugin-icons": "^22.5.0",
99
99
  "unplugin-vue-components": "^30.0.0",
100
100
  "unplugin-vue-markdown": "^29.2.0",
@@ -106,12 +106,12 @@
106
106
  "vite-plugin-static-copy": "^3.1.4",
107
107
  "vite-plugin-vue-server-ref": "^1.0.0",
108
108
  "vitefu": "^1.1.1",
109
- "vue": "^3.5.23",
109
+ "vue": "^3.5.24",
110
110
  "yaml": "^2.8.1",
111
111
  "yargs": "^18.0.0",
112
- "@slidev/parser": "52.7.0",
113
- "@slidev/client": "52.7.0",
114
- "@slidev/types": "52.7.0"
112
+ "@slidev/parser": "52.8.0",
113
+ "@slidev/types": "52.8.0",
114
+ "@slidev/client": "52.8.0"
115
115
  },
116
116
  "devDependencies": {
117
117
  "@hedgedoc/markdown-it-plugins": "^2.1.4",