stream-markdown-parser 1.0.6 → 1.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/index.cjs +3272 -2585
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3272 -2585
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stream-markdown-parser",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
5
|
-
"packageManager": "pnpm@10.34.
|
|
4
|
+
"version": "1.0.7",
|
|
5
|
+
"packageManager": "pnpm@10.34.4",
|
|
6
6
|
"description": "Framework-agnostic streaming Markdown parser that outputs structured nodes for Markstream renderers and custom render pipelines.",
|
|
7
7
|
"author": "Simon He",
|
|
8
8
|
"license": "MIT",
|
|
@@ -61,10 +61,10 @@
|
|
|
61
61
|
"markdown-it-sub": "^2.0.0",
|
|
62
62
|
"markdown-it-sup": "^2.0.0",
|
|
63
63
|
"markdown-it-task-checkbox": "^1.0.6",
|
|
64
|
-
"markdown-it-ts": "^1.0.
|
|
64
|
+
"markdown-it-ts": "^1.0.2"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@types/node": "^22.
|
|
67
|
+
"@types/node": "^22.20.0",
|
|
68
68
|
"tsdown": "^0.15.12",
|
|
69
69
|
"typescript": "^5.9.3",
|
|
70
70
|
"vitest": "^3.2.6"
|