@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.
- package/dist/index.js +1 -1
- 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.
|
|
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.
|
|
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.
|
|
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": "
|
|
56
|
+
"gitHead": "c173aefbe231d60435994577ec1ab2297bf9425c",
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@elizaos/core": "1.6.5-alpha.
|
|
59
|
-
"@elizaos/plugin-sql": "1.6.5-alpha.
|
|
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",
|