@slidev/cli 0.48.0-beta.15 → 0.48.0-beta.16

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/dist/cli.mjs CHANGED
@@ -5,16 +5,16 @@ import {
5
5
  resolveAddons,
6
6
  resolveOptions,
7
7
  resolveTheme
8
- } from "./chunk-ESDR4XPY.mjs";
8
+ } from "./chunk-6SJIO2WJ.mjs";
9
9
  import {
10
10
  version
11
- } from "./chunk-HHZ7SVZP.mjs";
11
+ } from "./chunk-TMXTXTYI.mjs";
12
12
  import {
13
13
  loadSetups
14
14
  } from "./chunk-O6TYYGU6.mjs";
15
15
  import {
16
16
  getRoots
17
- } from "./chunk-7HOZGSL4.mjs";
17
+ } from "./chunk-G3BP3FUT.mjs";
18
18
  import "./chunk-BXO7ZPPU.mjs";
19
19
 
20
20
  // node/cli.ts
@@ -277,7 +277,7 @@ cli.command(
277
277
  }).strict().help(),
278
278
  async (args) => {
279
279
  const { entry, theme, watch, base, download, out, inspect } = args;
280
- const { build } = await import("./build-TYMPDPHA.mjs");
280
+ const { build } = await import("./build-BFCSVURA.mjs");
281
281
  for (const entryFile of entry) {
282
282
  const options = await resolveOptions({ entry: entryFile, theme, inspect }, "build");
283
283
  if (download && !options.data.config.download)
@@ -352,7 +352,7 @@ cli.command(
352
352
  (args) => exportOptions(commonOptions(args)).strict().help(),
353
353
  async (args) => {
354
354
  const { entry, theme } = args;
355
- const { exportSlides, getExportOptions } = await import("./export-SM2ZATWB.mjs");
355
+ const { exportSlides, getExportOptions } = await import("./export-JD32O5W6.mjs");
356
356
  const port = await getPort(12445);
357
357
  for (const entryFile of entry) {
358
358
  const options = await resolveOptions({ entry: entryFile, theme }, "export");
@@ -396,7 +396,7 @@ cli.command(
396
396
  output,
397
397
  timeout
398
398
  }) => {
399
- const { exportNotes } = await import("./export-SM2ZATWB.mjs");
399
+ const { exportNotes } = await import("./export-JD32O5W6.mjs");
400
400
  const port = await getPort(12445);
401
401
  for (const entryFile of entry) {
402
402
  const options = await resolveOptions({ entry: entryFile }, "export");
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  getRoots
3
- } from "./chunk-7HOZGSL4.mjs";
3
+ } from "./chunk-G3BP3FUT.mjs";
4
4
  import "./chunk-BXO7ZPPU.mjs";
5
5
 
6
6
  // node/export.ts
package/dist/index.mjs CHANGED
@@ -2,12 +2,12 @@ import {
2
2
  createServer,
3
3
  parser,
4
4
  resolveOptions
5
- } from "./chunk-ESDR4XPY.mjs";
5
+ } from "./chunk-6SJIO2WJ.mjs";
6
6
  import {
7
7
  ViteSlidevPlugin
8
- } from "./chunk-HHZ7SVZP.mjs";
8
+ } from "./chunk-TMXTXTYI.mjs";
9
9
  import "./chunk-O6TYYGU6.mjs";
10
- import "./chunk-7HOZGSL4.mjs";
10
+ import "./chunk-G3BP3FUT.mjs";
11
11
  import "./chunk-BXO7ZPPU.mjs";
12
12
  export {
13
13
  ViteSlidevPlugin,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slidev/cli",
3
- "version": "0.48.0-beta.15",
3
+ "version": "0.48.0-beta.16",
4
4
  "description": "Presentation slides for developers",
5
5
  "author": "antfu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -75,7 +75,7 @@
75
75
  "markdown-it-link-attributes": "^4.0.1",
76
76
  "markdown-it-mdc": "^0.2.3",
77
77
  "mlly": "^1.6.1",
78
- "monaco-editor": "^0.37.1",
78
+ "monaco-editor": "^0.46.0",
79
79
  "open": "^10.0.4",
80
80
  "pdf-lib": "^1.17.1",
81
81
  "plantuml-encoder": "^1.4.0",
@@ -104,9 +104,9 @@
104
104
  "vitefu": "^0.2.5",
105
105
  "vue": "^3.4.20",
106
106
  "yargs": "^17.7.2",
107
- "@slidev/client": "0.48.0-beta.15",
108
- "@slidev/parser": "0.48.0-beta.15",
109
- "@slidev/types": "0.48.0-beta.15"
107
+ "@slidev/client": "0.48.0-beta.16",
108
+ "@slidev/parser": "0.48.0-beta.16",
109
+ "@slidev/types": "0.48.0-beta.16"
110
110
  },
111
111
  "devDependencies": {
112
112
  "@hedgedoc/markdown-it-plugins": "^2.1.4",