@peter.naydenov/fsm-hub 1.0.5 → 1.0.6
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/README.md +4 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -206,13 +206,15 @@ const
|
|
|
206
206
|
## Release History
|
|
207
207
|
|
|
208
208
|
|
|
209
|
+
### 1.0.5 ( 2022-05-27 )
|
|
210
|
+
- [x] Just a dependency update;
|
|
209
211
|
|
|
210
212
|
### 1.0.4 ( 2021-04-02 )
|
|
211
|
-
- [x] Fix: Duplicated update callback if logic contain a chainAction
|
|
213
|
+
- [x] Fix: Duplicated update callback if logic contain a chainAction;
|
|
212
214
|
|
|
213
215
|
### 1.0.3 ( 2021-03-26 )
|
|
214
216
|
- [x] Massive code refactoring;
|
|
215
|
-
- [ ] Bug: Duplicated update callback if logic contain a chainAction
|
|
217
|
+
- [ ] Bug: Duplicated update callback if logic contain a chainAction;
|
|
216
218
|
|
|
217
219
|
|
|
218
220
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@peter.naydenov/fsm-hub",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "FSM orchestration and state-managment tool",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"ask-for-promise": "1.3.1"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@peter.naydenov/fsm": "
|
|
17
|
+
"@peter.naydenov/fsm": "3.0.0",
|
|
18
18
|
"chai": "4.3.6",
|
|
19
19
|
"mocha": "10.0.0",
|
|
20
20
|
"nyc": "15.1.0"
|