state-machine-cat 12.0.12 → 12.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import { Graphviz } from "@hpcc-js/wasm/graphviz";
1
+ import { Graphviz } from "@hpcc-js/wasm-graphviz";
2
2
  import options from "../../options.mjs";
3
3
  import ast2dot from "../dot/index.mjs";
4
4
  import dotToVectorNative from "./dot-to-vector-native.mjs";
@@ -1,4 +1,4 @@
1
- import { Graphviz } from "@hpcc-js/wasm/graphviz";
1
+ import { Graphviz } from "@hpcc-js/wasm-graphviz";
2
2
  import options from "../../options.mjs";
3
3
  import ast2dot from "../dot/index.mjs";
4
4
  const OUTPUT_TYPE2FORMAT = {
package/dist/version.mjs CHANGED
@@ -1 +1 @@
1
- export const version = "12.0.12";
1
+ export const version = "12.0.13";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "state-machine-cat",
3
- "version": "12.0.12",
3
+ "version": "12.0.13",
4
4
  "description": "write beautiful state charts",
5
5
  "main": "./dist/index.mjs",
6
6
  "module": "./dist/index.mjs",
@@ -50,7 +50,7 @@
50
50
  "state-machine-cat": "bin/smcat.mjs"
51
51
  },
52
52
  "dependencies": {
53
- "@hpcc-js/wasm": "2.18.0",
53
+ "@hpcc-js/wasm-graphviz": "1.2.0",
54
54
  "ajv": "8.17.1",
55
55
  "commander": "12.1.0",
56
56
  "fast-xml-parser": "4.4.1",