@markdy/stdlib-systems 1.0.4 → 1.0.6

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -58,5 +58,5 @@ re-export and manifest, not a runtime registration step.
58
58
  ## Output preview
59
59
 
60
60
  <p align="center">
61
- <img src="https://raw.githubusercontent.com/HoangYell/markdy-com/main/website/public/images/markdy-output-preview.webp" alt="Markdy output preview" width="900" />
61
+ <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" />
62
62
  </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markdy/stdlib-systems",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
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.4"
44
+ "@markdy/core": "1.0.6"
45
45
  },
46
46
  "devDependencies": {
47
47
  "tsup": "^8.5.1",