File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hms-dbmi-bgm/react-workflow-viz" ,
3
- "version" : " 0.0.15 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"description" : " React component for visualizing CWL-like workflows and provenance graphs." ,
5
5
"main" : " ./dist/react-workflow-viz.min.js" ,
6
6
"unpkg" : " ./dist/react-workflow-viz.min.js" ,
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ export const DEFAULT_PARSING_OPTIONS = {
136
136
* Workflow graph component.
137
137
*
138
138
* @param {Step[] } analysis_steps List of steps from the back-end to generate nodes & edges from.
139
- * @param {ParsingOptions } [parsingOptions] Options for parsing and post-processing.
139
+ * @param {ParsingOptions } [parsingOptions] Options for parsing and post-processing.
140
140
* @returns {{ 'nodes' : Node[], 'edges' : Edge[] } } Container object for the two lists.
141
141
*/
142
142
export function parseAnalysisSteps ( analysis_steps , parsingOptions = { } ) {
You can’t perform that action at this time.
0 commit comments