markstream-vue 0.0.7-beta.8 → 0.0.7
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.ts +0 -0
- 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.7
|
|
4
|
+
"version": "0.0.7",
|
|
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",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
},
|
|
105
105
|
"dependencies": {
|
|
106
106
|
"@floating-ui/dom": "^1.7.5",
|
|
107
|
-
"stream-markdown-parser": "0.0.
|
|
107
|
+
"stream-markdown-parser": "0.0.61"
|
|
108
108
|
},
|
|
109
109
|
"devDependencies": {
|
|
110
110
|
"@antfu/eslint-config": "^5.4.1",
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
"build:demo": "vite build",
|
|
182
182
|
"build:view": "vite preview",
|
|
183
183
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
|
|
184
|
-
"release": "bumpp --commit --no-tag --no-push --execute 'conventional-changelog -p angular -i CHANGELOG.md -s -r 0
|
|
184
|
+
"release": "bumpp --all --commit --no-tag --no-push --execute 'conventional-changelog -p angular -i CHANGELOG.md -s -r 0' && pnpm publish && node scripts/tag-package.mjs --package-json package.json --push",
|
|
185
185
|
"tag": "node scripts/tag-package.mjs",
|
|
186
186
|
"tag:vue3": "node scripts/tag-package.mjs --package-json package.json",
|
|
187
187
|
"tag:vue3:push": "node scripts/tag-package.mjs --package-json package.json --push",
|