@jhzhu89/m2r 0.1.4 → 0.1.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -54028,6 +54028,6 @@ var app = createApp2(createClient2());
54028
54028
  var server = Bun.serve({
54029
54029
  fetch: app.fetch,
54030
54030
  port: config3.port,
54031
- idleTimeout: 300
54031
+ idleTimeout: 255
54032
54032
  });
54033
54033
  logger23.info({ port: server.port }, "proxy server started");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jhzhu89/m2r",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Anthropic Messages API to Azure OpenAI Responses API proxy",
5
5
  "type": "module",
6
6
  "license": "MIT",