We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7796d10 commit 1f98ff5Copy full SHA for 1f98ff5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nestjstools/messaging-redis-extension",
3
- "version": "1.3.1",
+ "version": "1.3.2",
4
"description": "Extension to handle messages and dispatch them over Redis",
5
"author": "Sebastian Iwanczyszyn",
6
"private": false,
@@ -31,6 +31,7 @@
31
"files": [
32
"lib",
33
"LICENSE",
34
+ "README.md",
35
"package.json"
36
],
37
"scripts": {
@@ -50,7 +51,7 @@
50
51
"test:e2e": "jest --config ./test/jest-e2e.json"
52
},
53
"dependencies": {
- "bullmq": "^5.52.2"
54
+ "bullmq": "^5.61.0"
55
56
"peerDependencies": {
57
"@nestjs/common": "^10.x||^11.x",
0 commit comments