@trash-streamers/common 1.2.47 → 1.2.49
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.
|
@@ -45,6 +45,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
45
45
|
exports.GrpcClientFactory = void 0;
|
|
46
46
|
const grpc = __importStar(require("@grpc/grpc-js"));
|
|
47
47
|
const common_1 = require("@nestjs/common");
|
|
48
|
+
const config_1 = require("@nestjs/config");
|
|
48
49
|
const microservices_1 = require("@nestjs/microservices");
|
|
49
50
|
let GrpcClientFactory = class GrpcClientFactory {
|
|
50
51
|
config;
|
|
@@ -88,5 +89,5 @@ let GrpcClientFactory = class GrpcClientFactory {
|
|
|
88
89
|
exports.GrpcClientFactory = GrpcClientFactory;
|
|
89
90
|
exports.GrpcClientFactory = GrpcClientFactory = __decorate([
|
|
90
91
|
(0, common_1.Injectable)(),
|
|
91
|
-
__metadata("design:paramtypes", [
|
|
92
|
+
__metadata("design:paramtypes", [config_1.ConfigService])
|
|
92
93
|
], GrpcClientFactory);
|
package/dist/grpc/grpc.module.js
CHANGED