@markdy/stdlib-systems 0.7.18 → 0.7.20

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.
Files changed (2) hide show
  1. package/README.md +12 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -19,3 +19,15 @@ Adds actions:
19
19
  - `.request(to=..., label=..., dur=...)`
20
20
  - `.response(to=..., label=..., dur=...)`
21
21
  - `.emit(to=..., label=..., dur=...)`
22
+
23
+ ## Visual guide
24
+
25
+ <p align="center">
26
+ <img src="https://raw.githubusercontent.com/HoangYell/markdy-com/main/website/public/images/markdy-tooling-map.webp" alt="Markdy tooling and system pack visual" width="900" />
27
+ </p>
28
+
29
+ ## Love Story result
30
+
31
+ <p align="center">
32
+ <img src="https://raw.githubusercontent.com/HoangYell/markdy-com/main/website/public/images/markdy-love-story-result.webp" alt="Love Story main Markdy result" width="900" />
33
+ </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markdy/stdlib-systems",
3
- "version": "0.7.18",
3
+ "version": "0.7.20",
4
4
  "description": "System diagram actor/action pack for Markdy.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -39,7 +39,7 @@
39
39
  "access": "public"
40
40
  },
41
41
  "dependencies": {
42
- "@markdy/core": "0.7.18"
42
+ "@markdy/core": "0.7.20"
43
43
  },
44
44
  "devDependencies": {
45
45
  "tsup": "^8.5.1",