@nestjstools/messaging 2.4.0 → 2.4.1
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 +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -562,4 +562,7 @@ Classes with `Injectable()` decorator must be defined as providers in somewhere
|
|
|
562
562
|
|
|
563
563
|
### Future features
|
|
564
564
|
* INBOX & OUTBOX Pattern
|
|
565
|
-
|
|
565
|
+
|
|
566
|
+
### Links
|
|
567
|
+
* Redis channel adapter https://www.npmjs.com/package/@nestjstools/messaging-redis-extension
|
|
568
|
+
* RabbitMQ channel adapter https://www.npmjs.com/package/@nestjstools/messaging-rabbitmq-extension
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nestjstools/messaging",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.1",
|
|
4
4
|
"description": "Simplifies asynchronous and synchronous message handling with support for buses, handlers, channels, and consumers. Build scalable, decoupled applications with ease and reliability.",
|
|
5
5
|
"author": "Sebastian Iwanczyszyn",
|
|
6
6
|
"license": "MIT",
|