markstream-react 0.0.55 → 0.0.56-beta.1
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 +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "markstream-react",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.56-beta.1",
|
|
5
5
|
"description": "React/Next.js streaming Markdown renderer for AI chat, LLM token streams, SSE/WebSocket output, incomplete Markdown, long documents, Mermaid, KaTeX, Shiki, Monaco, and custom React components.",
|
|
6
6
|
"author": "Simon He",
|
|
7
7
|
"license": "MIT",
|
|
@@ -115,13 +115,13 @@
|
|
|
115
115
|
"@floating-ui/dom": "^1.8.0",
|
|
116
116
|
"clsx": "^2.1.1",
|
|
117
117
|
"markstream-core": "1.0.3",
|
|
118
|
-
"stream-markdown-parser": "1.1.
|
|
118
|
+
"stream-markdown-parser": "1.1.9"
|
|
119
119
|
},
|
|
120
120
|
"devDependencies": {
|
|
121
121
|
"@types/react": "^18.3.31",
|
|
122
122
|
"@types/react-dom": "^18.3.7",
|
|
123
123
|
"@vitejs/plugin-react-swc": "^3.11.0",
|
|
124
|
-
"autoprefixer": "^10.5.
|
|
124
|
+
"autoprefixer": "^10.5.4",
|
|
125
125
|
"rollup": "^3.30.0",
|
|
126
126
|
"rollup-plugin-dts": "^5.3.1",
|
|
127
127
|
"rollup-plugin-visualizer": "^6.0.11",
|
|
@@ -141,6 +141,6 @@
|
|
|
141
141
|
"size:check": "node ../../scripts/check-package-size.mjs",
|
|
142
142
|
"check:core-published": "node ../../scripts/check-core-published.mjs --package-json package.json --core-package-json ../markstream-core/package.json",
|
|
143
143
|
"check:workspace-deps-published": "node ../../scripts/check-workspace-deps-published.mjs --package-json package.json",
|
|
144
|
-
"release": "pnpm run check:workspace-deps-published && bumpp --all --commit --no-tag --no-push --execute 'pnpm --workspace-root run docs:llms:generate' && pnpm publish --access public && node ../../scripts/tag-package.mjs --package-json package.json --push"
|
|
144
|
+
"release": "pnpm run check:workspace-deps-published && bumpp --all --commit --no-tag --no-push --execute 'pnpm --workspace-root run docs:llms:generate' && pnpm publish --access public $(node ../../scripts/dist-tag.mjs) && node ../../scripts/tag-package.mjs --package-json package.json --push"
|
|
145
145
|
}
|
|
146
146
|
}
|