Comparing version 0.9.2 to 0.9.3
# mdsvex | ||
## 0.9.3 | ||
### Patch Changes | ||
- [`2af50ee`](https://github.com/pngwn/MDsveX/commit/2af50ee80aeda5ca007b1046a8bb04523963ddc9) [#239](https://github.com/pngwn/MDsveX/pull/239) Thanks [@brev](https://github.com/brev)! - Standalone compile() function not returning headmatter attributes. Also export all types. | ||
## 0.9.2 | ||
@@ -4,0 +10,0 @@ |
@@ -212,2 +212,3 @@ /// <reference types="node" /> | ||
code: string; | ||
data?: Record<string, unknown>; | ||
map?: string; | ||
@@ -214,0 +215,0 @@ } | undefined>; |
@@ -212,2 +212,3 @@ /// <reference types="node" /> | ||
code: string; | ||
data?: Record<string, unknown>; | ||
map?: string; | ||
@@ -214,0 +215,0 @@ } | undefined>; |
{ | ||
"name": "mdsvex", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"description": "Markdown preprocessor for Svelte", | ||
@@ -5,0 +5,0 @@ "main": "dist/main.cjs.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
2741822
88374