markstream-vue2 0.0.2 → 0.0.3
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.
- package/dist/exports.js +1 -1
- package/dist/index.d.ts +1 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -491,6 +491,7 @@ type __VLS_Props$c = {
|
|
|
491
491
|
loading?: boolean;
|
|
492
492
|
autoClosed?: boolean;
|
|
493
493
|
};
|
|
494
|
+
customId?: string;
|
|
494
495
|
};
|
|
495
496
|
declare const _default$l: vue.DefineComponent<__VLS_TypePropsToOption$j<__VLS_Props$c>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, Readonly<vue.ExtractPropTypes<__VLS_TypePropsToOption$j<__VLS_Props$c>>>, {}>;
|
|
496
497
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "markstream-vue2",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.3",
|
|
5
5
|
"description": "Vue 2 Markdown renderer optimized for large docs: progressive Mermaid, streaming diff code blocks, and fast real-time preview.",
|
|
6
6
|
"author": "Simon He",
|
|
7
7
|
"license": "MIT",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@floating-ui/dom": "^1.7.4",
|
|
62
|
-
"stream-markdown-parser": "
|
|
62
|
+
"stream-markdown-parser": "0.0.53"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@vitejs/plugin-vue2": "^2.3.4",
|