@vmz/plugin-mermaid 0.0.2 → 0.0.3
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/README.md +7 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -29,11 +29,12 @@ Mermaid adds diagram capability; it does not redefine VMZ document, routing, sta
|
|
|
29
29
|
|
|
30
30
|
## Why teams keep diagrams in text
|
|
31
31
|
|
|
32
|
-
| Pain
|
|
33
|
-
|
|
32
|
+
| Pain | Text-authored result |
|
|
33
|
+
|--------------------------------------------------|-----------------------------------------------------|
|
|
34
34
|
| A renamed service leaves an exported image stale | The diagram changes in the same review as the prose |
|
|
35
|
-
| Localization requires separate image editing
|
|
36
|
-
| Architecture history is hard to inspect
|
|
37
|
-
| A document is rendered in several targets
|
|
35
|
+
| Localization requires separate image editing | Labels remain part of the content workflow |
|
|
36
|
+
| Architecture history is hard to inspect | Version control shows structural changes |
|
|
37
|
+
| A document is rendered in several targets | The same source can be transformed consistently |
|
|
38
38
|
|
|
39
|
-
Mermaid will not replace bespoke product visualization, but it is unusually effective for diagrams whose job is to
|
|
39
|
+
Mermaid will not replace bespoke product visualization, but it is unusually effective for diagrams whose job is to
|
|
40
|
+
explain rather than impress. That makes it a natural companion for VMZ documents. 📚
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vmz/plugin-mermaid",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "VMZ Mermaid diagram adapter - <Mermaid>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@vmz/plugin": "0.0.
|
|
20
|
+
"@vmz/plugin": "0.0.3"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"mermaid": ">=11"
|