markstream-vue 1.0.4-beta.0 → 1.0.4
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/tailwind.js +0 -0
- package/package.json +8 -8
package/dist/tailwind.js
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "markstream-vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.4
|
|
4
|
+
"version": "1.0.4",
|
|
5
5
|
"description": "Vue/Nuxt streaming Markdown renderer for AI chat, LLM token streams, SSE/WebSocket output, incomplete Markdown, long documents, Mermaid, KaTeX, Shiki, and Monaco.",
|
|
6
6
|
"author": "Simon He",
|
|
7
7
|
"license": "MIT",
|
|
@@ -142,8 +142,8 @@
|
|
|
142
142
|
"dependencies": {
|
|
143
143
|
"@chenglou/pretext": "^0.0.5",
|
|
144
144
|
"@floating-ui/dom": "^1.7.6",
|
|
145
|
-
"
|
|
146
|
-
"
|
|
145
|
+
"stream-markdown-parser": "1.0.7",
|
|
146
|
+
"markstream-core": "1.0.3"
|
|
147
147
|
},
|
|
148
148
|
"devDependencies": {
|
|
149
149
|
"@antfu/eslint-config": "^5.4.1",
|
|
@@ -153,9 +153,9 @@
|
|
|
153
153
|
"@types/react": "^19.2.17",
|
|
154
154
|
"@types/react-dom": "^19.2.3",
|
|
155
155
|
"@vitejs/plugin-vue": "^5.2.4",
|
|
156
|
-
"@vitest/ui": "^4.1.
|
|
156
|
+
"@vitest/ui": "^4.1.9",
|
|
157
157
|
"@vue/test-utils": "^2.4.11",
|
|
158
|
-
"autoprefixer": "^10.5.
|
|
158
|
+
"autoprefixer": "^10.5.1",
|
|
159
159
|
"brotli-compress": "^1.3.3",
|
|
160
160
|
"bumpp": "^8.2.1",
|
|
161
161
|
"conventional-changelog-cli": "^5.0.0",
|
|
@@ -164,9 +164,9 @@
|
|
|
164
164
|
"lint-staged": "^13.3.0",
|
|
165
165
|
"lz-string": "^1.5.0",
|
|
166
166
|
"markdown-it-emoji": "^3.0.0",
|
|
167
|
-
"material-icon-theme": "^5.
|
|
167
|
+
"material-icon-theme": "^5.36.1",
|
|
168
168
|
"picocolors": "^1.1.1",
|
|
169
|
-
"playwright-core": "^1.
|
|
169
|
+
"playwright-core": "^1.61.1",
|
|
170
170
|
"postcss-cli": "^11.0.1",
|
|
171
171
|
"react": "^19.2.7",
|
|
172
172
|
"react-dom": "^19.2.7",
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"vite-plugin-pages": "^0.33.3",
|
|
187
187
|
"vite-svg-loader": "^5.1.1",
|
|
188
188
|
"vitepress": "^1.6.4",
|
|
189
|
-
"vitest": "^4.1.
|
|
189
|
+
"vitest": "^4.1.9",
|
|
190
190
|
"vue": "^3.5.38",
|
|
191
191
|
"vue-tsc": "^2.2.12"
|
|
192
192
|
},
|