markstream-vue2 0.0.36 → 0.0.38
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/package.json +2 -6
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.38",
|
|
5
5
|
"description": "Vue 2 Markdown renderer optimized for large documents with progressive Mermaid rendering, streaming diff code blocks, and fast real-time preview. Perfect for documentation sites, AI chat interfaces, and content management systems.",
|
|
6
6
|
"author": "Simon He",
|
|
7
7
|
"license": "MIT",
|
|
@@ -84,7 +84,6 @@
|
|
|
84
84
|
"@vue/composition-api": ">=1.7.2",
|
|
85
85
|
"katex": ">=0.16.22",
|
|
86
86
|
"mermaid": ">=11",
|
|
87
|
-
"shiki": "^3.13.0",
|
|
88
87
|
"stream-markdown": ">=0.0.15",
|
|
89
88
|
"stream-monaco": ">=0.0.22",
|
|
90
89
|
"vue": ">=2.6.14 <3",
|
|
@@ -106,9 +105,6 @@
|
|
|
106
105
|
"mermaid": {
|
|
107
106
|
"optional": true
|
|
108
107
|
},
|
|
109
|
-
"shiki": {
|
|
110
|
-
"optional": true
|
|
111
|
-
},
|
|
112
108
|
"stream-markdown": {
|
|
113
109
|
"optional": true
|
|
114
110
|
},
|
|
@@ -122,7 +118,7 @@
|
|
|
122
118
|
"dependencies": {
|
|
123
119
|
"@floating-ui/dom": "^1.7.6",
|
|
124
120
|
"vue-demi": "^0.14.10",
|
|
125
|
-
"stream-markdown-parser": "0.0.
|
|
121
|
+
"stream-markdown-parser": "0.0.87"
|
|
126
122
|
},
|
|
127
123
|
"devDependencies": {
|
|
128
124
|
"@vitejs/plugin-vue2": "^2.3.4",
|