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 8669aa7 commit a5ff403Copy full SHA for a5ff403
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nestjstools/messaging-redis-extension",
3
- "version": "1.3.0",
+ "version": "1.3.1",
4
"description": "Extension to handle messages and dispatch them over Redis",
5
"author": "Sebastian Iwanczyszyn",
6
"private": false,
@@ -55,7 +55,7 @@
55
"peerDependencies": {
56
"@nestjs/common": "^10.x||^11.x",
57
"@nestjs/core": "^10.x||^11.x",
58
- "@nestjstools/messaging": "^2.x|3.x",
+ "@nestjstools/messaging": "^2.x||3.x",
59
"reflect-metadata": "^0.2.0",
60
"rxjs": "^7.x"
61
},
0 commit comments