@markdy/astro 1.0.8 → 1.0.10

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