@superhero/eventflow-spoke 4.3.3 → 4.3.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 +3 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -13,9 +13,9 @@ const sleep = (ms) => new Promise((accept) => setTimeout(accept, ms))
13
13
  export function locate(locator)
14
14
  {
15
15
  const
16
- certifications = locator.config.find('eventflow/certificates', {}),
17
- config = locator.config.find('eventflow/spoke', { certifications }),
18
- db = locator.locate('@superhero/eventflow-db')
16
+ certificates = locator.config.find('eventflow/certificates', {}),
17
+ config = locator.config.find('eventflow/spoke', { certificates }),
18
+ db = locator.locate('@superhero/eventflow-db')
19
19
 
20
20
  return new Spoke(config, db)
21
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superhero/eventflow-spoke",
3
- "version": "4.3.3",
3
+ "version": "4.3.4",
4
4
  "description": "Eventflow spoke is the client component in the eventflow ecosystem.",
5
5
  "keywords": [
6
6
  "eventflow",