@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.
- package/README.md +3 -3
- 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
|
-

|
|
20
|
+

|
|
21
21
|
|
|
22
22
|
### Execution Trace — Flow
|
|
23
|
-

|
|
23
|
+

|
|
24
24
|
|
|
25
25
|
### Execution Trace — Sequence
|
|
26
|
-

|
|
26
|
+

|
|
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.
|
|
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",
|