@markdy/mdx 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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -50,7 +50,7 @@ Then write Markdown:
50
50
 
51
51
  ````md
52
52
  ```markdy width=800 height=400 bg="#07111f" autoplay=false loop=false playback_rate=0.5 scene_boundary_progress=false
53
- scene "Request" theme=paper width=800 height=400
53
+ scene theme=paper width=800 height=400
54
54
  browser Web
55
55
  service API
56
56
  beat main:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markdy/mdx",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "description": "MDX plugin and lightweight React component for diagram-native animated Markdy diagrams.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "unist-util-visit": "^5.0.0",
45
- "@markdy/renderer-dom": "1.0.8"
45
+ "@markdy/renderer-dom": "1.0.10"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "react": ">=18.0.0",