remons-render-markdown 1.0.2 → 1.0.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.
- package/dist/index.css +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -26700,7 +26700,7 @@ var _h = Se.bind({
|
|
|
26700
26700
|
}), document.body);
|
|
26701
26701
|
}, Ch = [{
|
|
26702
26702
|
externalsName: "mermaid",
|
|
26703
|
-
url: "https://registry.npmmirror.com/mermaid/11.16.
|
|
26703
|
+
url: "https://registry.npmmirror.com/mermaid/11.16.1/files/dist/mermaid.min.js"
|
|
26704
26704
|
}].reduce((e, t) => (e[t.externalsName] = t.url, e), {}), wh = null;
|
|
26705
26705
|
function Th() {
|
|
26706
26706
|
return wh ||= new Promise((e, t) => {
|
package/package.json
CHANGED