@lark-apaas/nestjs-logger 1.0.3-alpha.4 → 1.0.3-alpha.5
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 +0 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +0 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15085,10 +15085,6 @@ LoggerModule = _ts_decorate4([
|
|
|
15085
15085
|
providers: [
|
|
15086
15086
|
LoggerContextMiddleware,
|
|
15087
15087
|
ObservableServiceProvider,
|
|
15088
|
-
{
|
|
15089
|
-
provide: OBSERVABLE_SERVICE2,
|
|
15090
|
-
useClass: Observable
|
|
15091
|
-
},
|
|
15092
15088
|
{
|
|
15093
15089
|
provide: PINO_ROOT_LOGGER,
|
|
15094
15090
|
useFactory: /* @__PURE__ */ __name((config) => {
|