@markdy/cli 1.0.4 → 1.0.5

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 +5 -5
package/README.md CHANGED
@@ -23,7 +23,7 @@ To make `markdy` available as a shell command everywhere, install it globally wi
23
23
  ## Output preview
24
24
 
25
25
  <p align="center">
26
- <img src="https://raw.githubusercontent.com/HoangYell/markdy-com/main/website/public/images/markdy-output-preview.webp" alt="Markdy output preview" width="900" />
26
+ <img src="https://raw.githubusercontent.com/HoangYell/markdy-com/main/website/public/images/scene-terminal-cli.webp" alt="Markdy CLI Terminal Infrastructure Preview" width="900" />
27
27
  </p>
28
28
 
29
29
  Use this command to generate a local HTML preview:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markdy/cli",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "First-party CLI for diagram-native MarkdyScript diagrams: lint, format, explain, render, and preview.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -42,10 +42,10 @@
42
42
  "access": "public"
43
43
  },
44
44
  "dependencies": {
45
- "@markdy/renderer-dom": "1.0.4",
46
- "@markdy/stdlib-systems": "1.0.4",
47
- "@markdy/core": "1.0.4",
48
- "@markdy/compat": "1.0.4"
45
+ "@markdy/core": "1.0.5",
46
+ "@markdy/compat": "1.0.5",
47
+ "@markdy/renderer-dom": "1.0.5",
48
+ "@markdy/stdlib-systems": "1.0.5"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@types/node": "^25.9.5",