@markdy/stdlib-systems 1.0.23 → 1.0.25
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 +8 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -58,5 +58,12 @@ re-export and manifest, not a runtime registration step.
|
|
|
58
58
|
## Output preview
|
|
59
59
|
|
|
60
60
|
<p align="center">
|
|
61
|
-
|
|
61
|
+
<a href="https://markdy.com/playground/">
|
|
62
|
+
<img src="https://raw.githubusercontent.com/HoangYell/markdy-com/main/website/public/images/scene-consistent-hash-tree.webp" alt="Markdy Semantic Architecture Nodes & Consistent Hash Tree" width="900" />
|
|
63
|
+
</a>
|
|
64
|
+
</p>
|
|
65
|
+
<p align="center">
|
|
66
|
+
<a href="https://markdy.com/playground/">
|
|
67
|
+
<img src="https://raw.githubusercontent.com/HoangYell/markdy-com/main/website/public/images/scene-ecommerce-swimlanes.webp" alt="Markdy Semantic Nodes & Swimlanes Preview" width="900" />
|
|
68
|
+
</a>
|
|
62
69
|
</p>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markdy/stdlib-systems",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.25",
|
|
4
4
|
"description": "Diagram-native system node vocabulary for MarkdyScript architecture diagrams.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"access": "public"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@markdy/core": "1.0.
|
|
44
|
+
"@markdy/core": "1.0.25"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"tsup": "^8.5.1",
|