@elizaos/server 1.0.16 → 1.0.18

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 CHANGED
@@ -3811,7 +3811,7 @@ import express28 from "express";
3811
3811
  // package.json
3812
3812
  var package_default = {
3813
3813
  name: "@elizaos/server",
3814
- version: "1.0.15",
3814
+ version: "1.0.16",
3815
3815
  description: "ElizaOS Server - Core server infrastructure for ElizaOS agents",
3816
3816
  publishConfig: {
3817
3817
  access: "public",
@@ -4612,11 +4612,6 @@ function createApiRouter(agents, serverInstance) {
4612
4612
  limit: process.env.EXPRESS_MAX_PAYLOAD || "100kb"
4613
4613
  })
4614
4614
  );
4615
- router.use(
4616
- express30.json({
4617
- limit: process.env.EXPRESS_MAX_PAYLOAD || "100kb"
4618
- })
4619
- );
4620
4615
  router.use("/agents", agentsRouter(agents, serverInstance));
4621
4616
  router.use("/messaging", messagingRouter(agents, serverInstance));
4622
4617
  router.use("/memory", memoryRouter(agents, serverInstance));