@rolandsall24/nest-mediator 1.2.0-beta.1 → 1.2.0-beta.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/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,13 +17,13 @@ A lightweight CQRS mediator for NestJS — start simple, add event persistence w
17
17
  - **Zero config** — Decorator-based auto-discovery, built on NestJS DI
18
18
 
19
19
  ### Topology View
20
- ![Topology View](images/topology-view.png)
20
+ ![Topology View](https://raw.githubusercontent.com/RolandSall/nest-mediator/main/images/topology-view.png)
21
21
 
22
22
  ### Execution Trace — Flow
23
- ![Execution Trace Flow](images/execution-trace-flow.png)
23
+ ![Execution Trace Flow](https://raw.githubusercontent.com/RolandSall/nest-mediator/main/images/execution-trace-flow.png)
24
24
 
25
25
  ### Execution Trace — Sequence
26
- ![Execution Trace Sequence](images/execution-trace-sequence.png)
26
+ ![Execution Trace Sequence](https://raw.githubusercontent.com/RolandSall/nest-mediator/main/images/execution-trace-sequence.png)
27
27
 
28
28
  ## Installation
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolandsall24/nest-mediator",
3
- "version": "1.2.0-beta.1",
3
+ "version": "1.2.0-beta.2",
4
4
  "description": "A lightweight CQRS (Command Query Responsibility Segregation) mediator pattern implementation for NestJS applications with optional event sourcing",
5
5
  "author": "Roland Salloum",
6
6
  "license": "MIT",