@superhero/eventflow-spoke 4.7.23 → 4.7.26

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/index.js +1 -1
  3. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ---
2
+ #### v4.7.26
3
+ ---\n\nVersion alignment...
4
+
5
+ ---
6
+ #### v4.7.26
7
+ ---\n\nVersion alignment...
8
+
9
+ ---
10
+ #### v4.7.25
11
+ ---
12
+
13
+ ...
14
+
15
+ ---
16
+ #### v4.7.24
17
+ ---\n\nVersion alignment...
18
+
1
19
  ---
2
20
  #### v4.7.23
3
21
  ---\n\nVersion alignment...
package/index.js CHANGED
@@ -48,7 +48,7 @@ export default class Spoke
48
48
  throw error
49
49
  }
50
50
 
51
- this.#spokeID = (new IdNameGenerator().generateId() + '.' + config.NAME).toUpperCase()
51
+ this.#spokeID = (this.idNameGenerator.generateId() + '.' + config.NAME).toUpperCase()
52
52
  this.config = config
53
53
  this.db = db
54
54
  this.log = new Log(Object.assign({ label: `[EVENTFLOW:SPOKE:${this.#spokeID}]` }, config.log))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superhero/eventflow-spoke",
3
- "version": "4.7.23",
3
+ "version": "4.7.26",
4
4
  "description": "Eventflow spoke is the client component in the eventflow ecosystem.",
5
5
  "keywords": [
6
6
  "eventflow",
@@ -22,18 +22,18 @@
22
22
  "test": "syntax-check; node --test --test-reporter=@superhero/audit/reporter --experimental-test-coverage"
23
23
  },
24
24
  "dependencies": {
25
- "@superhero/deep": "4.7.23",
26
- "@superhero/eventflow-certificates": "4.7.23",
27
- "@superhero/eventflow-db": "4.7.23",
28
- "@superhero/id-name-generator": "4.7.23",
29
- "@superhero/log": "4.7.23",
30
- "@superhero/tcp-record-channel": "4.7.23"
25
+ "@superhero/deep": "4.7.26",
26
+ "@superhero/eventflow-certificates": "4.7.26",
27
+ "@superhero/eventflow-db": "4.7.26",
28
+ "@superhero/id-name-generator": "4.7.26",
29
+ "@superhero/log": "4.7.26",
30
+ "@superhero/tcp-record-channel": "4.7.26"
31
31
  },
32
32
  "devDependencies": {
33
- "@superhero/audit": "4.7.23",
33
+ "@superhero/audit": "4.7.26",
34
34
  "@superhero/syntax-check": "0.0.2",
35
- "@superhero/core": "4.7.23",
36
- "@superhero/eventflow-hub": "4.7.23"
35
+ "@superhero/core": "4.7.26",
36
+ "@superhero/eventflow-hub": "4.7.26"
37
37
  },
38
38
  "author": {
39
39
  "name": "Erik Landvall",