Skip to content

v12.0.13

Compare
Choose a tag to compare
@sverweij sverweij released this 17 Aug 13:56
· 52 commits to main since this release
v12.0.13
64589f2

👷 maintenance

  • 1180ef8 build(npm): switches from @hpcc-js/wasm/graphviz to @hpcc-js/wasm-graphviz
    Makes the installed size of state-machine-cat smaller (8Mb vs 58Mb earlier)/ have less dependencies. The web distro is only about 2kb smaller, probably because tree-shaking already shook out most of the stuff we weren't using in the first place. See npm graph before and after below.
  • 958b196 build(npm): updates external dependencies

Before switching to wasm-graphviz

https://npmgraph.js.org/?q=state-machine-cat%4012.0.12#select=exact%3Astate-machine-cat%4012.0.12
graph showing state-machine-cat and all its prod dependencies before switching to wasm-graphviz; 58Mb install size and 34 dependencies in total

After switching to wasm-graphviz

https://npmgraph.js.org/?q=state-machine-cat#select=exact%3Astate-machine-cat%4012.0.13
graph showing state-machine-cat and all its prod dependencies after switching to wasm-graphviz; 8Mb install size and 18 dependencies in total