@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -2
  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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jhzhu89/m2r",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Anthropic Messages API to Azure OpenAI Responses API proxy",
5
5
  "type": "module",
6
6
  "license": "MIT",