@nocobase/logger
Advanced tools
Comparing version 1.4.0-alpha.20241105053324 to 1.4.0-alpha.20241105230315
@@ -52,3 +52,3 @@ /** | ||
const requestLogger = /* @__PURE__ */ __name((appName, requestLogger2, options) => { | ||
return async (ctx, next) => { | ||
return /* @__PURE__ */ __name(async function requestLoggerMiddleware(ctx, next) { | ||
var _a, _b, _c, _d, _e, _f, _g, _h; | ||
@@ -104,3 +104,3 @@ const reqId = ctx.reqId; | ||
} | ||
}; | ||
}, "requestLoggerMiddleware"); | ||
}, "requestLogger"); | ||
@@ -107,0 +107,0 @@ // Annotate the CommonJS export names for ESM import in node: |
{ | ||
"name": "@nocobase/logger", | ||
"version": "1.4.0-alpha.20241105053324", | ||
"version": "1.4.0-alpha.20241105230315", | ||
"description": "nocobase logging library", | ||
@@ -21,3 +21,3 @@ "license": "AGPL-3.0", | ||
}, | ||
"gitHead": "a6e647971c02c1ffb443e2dc2c230ca2719e3319" | ||
"gitHead": "45a0f247ae2dab0d1c9d200cb8bfedae3fe49535" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
68961