@nestjstools/messaging-google-pubsub-extension 1.2.0 → 1.3.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 +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,6 +6,14 @@
6
6
 
7
7
  A NestJS library for managing asynchronous and synchronous messages with support for buses, handlers, channels, and consumers. This library simplifies building scalable and decoupled applications by facilitating robust message handling pipelines while ensuring flexibility and reliability.
8
8
 
9
+ ---
10
+
11
+ ## Documentation
12
+
13
+ https://nestjstools.gitbook.io/nestjstools-messaging-docs
14
+
15
+ ---
16
+
9
17
  ## Installation
10
18
 
11
19
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nestjstools/messaging-google-pubsub-extension",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Extension to handle messages and dispatch them over Google PubSub",
5
5
  "author": "Sebastian Iwanczyszyn",
6
6
  "private": false,