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