nestjs-cls
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -73,3 +73,3 @@ "use strict"; | ||
set(_, prop, value) { | ||
return (getProvider()[prop] = value); | ||
return Reflect.set(getProvider(), prop, value); | ||
}, | ||
@@ -76,0 +76,0 @@ ownKeys() { |
{ | ||
"name": "nestjs-cls", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "A continuation-local storage module compatible with NestJS's dependency injection.", | ||
@@ -5,0 +5,0 @@ "author": "papooch", |
82375