@superhero/eventflow-hub 4.4.3 → 4.4.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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -49,7 +49,7 @@ export default class Hub
49
49
  throw error
50
50
  }
51
51
 
52
- this.#hubID = (config.NAME + '.' + new IdNameGenerator().generateId()).toUpperCase()
52
+ this.#hubID = (new IdNameGenerator().generateId() + '.' + config.NAME).toUpperCase()
53
53
  this.config = config
54
54
  this.db = db
55
55
  this.log = new Log({ label: `[EVENTFLOW:HUB:${this.#hubID}]` })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superhero/eventflow-hub",
3
- "version": "4.4.3",
3
+ "version": "4.4.4",
4
4
  "description": "Eventflow hub is the central server component in the eventflow ecosystem.",
5
5
  "keywords": [
6
6
  "eventflow",