@open-rlb/nestjs-amqp 1.0.0 → 1.0.1
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.
|
@@ -11,7 +11,6 @@ exports.ProxyModule = void 0;
|
|
|
11
11
|
const axios_1 = require("@nestjs/axios");
|
|
12
12
|
const common_1 = require("@nestjs/common");
|
|
13
13
|
const config_1 = require("@nestjs/config");
|
|
14
|
-
const broker_1 = require("../broker");
|
|
15
14
|
const http_auth_handler_service_1 = require("./services/http-auth-handler.service");
|
|
16
15
|
const http_handler_service_1 = require("./services/http-handler.service");
|
|
17
16
|
const jwt_service_1 = require("./services/jwt.service");
|
|
@@ -30,7 +29,7 @@ exports.ProxyModule = ProxyModule;
|
|
|
30
29
|
exports.ProxyModule = ProxyModule = ProxyModule_1 = __decorate([
|
|
31
30
|
(0, common_1.Global)(),
|
|
32
31
|
(0, common_1.Module)({
|
|
33
|
-
imports: [config_1.ConfigModule,
|
|
32
|
+
imports: [config_1.ConfigModule, axios_1.HttpModule],
|
|
34
33
|
providers: [http_handler_service_1.HttpHandlerService, jwt_service_1.JwtService, http_auth_handler_service_1.HttpAuthHandlerService, websocket_service_1.WebSocketService],
|
|
35
34
|
exports: [http_handler_service_1.HttpHandlerService]
|
|
36
35
|
})
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"proxy.module.js","sourceRoot":"","sources":["../../../libs/rlb-nestjs-amqp/src/modules/proxy/proxy.module.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,yCAA2C;AAC3C,2CAAyE;AACzE,2CAA8C;AAC9C,
|
|
1
|
+
{"version":3,"file":"proxy.module.js","sourceRoot":"","sources":["../../../libs/rlb-nestjs-amqp/src/modules/proxy/proxy.module.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,yCAA2C;AAC3C,2CAAyE;AACzE,2CAA8C;AAC9C,oFAA8E;AAC9E,0EAAqE;AACrE,wDAAoD;AACpD,oEAAgE;AASzD,IAAM,WAAW,mBAAjB,MAAM,WAAW;IAEtB,MAAM,CAAC,OAAO,CAAC,SAAqB;QAElC,OAAO;YACL,MAAM,EAAE,aAAW;YACnB,OAAO,EAAE,EAAE;YACX,SAAS,EAAE,CAAC,GAAG,CAAC,SAAS,IAAI,EAAE,CAAC,CAAC;YACjC,OAAO,EAAE,CAAC,yCAAkB,CAAC;SAC9B,CAAC;IACJ,CAAC;CACF,CAAA;AAXY,kCAAW;sBAAX,WAAW;IANvB,IAAA,eAAM,GAAE;IACR,IAAA,eAAM,EAAC;QACN,OAAO,EAAE,CAAC,qBAAY,EAAE,kBAAU,CAAC;QACnC,SAAS,EAAE,CAAC,yCAAkB,EAAE,wBAAU,EAAE,kDAAsB,EAAE,oCAAgB,CAAC;QACrF,OAAO,EAAE,CAAC,yCAAkB,CAAC;KAC9B,CAAC;GACW,WAAW,CAWvB"}
|