markstream-vue 0.0.5-beta.5 → 0.0.5

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/README.md CHANGED
@@ -425,6 +425,14 @@ https://github.com/Simon-He95/markstream-vue/issues
425
425
 
426
426
  ## Thanks
427
427
 
428
+ ### Contributors
429
+
430
+ Thanks to all the people who have contributed to this project!
431
+
432
+ [![Contributors](https://contrib.rocks/image?repo=Simon-He95/markstream-vue)](https://github.com/Simon-He95/markstream-vue/graphs/contributors)
433
+
434
+ ### Dependencies
435
+
428
436
  This project uses and benefits from:
429
437
  - [stream-monaco](https://github.com/Simon-He95/stream-monaco)
430
438
  - [stream-markdown](https://github.com/Simon-He95/stream-markdown)
package/README.zh-CN.md CHANGED
@@ -426,6 +426,14 @@ https://github.com/Simon-He95/markstream-vue/issues
426
426
 
427
427
  ## 鸣谢
428
428
 
429
+ ### 贡献者
430
+
431
+ 感谢所有为项目做出贡献的开发者!
432
+
433
+ [![Contributors](https://contrib.rocks/image?repo=Simon-He95/markstream-vue)](https://github.com/Simon-He95/markstream-vue/graphs/contributors)
434
+
435
+ ### 依赖项目
436
+
429
437
  本项目使用并受益于:
430
438
 
431
439
  - [stream-monaco](https://github.com/Simon-He95/stream-monaco)
package/dist/tailwind.ts CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "markstream-vue",
3
3
  "type": "module",
4
- "version": "0.0.5-beta.5",
4
+ "version": "0.0.5",
5
5
  "description": "Vue 3 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",
@@ -100,7 +100,7 @@
100
100
  },
101
101
  "dependencies": {
102
102
  "@floating-ui/dom": "^1.7.4",
103
- "stream-markdown-parser": "0.0.58-beta.1"
103
+ "stream-markdown-parser": "0.0.58-beta.3"
104
104
  },
105
105
  "devDependencies": {
106
106
  "@antfu/eslint-config": "^5.4.1",
@@ -127,7 +127,7 @@
127
127
  "typescript": "^5.9.3",
128
128
  "unplugin-class-extractor": "^0.0.22",
129
129
  "unplugin-vue-components": "^28.8.0",
130
- "vite": "^7.3.0",
130
+ "vite": "^7.3.1",
131
131
  "vite-plugin-dts": "^4.5.4",
132
132
  "vite-plugin-pages": "^0.33.2",
133
133
  "vite-svg-loader": "^5.1.0",