@elizaos/server 1.5.8-alpha.16 → 1.5.8-alpha.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 +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -5839,7 +5839,7 @@ import express29 from "express";
|
|
|
5839
5839
|
// package.json
|
|
5840
5840
|
var package_default = {
|
|
5841
5841
|
name: "@elizaos/server",
|
|
5842
|
-
version: "1.5.8-alpha.
|
|
5842
|
+
version: "1.5.8-alpha.18",
|
|
5843
5843
|
description: "ElizaOS Server - Core server infrastructure for ElizaOS agents",
|
|
5844
5844
|
publishConfig: {
|
|
5845
5845
|
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.18",
|
|
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": "aba858808721e01b830be8a3b13dfa853d1359f2",
|
|
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.18",
|
|
57
|
+
"@elizaos/plugin-sql": "1.5.8-alpha.18",
|
|
58
58
|
"@types/express": "^5.0.2",
|
|
59
59
|
"@types/helmet": "^4.0.0",
|
|
60
60
|
"@types/multer": "^1.4.13",
|