markstream-vue 0.0.2-beta.5 → 0.0.2-beta.6

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.
Files changed (2) hide show
  1. package/dist/tailwind.ts +0 -0
  2. package/package.json +3 -3
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.2-beta.5",
4
+ "version": "0.0.2-beta.6",
5
5
  "packageManager": "pnpm@10.23.0",
6
6
  "description": "Vue 3 Markdown renderer optimized for large docs: progressive Mermaid, streaming diff code blocks, and fast real-time preview.",
7
7
  "author": "Simon He",
@@ -119,7 +119,8 @@
119
119
  }
120
120
  },
121
121
  "dependencies": {
122
- "@floating-ui/dom": "^1.7.4"
122
+ "@floating-ui/dom": "^1.7.4",
123
+ "stream-markdown-parser": "^0.0.32"
123
124
  },
124
125
  "devDependencies": {
125
126
  "@antfu/eslint-config": "^5.4.1",
@@ -140,7 +141,6 @@
140
141
  "rollup": "^3.29.5",
141
142
  "rollup-plugin-dts": "^5.3.1",
142
143
  "rollup-plugin-visualizer": "^6.0.5",
143
- "stream-markdown-parser": "workspace:^",
144
144
  "tailwindcss": "^3.4.18",
145
145
  "terser": "^5.44.1",
146
146
  "tsx": "^4.20.6",