Skip to content

Commit 8325012

Browse files
authored
Merge pull request #478 from JohT/renovate/hpcc-js-wasm-graphviz-cli-1.x
Update dependency @hpcc-js/wasm-graphviz-cli to v1.7.0
2 parents c0de13e + ef76615 commit 8325012

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/visualization/renderGraphVizSVG.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ fi
5050
# Use "npm install" first to create local "node_modules" and be able to run it after that in offline mode.
5151
echo "${SCRIPT_NAME}: Info: Rendering ${inputGvFileName} using npx to run GraphViz CLI Web Assembly Wrapper..."
5252
npm install @hpcc-js/wasm-graphviz-cli@1.2.6 --silent --no-progress --loglevel=error > /dev/null
53-
npx --yes @hpcc-js/wasm-graphviz-cli@1.6.0 -T svg "${inputGvFilePath}/${graphName}.gv" > "${inputGvFilePath}/${graphName}.svg"
53+
npx --yes @hpcc-js/wasm-graphviz-cli@1.7.0 -T svg "${inputGvFilePath}/${graphName}.gv" > "${inputGvFilePath}/${graphName}.svg"

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/wasm-graphviz-cli@1.2.6 --silent --no-progress --loglevel=error > /dev/null
69-
npx --yes @hpcc-js/wasm-graphviz-cli@1.6.0 -T svg "${inputCsvFilePath}/${graphName}.gv" > "${inputCsvFilePath}/${graphName}.svg"
69+
npx --yes @hpcc-js/wasm-graphviz-cli@1.7.0 -T svg "${inputCsvFilePath}/${graphName}.gv" > "${inputCsvFilePath}/${graphName}.svg"

0 commit comments

Comments
 (0)