@slidev/cli 0.50.0-beta.8 → 0.50.0-beta.9

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,6 +1,6 @@
1
1
  import {
2
2
  resolveViteConfigs
3
- } from "./chunk-KRKJOCDL.js";
3
+ } from "./chunk-4Y77NFZ3.js";
4
4
  import "./chunk-UNQ5DBLZ.js";
5
5
 
6
6
  // node/commands/build.ts
@@ -9,7 +9,7 @@ import {
9
9
  } from "./chunk-UNQ5DBLZ.js";
10
10
 
11
11
  // package.json
12
- var version = "0.50.0-beta.8";
12
+ var version = "0.50.0-beta.9";
13
13
 
14
14
  // node/integrations/themes.ts
15
15
  import { join } from "node:path";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  resolveViteConfigs
3
- } from "./chunk-KRKJOCDL.js";
3
+ } from "./chunk-4Y77NFZ3.js";
4
4
 
5
5
  // node/commands/serve.ts
6
6
  import { join } from "node:path";
package/dist/cli.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  createServer
3
- } from "./chunk-TZUMD5EL.js";
3
+ } from "./chunk-B66LOQUH.js";
4
4
  import {
5
5
  getThemeMeta,
6
6
  loadSetups,
@@ -9,7 +9,7 @@ import {
9
9
  resolveOptions,
10
10
  resolveTheme,
11
11
  version
12
- } from "./chunk-KRKJOCDL.js";
12
+ } from "./chunk-4Y77NFZ3.js";
13
13
  import {
14
14
  getRoots,
15
15
  isInstalledGlobally,
@@ -330,7 +330,7 @@ cli.command(
330
330
  }).strict().help(),
331
331
  async (args) => {
332
332
  const { entry, theme, base, download, out, inspect } = args;
333
- const { build } = await import("./build-GOV3YBDB.js");
333
+ const { build } = await import("./build-E726H24D.js");
334
334
  for (const entryFile of entry) {
335
335
  const options = await resolveOptions({ entry: entryFile, theme, inspect, download }, "build");
336
336
  printInfo(options);
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  createServer
3
- } from "./chunk-TZUMD5EL.js";
3
+ } from "./chunk-B66LOQUH.js";
4
4
  import {
5
5
  ViteSlidevPlugin,
6
6
  createDataUtils,
7
7
  parser,
8
8
  resolveOptions
9
- } from "./chunk-KRKJOCDL.js";
9
+ } from "./chunk-4Y77NFZ3.js";
10
10
  import "./chunk-UNQ5DBLZ.js";
11
11
  export {
12
12
  ViteSlidevPlugin,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@slidev/cli",
3
3
  "type": "module",
4
- "version": "0.50.0-beta.8",
4
+ "version": "0.50.0-beta.9",
5
5
  "description": "Presentation slides for developers",
6
6
  "author": "antfu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -51,8 +51,8 @@
51
51
  "@shikijs/markdown-it": "^1.24.0",
52
52
  "@shikijs/twoslash": "^1.24.0",
53
53
  "@shikijs/vitepress-twoslash": "^1.24.0",
54
- "@unocss/extractor-mdc": "^0.65.0-beta.2",
55
- "@unocss/reset": "^0.65.0-beta.2",
54
+ "@unocss/extractor-mdc": "^0.65.0",
55
+ "@unocss/reset": "^0.65.0",
56
56
  "@vitejs/plugin-vue": "^5.2.1",
57
57
  "@vitejs/plugin-vue-jsx": "^4.1.1",
58
58
  "chokidar": "^4.0.1",
@@ -94,24 +94,24 @@
94
94
  "sirv": "^3.0.0",
95
95
  "source-map-js": "^1.2.1",
96
96
  "typescript": "5.6.3",
97
- "unocss": "^0.65.0-beta.2",
97
+ "unocss": "^0.65.0",
98
98
  "unplugin-icons": "^0.20.2",
99
99
  "unplugin-vue-components": "^0.27.5",
100
- "unplugin-vue-markdown": "^0.27.0",
100
+ "unplugin-vue-markdown": "^0.27.1",
101
101
  "untun": "^0.1.3",
102
102
  "uqr": "^0.1.2",
103
- "vite": "^6.0.1",
103
+ "vite": "^6.0.2",
104
104
  "vite-plugin-inspect": "^0.10.2",
105
- "vite-plugin-remote-assets": "^0.5.0",
105
+ "vite-plugin-remote-assets": "^0.6.0",
106
106
  "vite-plugin-static-copy": "^2.2.0",
107
107
  "vite-plugin-vue-server-ref": "^0.4.2",
108
108
  "vitefu": "^1.0.4",
109
109
  "vue": "^3.5.13",
110
110
  "yaml": "^2.6.1",
111
111
  "yargs": "^17.7.2",
112
- "@slidev/client": "0.50.0-beta.8",
113
- "@slidev/types": "0.50.0-beta.8",
114
- "@slidev/parser": "0.50.0-beta.8"
112
+ "@slidev/parser": "0.50.0-beta.9",
113
+ "@slidev/types": "0.50.0-beta.9",
114
+ "@slidev/client": "0.50.0-beta.9"
115
115
  },
116
116
  "devDependencies": {
117
117
  "@hedgedoc/markdown-it-plugins": "^2.1.4",