@elizaos/server 1.6.2-alpha.19 → 1.6.2-alpha.20

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 +5 -5
package/dist/index.js CHANGED
@@ -28856,7 +28856,7 @@ import express30 from "express";
28856
28856
  // package.json
28857
28857
  var package_default = {
28858
28858
  name: "@elizaos/server",
28859
- version: "1.6.2-alpha.19",
28859
+ version: "1.6.2-alpha.20",
28860
28860
  description: "ElizaOS Server - Core server infrastructure for ElizaOS agents",
28861
28861
  publishConfig: {
28862
28862
  access: "public",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/server",
3
- "version": "1.6.2-alpha.19",
3
+ "version": "1.6.2-alpha.20",
4
4
  "description": "ElizaOS Server - Core server infrastructure for ElizaOS agents",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -44,7 +44,7 @@
44
44
  "dev": "bun run build.ts --watch"
45
45
  },
46
46
  "devDependencies": {
47
- "@elizaos/client": "1.6.2-alpha.19",
47
+ "@elizaos/client": "1.6.2-alpha.20",
48
48
  "@types/node": "^24.0.1",
49
49
  "prettier": "3.6.2",
50
50
  "tsx": "4.20.6",
@@ -52,10 +52,10 @@
52
52
  "which": "^5.0.0",
53
53
  "ws": "^8.18.0"
54
54
  },
55
- "gitHead": "8a3177f8e189bfebccbe54d4c1dcf756cc4d1c72",
55
+ "gitHead": "77764bea01dfd2266dce86c9416ac690c52a1b5a",
56
56
  "dependencies": {
57
- "@elizaos/core": "1.6.2-alpha.19",
58
- "@elizaos/plugin-sql": "1.6.2-alpha.19",
57
+ "@elizaos/core": "1.6.2-alpha.20",
58
+ "@elizaos/plugin-sql": "1.6.2-alpha.20",
59
59
  "@sentry/node": "^10.16.0",
60
60
  "@types/express": "^5.0.2",
61
61
  "@types/helmet": "^4.0.0",