state-machine-cat 14.0.1 → 14.0.3
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/LICENSE +1 -1
- package/dist/cli/actions.mjs +1 -1
- package/dist/version.mjs +1 -1
- package/package.json +3 -3
package/LICENSE
CHANGED
package/dist/cli/actions.mjs
CHANGED
|
@@ -5,7 +5,7 @@ const LICENSE = `
|
|
|
5
5
|
|
|
6
6
|
The MIT License (MIT)
|
|
7
7
|
|
|
8
|
-
Copyright (c) 2016-
|
|
8
|
+
Copyright (c) 2016-2026 Sander Verweij
|
|
9
9
|
|
|
10
10
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
11
11
|
a copy of this software and associated documentation files (the
|
package/dist/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = "14.0.
|
|
1
|
+
export const version = "14.0.3";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "state-machine-cat",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.3",
|
|
4
4
|
"description": "write beautiful state charts",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.mjs",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"state-machine-cat": "dist/cli/main.mjs"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@hpcc-js/wasm-graphviz": "1.
|
|
45
|
-
"fast-xml-parser": "5.3.
|
|
44
|
+
"@hpcc-js/wasm-graphviz": "1.18.0",
|
|
45
|
+
"fast-xml-parser": "5.3.3",
|
|
46
46
|
"he": "1.2.0",
|
|
47
47
|
"neotraverse": "0.6.18"
|
|
48
48
|
},
|