@markdy/stdlib-systems 0.7.20 → 0.7.22

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 +8 -6
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -20,14 +20,16 @@ Adds actions:
20
20
  - `.response(to=..., label=..., dur=...)`
21
21
  - `.emit(to=..., label=..., dur=...)`
22
22
 
23
- ## Visual guide
23
+ ## Package position (text)
24
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>
25
+ ```text
26
+ @markdy/stdlib-systems -> registerActorPack(...) -> @markdy/core
27
+
28
+ Adds reusable system actors/actions without changing core parser internals.
29
+ ```
28
30
 
29
- ## Love Story result
31
+ ## Output preview
30
32
 
31
33
  <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" />
34
+ <img src="https://raw.githubusercontent.com/HoangYell/markdy-com/main/website/public/images/markdy-output-preview.webp" alt="Markdy output preview" width="900" />
33
35
  </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markdy/stdlib-systems",
3
- "version": "0.7.20",
3
+ "version": "0.7.22",
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.20"
42
+ "@markdy/core": "0.7.22"
43
43
  },
44
44
  "devDependencies": {
45
45
  "tsup": "^8.5.1",