mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-25 10:20:06 +02:00
Export types & version upgrade
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@mermaid-chart/mermaid",
|
||||
"version": "11.0.0-b.65",
|
||||
"version": "11.0.0-b.66",
|
||||
"description": "Markdown-ish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
|
||||
"type": "module",
|
||||
"module": "./dist/mermaid.core.mjs",
|
||||
|
@@ -21,6 +21,8 @@ import { registerLayoutLoaders } from './rendering-util/render.js';
|
||||
import type { LayoutLoaderDefinition } from './rendering-util/render.js';
|
||||
import { internalHelpers } from './internals.js';
|
||||
import type { LayoutData } from './rendering-util/types.js';
|
||||
import type { Node } from './rendering-util/types.js';
|
||||
import type { Edge } from './rendering-util/types.js';
|
||||
|
||||
export type {
|
||||
MermaidConfig,
|
||||
@@ -32,6 +34,8 @@ export type {
|
||||
UnknownDiagramError,
|
||||
LayoutLoaderDefinition,
|
||||
LayoutData,
|
||||
Node,
|
||||
Edge,
|
||||
};
|
||||
|
||||
export interface RunOptions {
|
||||
|
Reference in New Issue
Block a user