Skip to content

Commit f131bc8

Browse files
authored
Merge pull request #456 from JohT/renovate/hpcc-js-wasm-graphviz-cli-1.x
Update dependency @hpcc-js/wasm-graphviz-cli to v1.6.0
2 parents 6a4d8cf + 9d4ff6a commit f131bc8

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
@@ -66,4 +66,4 @@ fi
6666
# Use "npm install" first to create local "node_modules" and be able to run it after that in offline mode.
6767
echo "visualizeQueryResults: Info: Using npx to run GraphViz CLI (Web Assembly Wrapper) for SVG generation."
6868
npm install @hpcc-js/[email protected] --silent --no-progress --loglevel=error > /dev/null
69-
npx --yes @hpcc-js/wasm-graphviz-cli@1.2.6 -T svg "${inputCsvFilePath}/${graphName}.gv" > "${inputCsvFilePath}/${graphName}.svg"
69+
npx --yes @hpcc-js/wasm-graphviz-cli@1.6.0 -T svg "${inputCsvFilePath}/${graphName}.gv" > "${inputCsvFilePath}/${graphName}.svg"

0 commit comments

Comments
 (0)