state-machine-cat 12.0.14 → 12.0.15

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,6 +1,6 @@
1
1
  import Handlebars from "handlebars/dist/handlebars.runtime.js";
2
- await import("./dot.template.js");
3
- await import("./dot.states.template.js");
2
+ await import("./dot.template.cjs");
3
+ await import("./dot.states.template.cjs");
4
4
  Handlebars.registerPartial(
5
5
  "dot.states.template.hbs",
6
6
  Handlebars.templates["dot.states.template.hbs"],
@@ -1,5 +1,5 @@
1
1
  import Handlebars from "handlebars/dist/handlebars.runtime.js";
2
- await import("./smcat.template.js");
2
+ await import("./smcat.template.cjs");
3
3
  const NAME_QUOTABLE = /;|,|{| |\[/;
4
4
  const ACTIONS_QUOTABLE = /;|,|{/;
5
5
  const LABEL_QUOTABLE = /;|{/;
package/dist/version.mjs CHANGED
@@ -1 +1 @@
1
- export const version = "12.0.14";
1
+ export const version = "12.0.15";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "state-machine-cat",
3
- "version": "12.0.14",
3
+ "version": "12.0.15",
4
4
  "description": "write beautiful state charts",
5
5
  "main": "./dist/index.mjs",
6
6
  "module": "./dist/index.mjs",
@@ -17,11 +17,9 @@
17
17
  "#*": "./src/*"
18
18
  },
19
19
  "sideEffects": [
20
- "dist/render/smcat/smcat.template.js",
21
- "dist/render/dot/dot.states.template.js",
22
- "dist/render/dot/dot.template.js",
23
- "dist/render/scxml/scxml.states.template.js",
24
- "dist/render/scxml/scxml.template.js"
20
+ "dist/render/smcat/smcat.template.cjs",
21
+ "dist/render/dot/dot.states.template.cjs",
22
+ "dist/render/dot/dot.template.cjs"
25
23
  ],
26
24
  "files": [
27
25
  "dist/",
@@ -47,9 +45,9 @@
47
45
  "state-machine-cat": "dist/cli/main.mjs"
48
46
  },
49
47
  "dependencies": {
50
- "@hpcc-js/wasm-graphviz": "1.2.0",
48
+ "@hpcc-js/wasm-graphviz": "1.5.0",
51
49
  "ajv": "8.17.1",
52
- "fast-xml-parser": "4.4.1",
50
+ "fast-xml-parser": "4.5.0",
53
51
  "handlebars": "4.7.8",
54
52
  "he": "1.2.0",
55
53
  "semver": "^7.6.2",