@nclabs/nestjs-rpc-module
Advanced tools
Comparing version 0.0.46 to 0.0.47
@@ -53,3 +53,3 @@ "use strict"; | ||
const exports = []; | ||
exports.push(cacheModule); | ||
exports.push(cache_manager_1.CacheModule); | ||
exports.push(nclabs_cacher_service_1.NclabsCacherService); | ||
@@ -61,3 +61,3 @@ if (autoInterceptCache) { | ||
}); | ||
exports.push(nclabs_cacher_interceptor_1.NclabsCacheInterceptor); | ||
// exports.push(NclabsCacheInterceptor); | ||
} | ||
@@ -64,0 +64,0 @@ console.log('autoInterceptCache', autoInterceptCache); |
{ | ||
"name": "@nclabs/nestjs-rpc-module", | ||
"version": "0.0.46", | ||
"version": "0.0.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
87515