Comparing version 0.9.3 to 0.9.4
# mdsvex | ||
## 0.9.4 | ||
### Patch Changes | ||
- [#251](https://github.com/pngwn/MDsveX/pull/251) [`3d8b400`](https://github.com/pngwn/MDsveX/commit/3d8b40039f3b096b609cdd358f3d56f9961c63e4) Thanks [@pngwn](https://github.com/pngwn)! - UMD build now works in the browser. | ||
## 0.9.3 | ||
@@ -4,0 +10,0 @@ |
@@ -1,4 +0,3 @@ | ||
/// <reference types="node" /> | ||
import { VFileMessage } from 'vfile-message'; | ||
import { Plugin, Settings } from 'unified'; | ||
import { VFileMessage } from 'vfile-message'; | ||
@@ -5,0 +4,0 @@ interface FrontmatterOptions { |
@@ -1,4 +0,3 @@ | ||
/// <reference types="node" /> | ||
import { VFileMessage } from 'vfile-message'; | ||
import { Plugin, Settings } from 'unified'; | ||
import { VFileMessage } from 'vfile-message'; | ||
@@ -5,0 +4,0 @@ interface FrontmatterOptions { |
{ | ||
"name": "mdsvex", | ||
"version": "0.9.3", | ||
"version": "0.9.4", | ||
"description": "Markdown preprocessor for Svelte", | ||
"main": "dist/main.cjs.js", | ||
"module": "dist/main.es.js", | ||
"browser": "dist/main.browser.js", | ||
"browser": "dist/mdsvex.js", | ||
"repository": "https://github.com/pngwn/MDsveX", | ||
@@ -26,3 +26,3 @@ "scripts": { | ||
"devDependencies": { | ||
"@rollup/plugin-replace": "^2.2.1", | ||
"@rollup/plugin-replace": "^2.4.2", | ||
"@rollup/plugin-sucrase": "^3.1.0", | ||
@@ -29,0 +29,0 @@ "@starptech/prettyhtml-hast-to-html": "^0.10.0", |
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
2740044
88337