@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';
@@ -1,6 +1,6 @@
1
1
  var OpraRabbitmqModule_1;
2
2
  import { __decorate } from "tslib";
3
- import { Module } from '@nestjs/common';
3
+ import { Logger, Module } from '@nestjs/common';
4
4
  import { OpraRabbitmqCoreModule } from './opra-rabbitmq-core.module.js';
5
5
  /**
6
6
  * OpraRabbitmqModule
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opra/nestjs-rabbitmq",
3
- "version": "1.27.0",
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.0",
13
- "@opra/core": "^1.27.0",
14
- "@opra/nestjs": "^1.27.0",
15
- "@opra/rabbitmq": "^1.27.0",
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",