nestjs-power-queues 1.0.14 → 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.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# nestjs-power-queues
|
|
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`**
|
|
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
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nestjs-power-queues",
|
|
3
|
-
"version": "1.0.
|
|
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.
|
|
91
|
+
"nestjs-power-redis": "^1.0.11",
|
|
92
92
|
"power-queues": "^2.0.17"
|
|
93
93
|
}
|
|
94
94
|
}
|