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

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.
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const id = "mindmap";
4
+ const detector = (txt) => {
5
+ return txt.match(/^\s*mindmap/) !== null;
6
+ };
7
+ const loader = async () => {
8
+ const { diagram } = await Promise.resolve().then(() => require("./diagram-definition.ae1f7a29-DXy9Lyeh.cjs"));
9
+ return { id, diagram };
10
+ };
11
+ const plugin = {
12
+ id,
13
+ detector,
14
+ loader
15
+ };
16
+ exports.default = plugin;
17
+ //# sourceMappingURL=mermaid-mindmap.core-B-1qlt4V.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mermaid-mindmap.core-B-1qlt4V.cjs","sources":["../../../node_modules/.pnpm/@mermaid-js+mermaid-mindmap@9.3.0/node_modules/@mermaid-js/mermaid-mindmap/dist/mermaid-mindmap.core.mjs"],"sourcesContent":["const id = \"mindmap\";\nconst detector = (txt) => {\n return txt.match(/^\\s*mindmap/) !== null;\n};\nconst loader = async () => {\n const { diagram } = await import(\"./diagram-definition.ae1f7a29.js\");\n return { id, diagram };\n};\nconst plugin = {\n id,\n detector,\n loader\n};\nexport {\n plugin as default\n};\n//# sourceMappingURL=mermaid-mindmap.core.mjs.map\n"],"names":[],"mappings":";;AAAA,MAAM,KAAK;AACX,MAAM,WAAW,CAAC,QAAQ;AACxB,SAAO,IAAI,MAAM,aAAa,MAAM;AACtC;AACA,MAAM,SAAS,YAAY;AACzB,QAAM,EAAE,QAAO,IAAK,MAAM,QAAA,QAAA,EAAA,KAAA,MAAA,QAAO,4CAAkC,CAAC;AACpE,SAAO,EAAE,IAAI,QAAS;AACxB;AACK,MAAC,SAAS;AAAA,EACb;AAAA,EACA;AAAA,EACA;AACF;;","x_google_ignoreList":[0]}
@@ -0,0 +1,17 @@
1
+ const id = "mindmap";
2
+ const detector = (txt) => {
3
+ return txt.match(/^\s*mindmap/) !== null;
4
+ };
5
+ const loader = async () => {
6
+ const { diagram } = await import("./diagram-definition.ae1f7a29-DQ3e7jv1.js");
7
+ return { id, diagram };
8
+ };
9
+ const plugin = {
10
+ id,
11
+ detector,
12
+ loader
13
+ };
14
+ export {
15
+ plugin as default
16
+ };
17
+ //# sourceMappingURL=mermaid-mindmap.core-Bw63ywp_.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mermaid-mindmap.core-Bw63ywp_.js","sources":["../../../node_modules/.pnpm/@mermaid-js+mermaid-mindmap@9.3.0/node_modules/@mermaid-js/mermaid-mindmap/dist/mermaid-mindmap.core.mjs"],"sourcesContent":["const id = \"mindmap\";\nconst detector = (txt) => {\n return txt.match(/^\\s*mindmap/) !== null;\n};\nconst loader = async () => {\n const { diagram } = await import(\"./diagram-definition.ae1f7a29.js\");\n return { id, diagram };\n};\nconst plugin = {\n id,\n detector,\n loader\n};\nexport {\n plugin as default\n};\n//# sourceMappingURL=mermaid-mindmap.core.mjs.map\n"],"names":[],"mappings":"AAAA,MAAM,KAAK;AACX,MAAM,WAAW,CAAC,QAAQ;AACxB,SAAO,IAAI,MAAM,aAAa,MAAM;AACtC;AACA,MAAM,SAAS,YAAY;AACzB,QAAM,EAAE,QAAO,IAAK,MAAM,OAAO,2CAAkC;AACnE,SAAO,EAAE,IAAI,QAAS;AACxB;AACK,MAAC,SAAS;AAAA,EACb;AAAA,EACA;AAAA,EACA;AACF;","x_google_ignoreList":[0]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markdown-it-any-block",
3
- "version": "3.2.10-beta1",
3
+ "version": "3.2.10-beta2",
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,7 +25,6 @@ export default defineConfig({
25
25
  'markdown-it',
26
26
  'jsdom',
27
27
  'mermaid',
28
- '@mermaid-js/mermaid-mindmap'
29
28
  ],
30
29
  output: {
31
30
  // Provide global variables to other scripts