@elizaos/server 1.5.8-alpha.22 → 1.5.8-alpha.23
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 +4 -4
package/dist/index.js
CHANGED
|
@@ -6118,7 +6118,7 @@ import express30 from "express";
|
|
|
6118
6118
|
// package.json
|
|
6119
6119
|
var package_default = {
|
|
6120
6120
|
name: "@elizaos/server",
|
|
6121
|
-
version: "1.5.8-alpha.
|
|
6121
|
+
version: "1.5.8-alpha.23",
|
|
6122
6122
|
description: "ElizaOS Server - Core server infrastructure for ElizaOS agents",
|
|
6123
6123
|
publishConfig: {
|
|
6124
6124
|
access: "public",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/server",
|
|
3
|
-
"version": "1.5.8-alpha.
|
|
3
|
+
"version": "1.5.8-alpha.23",
|
|
4
4
|
"description": "ElizaOS Server - Core server infrastructure for ElizaOS agents",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
"which": "^4.0.0",
|
|
52
52
|
"ws": "^8.18.0"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "c8ec831fff5075d86d81d66488ccf0ad5f32104f",
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@elizaos/core": "1.5.8-alpha.
|
|
57
|
-
"@elizaos/plugin-sql": "1.5.8-alpha.
|
|
56
|
+
"@elizaos/core": "1.5.8-alpha.23",
|
|
57
|
+
"@elizaos/plugin-sql": "1.5.8-alpha.23",
|
|
58
58
|
"@types/express": "^5.0.2",
|
|
59
59
|
"@types/helmet": "^4.0.0",
|
|
60
60
|
"@types/multer": "^1.4.13",
|