@nestjstools/messaging 2.15.0 → 2.16.0

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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,6 +20,12 @@ A NestJS library for managing asynchronous and synchronous messages (service bus
20
20
 
21
21
  ---
22
22
 
23
+ ## Documentation
24
+
25
+ https://nestjstools.gitbook.io/nestjstools-messaging-docs
26
+
27
+ ---
28
+
23
29
  ## Example project based on RaabitMQ example
24
30
 
25
31
  Repository: https://github.com/nestjstools/messaging-rabbitmq-example
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nestjstools/messaging",
3
- "version": "2.15.0",
3
+ "version": "2.16.0",
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",