Skip to content

Commit d1b9819

Browse files
authored
Merge pull request #595 from JohT/renovate/hpcc-js-wasm-graphviz-cli-1.x
Update dependency @hpcc-js/wasm-graphviz-cli to v1.8.11
2 parents 03161de + 55dd543 commit d1b9819

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/visualization/renderGraphVizSVG.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ fi
4949
# to convert the DOT file to SVG operating system independently.
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..."
52-
npm install @hpcc-js/wasm-graphviz-cli@1.2.6 --silent --no-progress --loglevel=error > /dev/null
52+
npm install @hpcc-js/wasm-graphviz-cli@1.8.11 --silent --no-progress --loglevel=error > /dev/null
5353
npx --yes @hpcc-js/wasm-graphviz-cli@1.8.11 -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
@@ -65,5 +65,5 @@ fi
6565
# to convert the DOT file to SVG operating system independently.
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."
68-
npm install @hpcc-js/wasm-graphviz-cli@1.2.6 --silent --no-progress --loglevel=error > /dev/null
68+
npm install @hpcc-js/wasm-graphviz-cli@1.8.11 --silent --no-progress --loglevel=error > /dev/null
6969
npx --yes @hpcc-js/wasm-graphviz-cli@1.8.11 -T svg "${inputCsvFilePath}/${graphName}.gv" > "${inputCsvFilePath}/${graphName}.svg"

0 commit comments

Comments
 (0)