The version of bpmn-visualization and the version of its dependencies.

interface Version {
    dependencies: Map<string, string>;
    lib: string;
}

Properties

Properties

dependencies: Map<string, string>

The version of the bpmn-visualization dependencies. This may not list all dependencies.

lib: string

The bpmn-visualization version.