@nclabs/nestjs-rpc-module
Advanced tools
Comparing version 0.1.46 to 0.1.47
@@ -25,10 +25,10 @@ "use strict"; | ||
return next.handle().pipe((0, rxjs_1.map)((data) => { | ||
console.log(' ********** DATA ********** '); | ||
console.log(data); | ||
console.log(' '); | ||
// console.log(' ********** DATA ********** '); | ||
// console.log(data); | ||
// console.log(' '); | ||
return data; | ||
}), (0, rxjs_1.catchError)((err) => { | ||
console.log(' ********** ERROR ********** '); | ||
console.log(err); | ||
console.log(' '); | ||
// console.log(' ********** ERROR ********** '); | ||
// console.log(err); | ||
// console.log(' '); | ||
return (0, rxjs_1.throwError)(() => err); | ||
@@ -35,0 +35,0 @@ })); |
{ | ||
"name": "@nclabs/nestjs-rpc-module", | ||
"version": "0.1.46", | ||
"version": "0.1.47", | ||
"description": "Utilitário NestJS para configuração de rotas e cache em microsserviços. Utilizado especificamente para projetos nclabs", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
441929