@codemation/eventbus-redis 0.0.5 → 0.0.7

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -81,4 +81,4 @@ Wire this package when you run Codemation in multi-process or scaled setups and
81
81
  import { RedisRunEventBus } from "@codemation/eventbus-redis";
82
82
  ```
83
83
 
84
- Register the implementation through your host DI/bootstrap where `EventBus`-style services are bound (exact wiring depends on your `CodemationApplication` configuration).
84
+ Register the implementation through your host container wiring where `RunEventBus`-style services are bound.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemation/eventbus-redis",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "ioredis": "^5.7.0",
26
- "@codemation/core": "0.0.5"
26
+ "@codemation/core": "0.0.7"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/node": "^25.3.5",