markdown-it-any-block 3.2.10-beta2 → 3.2.10-beta4

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/index_mdit.ts CHANGED
@@ -61,7 +61,7 @@ import "../ABConverter/converter/abc_deco"
61
61
  import "../ABConverter/converter/abc_ex"
62
62
  import "../ABConverter/converter/abc_mdit_container"
63
63
  import "../ABConverter/converter/abc_plantuml" // 可选建议:
64
- import "../ABConverter/converter/abc_mermaid" // 可选建议:非 min 环境下 7.1MB
64
+ import "../ABConverter/converter/abc_mermaid.min" // 可选建议:非 min 环境下 7.1MB
65
65
  import "../ABConverter/converter/abc_markmap" // 可选建议:1.3MB
66
66
 
67
67
  interface Options {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markdown-it-any-block",
3
- "version": "3.2.10-beta2",
3
+ "version": "3.2.10-beta4",
4
4
  "description": "```typescript\r import { ABConvertManager } from \"ABConvertManager\"",
5
5
  "types": "@types/index_mdit.d.ts",
6
6
  "type": "module",
package/vite.config.ts CHANGED
@@ -25,6 +25,7 @@ export default defineConfig({
25
25
  'markdown-it',
26
26
  'jsdom',
27
27
  'mermaid',
28
+ '@mermaid-js/mermaid-mindmap',
28
29
  ],
29
30
  output: {
30
31
  // Provide global variables to other scripts