@jhzhu89/m2r 0.1.1 → 0.1.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.js +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -26753,8 +26753,7 @@ var import_pino, logger;
|
|
|
26753
26753
|
var init_logger = __esm(() => {
|
|
26754
26754
|
import_pino = __toESM(require_pino(), 1);
|
|
26755
26755
|
logger = import_pino.default({
|
|
26756
|
-
level: process.env.LOG_LEVEL || "info"
|
|
26757
|
-
transport: { target: "pino-pretty", options: { colorize: true } }
|
|
26756
|
+
level: process.env.LOG_LEVEL || "info"
|
|
26758
26757
|
});
|
|
26759
26758
|
});
|
|
26760
26759
|
|