@nclabs/nestjs-rpc-module
Advanced tools
Comparing version 0.1.18 to 0.1.19
@@ -40,2 +40,5 @@ "use strict"; | ||
return this.client.send(`${rpcPrt}${service}`, payload).pipe((0, rxjs_1.catchError)((err) => { | ||
console.log('***************************'); | ||
console.log(err); | ||
console.log('***************************'); | ||
const error = new nclabs_exeption_1.NclabsException({ | ||
@@ -42,0 +45,0 @@ code: err.code || err.error?.code || 500, |
{ | ||
"name": "@nclabs/nestjs-rpc-module", | ||
"version": "0.1.18", | ||
"version": "0.1.19", | ||
"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
432490
3472