@opra/nestjs-kafka 1.27.2 → 1.28.0
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.
|
@@ -123,7 +123,7 @@ let OpraKafkaCoreModule = OpraKafkaCoreModule_1 = class OpraKafkaCoreModule {
|
|
|
123
123
|
await this.adapter.start();
|
|
124
124
|
}
|
|
125
125
|
async onApplicationShutdown() {
|
|
126
|
-
await this.adapter.close();
|
|
126
|
+
await this.adapter.close(true);
|
|
127
127
|
}
|
|
128
128
|
};
|
|
129
129
|
OpraKafkaCoreModule = OpraKafkaCoreModule_1 = __decorate([
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opra/nestjs-kafka",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.28.0",
|
|
4
4
|
"description": "Opra NestJS Kafka Module",
|
|
5
5
|
"author": "Panates",
|
|
6
6
|
"license": "MIT",
|
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
"tslib": "^2.8.1"
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@opra/common": "^1.
|
|
16
|
-
"@opra/core": "^1.
|
|
17
|
-
"@opra/nestjs": "^1.
|
|
18
|
-
"@opra/kafka": "^1.
|
|
15
|
+
"@opra/common": "^1.28.0",
|
|
16
|
+
"@opra/core": "^1.28.0",
|
|
17
|
+
"@opra/nestjs": "^1.28.0",
|
|
18
|
+
"@opra/kafka": "^1.28.0",
|
|
19
19
|
"@nestjs/common": "^10.0.0 || ^11.0.0",
|
|
20
20
|
"@nestjs/core": "^10.0.0 || ^11.0.0",
|
|
21
21
|
"@nestjs/microservices": "^10.0.0 || ^11.0.0",
|
|
22
|
-
"
|
|
22
|
+
"@platformatic/kafka": ">= 1.34.0 <2"
|
|
23
23
|
},
|
|
24
24
|
"type": "module",
|
|
25
25
|
"module": "./index.js",
|