markstream-vue 1.0.3 → 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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "markstream-vue",
3
3
  "type": "module",
4
- "version": "1.0.3",
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,7 +142,7 @@
142
142
  "dependencies": {
143
143
  "@chenglou/pretext": "^0.0.5",
144
144
  "@floating-ui/dom": "^1.7.6",
145
- "stream-markdown-parser": "1.0.5",
145
+ "stream-markdown-parser": "1.0.7",
146
146
  "markstream-core": "1.0.3"
147
147
  },
148
148
  "devDependencies": {
@@ -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.8",
156
+ "@vitest/ui": "^4.1.9",
157
157
  "@vue/test-utils": "^2.4.11",
158
- "autoprefixer": "^10.5.0",
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.35.0",
167
+ "material-icon-theme": "^5.36.1",
168
168
  "picocolors": "^1.1.1",
169
- "playwright-core": "^1.60.0",
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.8",
189
+ "vitest": "^4.1.9",
190
190
  "vue": "^3.5.38",
191
191
  "vue-tsc": "^2.2.12"
192
192
  },
@@ -206,6 +206,7 @@
206
206
  "test:e2e:height-estimation-experiment": "node scripts/e2e-height-estimation-experiment.mjs",
207
207
  "test:e2e:main-playground-performance": "node scripts/e2e-main-playground-performance.mjs",
208
208
  "test:e2e:playground-performance": "node scripts/e2e-playground-performance.mjs",
209
+ "test:e2e:web-vitals-performance": "node scripts/e2e-web-vitals-performance.mjs",
209
210
  "e2e:virtual-scroll": "node scripts/e2e-virtual-scroll.mjs",
210
211
  "e2e:virtual-scroll:smoke": "node scripts/e2e-virtual-scroll.mjs --mode=smoke",
211
212
  "e2e:virtual-scroll:stress": "node scripts/e2e-virtual-scroll.mjs --mode=stress",
@@ -291,7 +292,7 @@
291
292
  "build:demo": "vite build",
292
293
  "build:view": "vite preview",
293
294
  "changelog": "conventional-changelog -p angular --tag-prefix markstream-vue@ -i CHANGELOG.md -s -r 1",
294
- "release": "bumpp --all --commit --no-tag --no-push --execute 'conventional-changelog -p angular --tag-prefix markstream-vue@ -i CHANGELOG.md -s -r 1' && pnpm run check:workspace-deps-published && pnpm publish && node scripts/tag-package.mjs --package-json package.json --push",
295
+ "release": "bumpp --all --commit --no-tag --no-push --execute 'pnpm run docs:llms:generate && conventional-changelog -p angular --tag-prefix markstream-vue@ -i CHANGELOG.md -s -r 1' && pnpm run check:workspace-deps-published && pnpm publish && node scripts/tag-package.mjs --package-json package.json --push",
295
296
  "release:angular": "pnpm run -C packages/markstream-angular release",
296
297
  "release:react": "pnpm run -C packages/markstream-react release",
297
298
  "release:svelte": "pnpm run -C packages/markstream-svelte release",