remark-dgmo 0.3.9 → 0.3.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.
- package/README.md +2 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Framework-agnostic [remark](https://github.com/remarkjs/remark) plugin that renders [DGMO](https://diagrammo.app) diagrams from ` ```dgmo ` fenced code blocks at build time. Powered by [`@diagrammo/dgmo`](https://www.npmjs.com/package/@diagrammo/dgmo). Zero client JavaScript by default.
|
|
4
4
|
|
|
5
|
+
📖 **Setup guides for Astro, Docusaurus & Fumadocs:** [diagrammo.app/embed](https://diagrammo.app/embed)
|
|
6
|
+
|
|
5
7
|
```dgmo
|
|
6
8
|
sequence
|
|
7
9
|
Client -POST /login-> API
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "remark-dgmo",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.10",
|
|
4
4
|
"description": "Remark plugin to render DGMO diagrams from fenced code blocks at build time. Framework-agnostic core shared by astro-dgmo, docusaurus-plugin-dgmo, and any unified pipeline.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"prepublishOnly": "pnpm build && pnpm test"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
|
-
"@diagrammo/dgmo": "^0.
|
|
76
|
+
"@diagrammo/dgmo": "^0.31.0"
|
|
77
77
|
},
|
|
78
78
|
"dependencies": {
|
|
79
79
|
"@lezer/common": "^1.5.1",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"unist-util-visit": "^5.0.0"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"@diagrammo/dgmo": "^0.
|
|
86
|
+
"@diagrammo/dgmo": "^0.31.0",
|
|
87
87
|
"@eslint/js": "^10.0.1",
|
|
88
88
|
"@mdx-js/mdx": "^3.1.0",
|
|
89
89
|
"@types/estree": "^1.0.8",
|