nestjs-power-queues 1.0.13 → 1.0.15

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 +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # nestjs-power-queues Secure, Scalable & Production‑Ready power-queues Integration for NestJS
1
+ # nestjs-power-queues - Secure, Scalable & Production‑Ready power-queues Integration for NestJS
2
2
 
3
- This module is a **dedicated, production-ready NestJS wrapper around `power-queues`** a high‑performance Redis abstraction layer for Node.js.
3
+ This module is a **dedicated, production-ready NestJS wrapper around `power-queues`** - a high‑performance Redis abstraction layer for Node.js.
4
4
 
5
5
  It is a **structured, type-safe, and feature-rich integration** designed specifically to bring all the power of `power-queues` into the NestJS ecosystem with zero friction.
6
6
 
@@ -147,7 +147,7 @@ The `runOnInit` parameter determines whether queue processing should start immed
147
147
  ### queueRoot()
148
148
  Loads all Redis configurations based on environment variables, applies TLS if present, and sets reconnection strategies.
149
149
 
150
- ### RedisModule.forRoot()
150
+ ### QueueModule.forRoot()
151
151
  Creates dynamic providers for each Redis connection:
152
152
  ```
153
153
  RedisQueue_queues1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nestjs-power-queues",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
4
4
  "description": "High-performance Redis Streams queue integration for NestJS based on power-queues.",
5
5
  "author": "ihor-bielchenko",
6
6
  "license": "MIT",
@@ -88,7 +88,7 @@
88
88
  "@nestjs-labs/nestjs-ioredis": "^11.0.4",
89
89
  "@nestjs/common": "^11.1.8",
90
90
  "full-utils": "^2.0.5",
91
- "nestjs-power-redis": "^1.0.9",
91
+ "nestjs-power-redis": "^1.0.11",
92
92
  "power-queues": "^2.0.17"
93
93
  }
94
94
  }