Comparing version 9.2.0-rc8 to 9.2.0-rc9
@@ -38,3 +38,15 @@ /** | ||
declare const init: (config?: MermaidConfig, nodes?: string | HTMLElement | NodeListOf<HTMLElement>, callback?: Function) => Promise<void>; | ||
declare const initThrowsErrors: (config?: MermaidConfig, nodes?: string | HTMLElement | NodeListOf<HTMLElement>, callback?: Function) => void; | ||
/** | ||
* Equivalent to {@link init()}, except an error will be thrown on error. | ||
* | ||
* @param config - **Deprecated** Mermaid sequenceConfig. | ||
* @param nodes - One of: | ||
* - A DOM Node | ||
* - An array of DOM nodes (as would come from a jQuery selector) | ||
* - A W3C selector, a la `.mermaid` (default) | ||
* @param callback - Function that is called with the id of each generated mermaid diagram. | ||
* | ||
* @returns Resolves on success, otherwise the {@link Promise} will be rejected with an Error. | ||
*/ | ||
declare const initThrowsErrors: (config?: MermaidConfig, nodes?: string | HTMLElement | NodeListOf<HTMLElement>, callback?: Function) => Promise<void>; | ||
declare const initialize: (config: MermaidConfig) => void; | ||
@@ -41,0 +53,0 @@ /** |
{ | ||
"name": "mermaid", | ||
"version": "9.2.0-rc8", | ||
"version": "9.2.0-rc9", | ||
"description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/mermaid.core.mjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24850281
184169