Skip to content

Commit

Permalink
Merge pull request #317 from magjac/upgrade-to-graphviz-12.0.0
Browse files Browse the repository at this point in the history
upgrade @hpcc-js/wasm to 2.18.1 (Graphviz 12.0.0)
  • Loading branch information
magjac authored Aug 17, 2024
2 parents fdd2680 + 761aeec commit 0d875e6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed
* Upgrade @hpcc-js/wasm to 2.18.1 (Graphviz 12.0.0)

## [5.4.0] – 2024-05-05

### Changed
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"tiny-worker": "^2.3.0"
},
"dependencies": {
"@hpcc-js/wasm": "^2.16.2",
"@hpcc-js/wasm": "^2.18.1",
"d3-dispatch": "^3.0.1",
"d3-format": "^3.1.0",
"d3-interpolate": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion test/@hpcc-js/wasm/dist/wrapper.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const vizURL = 'node_modules/@hpcc-js/wasm/dist/graphviz.umd.js';
importScripts(vizURL);
self["@hpcc-js/wasm"] = global["@hpcc-js/wasm"];
self["@hpcc-js/wasm"] = window["@hpcc-js/wasm"];
global.document = {};

0 comments on commit 0d875e6

Please sign in to comment.