@markdy/astro 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/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -37,7 +37,7 @@ Astro integration provides an island wrapper for lazy client-side hydration.
37
37
  import { Markdy } from "@markdy/astro";
38
38
 
39
39
  const code = `
40
- scene "Request" theme=midnight width=800 height=400
40
+ scene "Request" theme=paper width=800 height=400
41
41
  browser Web
42
42
  service API
43
43
  beat main:
@@ -55,7 +55,7 @@ const code = `
55
55
  import { Markdy } from "@markdy/astro";
56
56
 
57
57
  export const code = `
58
- scene "Request" theme=midnight width=600 height=300
58
+ scene "Request" theme=paper width=600 height=300
59
59
  browser Web
60
60
  service API
61
61
  beat main:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markdy/astro",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "description": "Astro island component for animated MarkdyScript architecture diagrams.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -37,7 +37,7 @@
37
37
  "access": "public"
38
38
  },
39
39
  "dependencies": {
40
- "@markdy/renderer-dom": "0.8.2"
40
+ "@markdy/renderer-dom": "0.8.3"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "astro": ">=4.0.0"