@nclabs/nestjs-rpc-module
Advanced tools
Comparing version 0.2.11 to 0.2.12
@@ -18,3 +18,3 @@ "use strict"; | ||
// TODO: if LOG_RESPONSE === 'true' | ||
console.log('log-response', context, data); | ||
// console.log('log-response', context, data); | ||
return; | ||
@@ -24,3 +24,3 @@ } | ||
// TODO: if LOG_CACHE_ONLY === 'true' || LOG_RESPONSE === 'true' | ||
console.log('log-cache-response', context, data); | ||
// console.log('log-cache-response', context, data); | ||
return; | ||
@@ -30,3 +30,3 @@ } | ||
// TODO: if LOG_ERROR === 'true' | ||
console.log('log-error', context, error); | ||
// console.log('log-error', context, error); | ||
return; | ||
@@ -33,0 +33,0 @@ } |
{ | ||
"name": "@nclabs/nestjs-rpc-module", | ||
"version": "0.2.11", | ||
"version": "0.2.12", | ||
"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
597133