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.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.0/files/dist/mermaid.min.js"
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "remons-render-markdown",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "一个基于 React 的 Markdown 渲染组件,支持 GFM(GitHub Flavored Markdown)、代码高亮、Mermaid 图表、Tabs 渲染等功能。",
5
5
  "type": "module",
6
6
  "main": "./dist/index.mjs",