@slidev/types 0.48.0-beta.0 → 0.48.0-beta.2

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.
Files changed (2) hide show
  1. package/dist/index.d.mts +2 -1
  2. package/package.json +1 -1
package/dist/index.d.mts CHANGED
@@ -358,7 +358,7 @@ interface SlideInfo extends SlideInfoBase {
358
358
  source?: SlideInfoWithPath;
359
359
  snippetsUsed?: LoadedSnippets;
360
360
  }
361
- interface SlideInfoWithPath extends SlideInfoBase {
361
+ interface SlideInfoWithPath extends SlideInfo {
362
362
  filepath: string;
363
363
  }
364
364
  interface SlideInfoExtended extends SlideInfo {
@@ -388,6 +388,7 @@ interface SlidevMarkdown {
388
388
  filepath?: string;
389
389
  entries?: string[];
390
390
  themeMeta?: SlidevThemeMeta;
391
+ subSlides?: Record<string, SlidevMarkdown>;
391
392
  }
392
393
  interface SlidevPreparserExtension {
393
394
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slidev/types",
3
- "version": "0.48.0-beta.0",
3
+ "version": "0.48.0-beta.2",
4
4
  "description": "Shared types declarations for Slidev",
5
5
  "author": "antfu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",