Skip to content

Commit c3c323c

Browse files
Update dependency @hpcc-js/wasm-graphviz-cli to v1.6.0
1 parent 52f2654 commit c3c323c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/visualization/visualizeQueryResults.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ fi
6464
# Run GraphViz command line interface (CLI) wrapped utilizing WASM (WebAssembly)
6565
# to convert the DOT file to SVG operating system independently.
6666
echo "visualizeQueryResults: Info: Using npx to run GraphViz CLI (Web Assembly Wrapper) for SVG generation."
67-
npx --yes @hpcc-js/wasm-graphviz-cli@1.2.6 -T svg "${inputCsvFilePath}/${graphName}.gv" > "${inputCsvFilePath}/${graphName}.svg"
67+
npx --yes @hpcc-js/wasm-graphviz-cli@1.6.0 -T svg "${inputCsvFilePath}/${graphName}.gv" > "${inputCsvFilePath}/${graphName}.svg"

0 commit comments

Comments
 (0)