Comparing version 0.8.8 to 0.8.9
# mdsvex | ||
## 0.8.9 | ||
### Patch Changes | ||
- [`a4806af`](https://github.com/pngwn/MDsveX/commit/a4806af06edf2c756a0777cb42eb73edcd12abe7) [#187](https://github.com/pngwn/MDsveX/pull/187) Thanks [@wlach](https://github.com/wlach)! - Various small fixes to compile typechecking | ||
* [`94d5c3e`](https://github.com/pngwn/MDsveX/commit/94d5c3ed6b09565319168e1befd4ca80c4a2b2eb) [#185](https://github.com/pngwn/MDsveX/pull/185) Thanks [@wlach](https://github.com/wlach)! - Fix calling mdsvex.compile with no options | ||
## 0.8.8 | ||
### Patch Changes | ||
@@ -5,0 +14,0 @@ |
@@ -243,3 +243,3 @@ /// <reference types="node" /> | ||
* | ||
* | ||
* - `filename` - The filename of the generated file | ||
* - `extension` - The extension to use for mdsvex files | ||
@@ -254,4 +254,4 @@ * - `extensions` - The extensions to use for mdsvex files | ||
*/ | ||
declare const _compile: (source: string, opts: MdsvexCompileOptions) => PreprocessorReturn; | ||
declare const _compile: (source: string, opts?: MdsvexCompileOptions | undefined) => PreprocessorReturn; | ||
export { _compile as compile, mdsvex }; |
@@ -243,3 +243,3 @@ /// <reference types="node" /> | ||
* | ||
* | ||
* - `filename` - The filename of the generated file | ||
* - `extension` - The extension to use for mdsvex files | ||
@@ -254,4 +254,4 @@ * - `extensions` - The extensions to use for mdsvex files | ||
*/ | ||
declare const _compile: (source: string, opts: MdsvexCompileOptions) => PreprocessorReturn; | ||
declare const _compile: (source: string, opts?: MdsvexCompileOptions | undefined) => PreprocessorReturn; | ||
export { _compile as compile, mdsvex }; |
{ | ||
"name": "mdsvex", | ||
"version": "0.8.8", | ||
"version": "0.8.9", | ||
"description": "Markdown preprocessor for Svelte", | ||
@@ -51,5 +51,3 @@ "main": "dist/main.cjs.js", | ||
"retext-smartypants": "^4.0.0", | ||
"rollup": "^2.10.9", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-dts": "^1.4.10", | ||
"rollup-plugin-json": "^4.0.0", | ||
@@ -56,0 +54,0 @@ "rollup-plugin-node-builtins": "^2.1.2", |
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
2737030
35
88365