@peter.naydenov/fsm-hub 2.0.2 → 2.0.4

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 CHANGED
@@ -1,6 +1,12 @@
1
1
  ## Release History
2
2
 
3
3
 
4
+
5
+ ### 2.0.3 ( 2023-10-21 )
6
+ - [x] Dependency update. Ask-for-promise - v.1.4.0;
7
+
8
+
9
+
4
10
  ### 2.0.2 ( 2022-11-17 )
5
11
  - [x] Works with `@peter.naydenov/fsm` version 5 and above;
6
12
 
package/README.md CHANGED
@@ -206,6 +206,10 @@ const
206
206
  ## Release History
207
207
 
208
208
 
209
+ ### 2.0.4 ( 2022-11-17 )
210
+ - [x] Dependencies update. @peter.naydenov/fsm version 5.1.1;
211
+
212
+
209
213
  ### 2.0.2 ( 2022-11-17 )
210
214
  - [x] Works with `@peter.naydenov/fsm` version 5 and above;
211
215
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peter.naydenov/fsm-hub",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "description": "FSM orchestration and state-managment tool",
5
5
  "main": "src/main.js",
6
6
  "type": "module",
@@ -13,12 +13,12 @@
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
15
  "@peter.naydenov/stack": "2.0.0",
16
- "ask-for-promise": "1.3.1"
16
+ "ask-for-promise": "1.4.0"
17
17
  },
18
18
  "devDependencies": {
19
- "@peter.naydenov/fsm": "5.0.0",
19
+ "@peter.naydenov/fsm": "5.1.1",
20
20
  "c8": "^8.0.1",
21
- "chai": "4.3.8",
21
+ "chai": "4.3.10",
22
22
  "mocha": "10.2.0"
23
23
  },
24
24
  "repository": {