Comparing version 2.0.2 to 2.1.0
@@ -10,1 +10,2 @@ export * from "./graph/workflow"; | ||
export * from "./plugins/deletion/deletion"; | ||
export * from "./utils/svg-dumper"; |
@@ -15,2 +15,3 @@ "use strict"; | ||
__export(require("./plugins/deletion/deletion")); | ||
__export(require("./utils/svg-dumper")); | ||
//# sourceMappingURL=index.js.map |
@@ -12,3 +12,3 @@ { | ||
"description": "A library for generating an interactive SVG visualization of CWL workflows", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"scripts": { | ||
@@ -15,0 +15,0 @@ "build": "rm -rf compiled && npx tsc", |
@@ -10,1 +10,2 @@ export * from "./graph/workflow"; | ||
export * from "./plugins/deletion/deletion"; | ||
export * from "./utils/svg-dumper"; |
Sorry, the diff of this file is not supported yet
9085571
19810