@elizaos/server 1.6.5-alpha.14 → 1.6.5-alpha.15

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
@@ -30776,7 +30776,7 @@ import express31 from "express";
30776
30776
  // package.json
30777
30777
  var package_default = {
30778
30778
  name: "@elizaos/server",
30779
- version: "1.6.5-alpha.14",
30779
+ version: "1.6.5-alpha.15",
30780
30780
  description: "ElizaOS Server - Core server infrastructure for ElizaOS agents",
30781
30781
  publishConfig: {
30782
30782
  access: "public",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/server",
3
- "version": "1.6.5-alpha.14",
3
+ "version": "1.6.5-alpha.15",
4
4
  "description": "ElizaOS Server - Core server infrastructure for ElizaOS agents",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -43,7 +43,7 @@
43
43
  "dev": "bun run build.ts --watch"
44
44
  },
45
45
  "devDependencies": {
46
- "@elizaos/client": "1.6.5-alpha.14",
46
+ "@elizaos/client": "1.6.5-alpha.15",
47
47
  "@types/bcrypt": "^6.0.0",
48
48
  "@types/node": "^24.0.1",
49
49
  "bun-fetch-mock": "^1.0.0",
@@ -53,10 +53,10 @@
53
53
  "which": "^5.0.0",
54
54
  "ws": "^8.18.0"
55
55
  },
56
- "gitHead": "73dbea49d59b04a19f8357ea5ddc9a7d10e7d8da",
56
+ "gitHead": "c173aefbe231d60435994577ec1ab2297bf9425c",
57
57
  "dependencies": {
58
- "@elizaos/core": "1.6.5-alpha.14",
59
- "@elizaos/plugin-sql": "1.6.5-alpha.14",
58
+ "@elizaos/core": "1.6.5-alpha.15",
59
+ "@elizaos/plugin-sql": "1.6.5-alpha.15",
60
60
  "@sentry/node": "^10.16.0",
61
61
  "@types/express": "^5.0.2",
62
62
  "@types/helmet": "^4.0.0",