ontowave 1.0.39 → 1.0.40
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ontowave",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.40",
|
|
4
4
|
"description": "Lightweight JavaScript library for creating interactive documentation from Markdown with multilingual support, Prism syntax highlighting, Mermaid diagrams, and PlantUML rendering",
|
|
5
5
|
"main": "dist/ontowave.js",
|
|
6
6
|
"unpkg": "dist/ontowave.min.js",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"markdown-it-katex": "^2.0.3",
|
|
79
79
|
"markdown-it-link-attributes": "^4.0.1",
|
|
80
80
|
"markdown-it-multimd-table": "^4.2.3",
|
|
81
|
-
"mermaid": "^
|
|
81
|
+
"mermaid": "^11.12.2",
|
|
82
82
|
"yaml": "^2.5.1"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|