@superhero/eventflow-spoke 4.5.1 → 4.5.2

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 +0 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -213,7 +213,6 @@ export default class Spoke
213
213
 
214
214
  async #onHubPublishMessage(_, domain, id, name, pid)
215
215
  {
216
- this.log.info`onHubPublishMessage ${domain} › ${id} › ${name} › ${pid}`
217
216
  this.subscriptions[domain].emit(name, { domain, id, name, pid })
218
217
  await this.db.updateEventPublishedToConsumedBySpoke(id, this.#spokeID)
219
218
  && this.consumers[domain].emit(name, { domain, id, name, pid })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superhero/eventflow-spoke",
3
- "version": "4.5.1",
3
+ "version": "4.5.2",
4
4
  "description": "Eventflow spoke is the client component in the eventflow ecosystem.",
5
5
  "keywords": [
6
6
  "eventflow",