@lark-apaas/nestjs-logger 1.0.3-alpha.0 → 1.0.3-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -15072,7 +15072,8 @@ LoggerModule = _ts_decorate4([
|
|
|
15072
15072
|
(0, import_common4.Global)(),
|
|
15073
15073
|
(0, import_common4.Module)({
|
|
15074
15074
|
imports: [
|
|
15075
|
-
import_config3.ConfigModule.forFeature(logger_config_default)
|
|
15075
|
+
import_config3.ConfigModule.forFeature(logger_config_default),
|
|
15076
|
+
import_nestjs_common4.CommonModule
|
|
15076
15077
|
],
|
|
15077
15078
|
providers: [
|
|
15078
15079
|
LoggerContextMiddleware,
|