state-machine-cat 12.0.23 → 12.0.25

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.
package/dist/version.mjs CHANGED
@@ -1 +1 @@
1
- export const version = "12.0.23";
1
+ export const version = "12.0.25";
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "state-machine-cat",
3
- "version": "12.0.23",
3
+ "version": "12.0.25",
4
4
  "description": "write beautiful state charts",
5
+ "type": "module",
5
6
  "main": "./dist/index.mjs",
6
7
  "module": "./dist/index.mjs",
7
8
  "exports": {
@@ -40,9 +41,9 @@
40
41
  "state-machine-cat": "dist/cli/main.mjs"
41
42
  },
42
43
  "dependencies": {
43
- "@hpcc-js/wasm-graphviz": "1.7.0",
44
+ "@hpcc-js/wasm-graphviz": "1.9.2",
44
45
  "ajv": "8.17.1",
45
- "fast-xml-parser": "5.2.2",
46
+ "fast-xml-parser": "5.2.5",
46
47
  "he": "1.2.0",
47
48
  "neotraverse": "0.6.18"
48
49
  },
@@ -44,7 +44,7 @@ export interface IState {
44
44
  /**
45
45
  * State machine nested within the state.
46
46
  */
47
- // eslint-disable-next-line no-use-before-define
47
+
48
48
  statemachine?: IStateMachine;
49
49
  /**
50
50
  * If true the state is considered to be active and rendered as such.