@peter.naydenov/fsm-hub 2.1.0 → 2.1.1
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/Chaingelog.md +8 -0
- package/package.json +8 -8
package/Chaingelog.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
## Release History
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
|
|
5
|
+
### 2.1.1 ( 2024-12-09)
|
|
6
|
+
- [x] Dev dependency update. @peter.naydenov/fsm - v.5.2.1;
|
|
7
|
+
- [x] Dev dependencies updates. Rollup@4.28.1;
|
|
8
|
+
- [x] Dev dependencies updates. Mocha@11.0.1;
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
4
12
|
### 2.1.0 ( 2024-02-04)
|
|
5
13
|
- [x] Dependency update. ask-for-promise@2.0.3;
|
|
6
14
|
- [x] Dependency update. @peter.naydenov/stack@3.0.0;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@peter.naydenov/fsm-hub",
|
|
3
3
|
"description": "FSM orchestration and state-managment tool",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Peter Naydenov",
|
|
7
7
|
"main": "./dist/fsm-hub.umd.js",
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
"ask-for-promise": "2.0.3"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@peter.naydenov/fsm": "5.2.
|
|
30
|
-
"@rollup/plugin-commonjs": "^
|
|
31
|
-
"@rollup/plugin-node-resolve": "^15.
|
|
29
|
+
"@peter.naydenov/fsm": "5.2.1",
|
|
30
|
+
"@rollup/plugin-commonjs": "^28.0.1",
|
|
31
|
+
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
32
32
|
"@rollup/plugin-terser": "^0.4.4",
|
|
33
|
-
"c8": "^
|
|
34
|
-
"chai": "5.
|
|
35
|
-
"mocha": "
|
|
36
|
-
"rollup": "^4.
|
|
33
|
+
"c8": "^10.1.2",
|
|
34
|
+
"chai": "5.1.2",
|
|
35
|
+
"mocha": "11.0.1",
|
|
36
|
+
"rollup": "^4.28.1"
|
|
37
37
|
},
|
|
38
38
|
"repository": {
|
|
39
39
|
"type": "git",
|