@markdy/cli 0.8.2 → 0.8.3

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/dist/index.js +1 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -820,7 +820,7 @@ function describeError(error) {
820
820
  }
821
821
  function defaultSceneTemplate() {
822
822
  return [
823
- 'scene "My Architecture" theme=midnight',
823
+ 'scene "My Architecture" theme=paper',
824
824
  "layout LR",
825
825
  "",
826
826
  "browser Client",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markdy/cli",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "description": "First-party CLI for MarkdyScript diagrams: lint, format, explain, render, and a local playground.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -41,9 +41,9 @@
41
41
  "access": "public"
42
42
  },
43
43
  "dependencies": {
44
- "@markdy/core": "0.8.2",
45
- "@markdy/stdlib-systems": "0.8.2",
46
- "@markdy/renderer-dom": "0.8.2"
44
+ "@markdy/core": "0.8.3",
45
+ "@markdy/stdlib-systems": "0.8.3",
46
+ "@markdy/renderer-dom": "0.8.3"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^25.9.5",