@sigx/lynx-markdown 0.4.6 → 0.4.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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sigx/lynx-markdown",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.7",
|
|
4
4
|
"description": "SignalX-native streaming markdown renderer for Lynx. Parses markdown in JS (zero deps) and renders to native <view>/<text> primitives, with incremental streaming for AI output. Also ships XMarkdown, the native <x-markdown> wrapper.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"LICENSE"
|
|
20
20
|
],
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"@sigx/lynx": "^0.4.
|
|
22
|
+
"@sigx/lynx": "^0.4.7"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@typescript/native-preview": "7.0.0-dev.20260521.1",
|
|
26
26
|
"typescript": "^6.0.3",
|
|
27
|
-
"@sigx/lynx": "^0.4.
|
|
28
|
-
"@sigx/lynx-testing": "^0.4.
|
|
27
|
+
"@sigx/lynx": "^0.4.7",
|
|
28
|
+
"@sigx/lynx-testing": "^0.4.7"
|
|
29
29
|
},
|
|
30
30
|
"author": "Andreas Ekdahl",
|
|
31
31
|
"license": "MIT",
|