mermaid 9.3.0-rc.6 → 9.3.0
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/dist/mermaid.core.mjs +2 -2
- package/dist/mermaid.esm.min.mjs +2827 -2827
- package/dist/mermaid.esm.min.mjs.map +1 -1
- package/dist/mermaid.esm.mjs +4 -4
- package/dist/mermaid.esm.mjs.map +1 -1
- package/dist/mermaid.js +4 -4
- package/dist/mermaid.js.map +1 -1
- package/dist/mermaid.min.js +55 -55
- package/dist/mermaid.min.js.map +1 -1
- package/package.json +2 -2
package/dist/mermaid.core.mjs
CHANGED
|
@@ -4522,7 +4522,7 @@ const utils = {
|
|
|
4522
4522
|
insertTitle
|
|
4523
4523
|
};
|
|
4524
4524
|
const name = "mermaid";
|
|
4525
|
-
const version$1 = "9.3.0
|
|
4525
|
+
const version$1 = "9.3.0";
|
|
4526
4526
|
const description$1 = "Markdown-ish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.";
|
|
4527
4527
|
const main = "./dist/mermaid.min.js";
|
|
4528
4528
|
const module = "./dist/mermaid.core.mjs";
|
|
@@ -4576,7 +4576,7 @@ const standard = {
|
|
|
4576
4576
|
const dependencies = {
|
|
4577
4577
|
"@braintree/sanitize-url": "^6.0.0",
|
|
4578
4578
|
d3: "^7.0.0",
|
|
4579
|
-
"dagre-d3-es": "7.0.
|
|
4579
|
+
"dagre-d3-es": "7.0.6",
|
|
4580
4580
|
dompurify: "2.4.1",
|
|
4581
4581
|
khroma: "^2.0.0",
|
|
4582
4582
|
"lodash-es": "^4.17.21",
|