@opra/nestjs-rabbitmq 1.27.0 → 1.27.2
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type DynamicModule, OnApplicationBootstrap, OnApplicationShutdown, OnModuleInit } from '@nestjs/common';
|
|
1
|
+
import { type DynamicModule, type OnApplicationBootstrap, type OnApplicationShutdown, type OnModuleInit } from '@nestjs/common';
|
|
2
2
|
import { MQControllerFactory } from '@opra/nestjs';
|
|
3
3
|
import { RabbitmqAdapter } from '@opra/rabbitmq';
|
|
4
4
|
import type { OpraRabbitmqModule } from './opra-rabbitmq.module.js';
|
package/opra-rabbitmq.module.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opra/nestjs-rabbitmq",
|
|
3
|
-
"version": "1.27.
|
|
3
|
+
"version": "1.27.2",
|
|
4
4
|
"description": "Opra NestJS RabbitMQ Module",
|
|
5
5
|
"author": "Panates",
|
|
6
6
|
"license": "MIT",
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
"tslib": "^2.8.1"
|
|
10
10
|
},
|
|
11
11
|
"peerDependencies": {
|
|
12
|
-
"@opra/common": "^1.27.
|
|
13
|
-
"@opra/core": "^1.27.
|
|
14
|
-
"@opra/nestjs": "^1.27.
|
|
15
|
-
"@opra/rabbitmq": "^1.27.
|
|
12
|
+
"@opra/common": "^1.27.2",
|
|
13
|
+
"@opra/core": "^1.27.2",
|
|
14
|
+
"@opra/nestjs": "^1.27.2",
|
|
15
|
+
"@opra/rabbitmq": "^1.27.2",
|
|
16
16
|
"@nestjs/common": "^10.0.0 || ^11.0.0",
|
|
17
17
|
"@nestjs/core": "^10.0.0 || ^11.0.0",
|
|
18
18
|
"@nestjs/microservices": "^10.0.0 || ^11.0.0",
|