@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.js
CHANGED
|
@@ -14737,7 +14737,7 @@ __name(sanitizeValue, "sanitizeValue");
|
|
|
14737
14737
|
var import_config3 = __toESM(require_config2(), 1);
|
|
14738
14738
|
import { Global, Module } from "@nestjs/common";
|
|
14739
14739
|
import { APP_INTERCEPTOR } from "@nestjs/core";
|
|
14740
|
-
import { OBSERVABLE_SERVICE as OBSERVABLE_SERVICE2, RequestContextService as RequestContextService4 } from "@lark-apaas/nestjs-common";
|
|
14740
|
+
import { OBSERVABLE_SERVICE as OBSERVABLE_SERVICE2, RequestContextService as RequestContextService4, CommonModule } from "@lark-apaas/nestjs-common";
|
|
14741
14741
|
|
|
14742
14742
|
// src/config/logger.config.ts
|
|
14743
14743
|
var import_config = __toESM(require_config2(), 1);
|
|
@@ -15061,7 +15061,8 @@ LoggerModule = _ts_decorate4([
|
|
|
15061
15061
|
Global(),
|
|
15062
15062
|
Module({
|
|
15063
15063
|
imports: [
|
|
15064
|
-
import_config3.ConfigModule.forFeature(logger_config_default)
|
|
15064
|
+
import_config3.ConfigModule.forFeature(logger_config_default),
|
|
15065
|
+
CommonModule
|
|
15065
15066
|
],
|
|
15066
15067
|
providers: [
|
|
15067
15068
|
LoggerContextMiddleware,
|