@slidev/types 0.47.1 → 0.47.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 +1 -0
  2. package/package.json +1 -1
package/dist/index.d.mts CHANGED
@@ -343,6 +343,7 @@ interface SlideInfoBase {
343
343
  content: string;
344
344
  note?: string;
345
345
  frontmatter: Record<string, any>;
346
+ frontmatterRaw?: string;
346
347
  frontmatterStyle?: FrontmatterStyle;
347
348
  title?: string;
348
349
  level?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slidev/types",
3
- "version": "0.47.1",
3
+ "version": "0.47.2",
4
4
  "description": "Shared types declarations for Slidev",
5
5
  "author": "antfu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",