nestjs-cls
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -5,4 +5,5 @@ export * from './lib/cls-service-manager'; | ||
export * from './lib/cls.interceptor'; | ||
export * from './lib/cls.guard'; | ||
export * from './lib/cls.module'; | ||
export * from './lib/cls.service'; | ||
export * from './lib/cls.decorators'; |
@@ -17,2 +17,3 @@ "use strict"; | ||
__exportStar(require("./lib/cls.interceptor"), exports); | ||
__exportStar(require("./lib/cls.guard"), exports); | ||
__exportStar(require("./lib/cls.module"), exports); | ||
@@ -19,0 +20,0 @@ __exportStar(require("./lib/cls.service"), exports); |
{ | ||
"name": "nestjs-cls", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "A continuation-local storage module compatible with NestJS's dependency injection.", | ||
@@ -5,0 +5,0 @@ "author": "papooch", |
@@ -5,4 +5,5 @@ export * from './lib/cls-service-manager'; | ||
export * from './lib/cls.interceptor'; | ||
export * from './lib/cls.guard'; | ||
export * from './lib/cls.module'; | ||
export * from './lib/cls.service'; | ||
export * from './lib/cls.decorators'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
291218
1402