@elizaos/server 1.5.8-alpha.1 → 1.6.0-alpha.0
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 +3 -3
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -5826,7 +5826,7 @@ import express29 from "express";
|
|
|
5826
5826
|
// package.json
|
|
5827
5827
|
var package_default = {
|
|
5828
5828
|
name: "@elizaos/server",
|
|
5829
|
-
version: "1.
|
|
5829
|
+
version: "1.6.0-alpha.0",
|
|
5830
5830
|
description: "ElizaOS Server - Core server infrastructure for ElizaOS agents",
|
|
5831
5831
|
publishConfig: {
|
|
5832
5832
|
access: "public",
|
|
@@ -5879,8 +5879,8 @@ var package_default = {
|
|
|
5879
5879
|
},
|
|
5880
5880
|
gitHead: "255e37c0e4a76da0b776219db5ebb9dadf20e89f",
|
|
5881
5881
|
dependencies: {
|
|
5882
|
-
"@elizaos/core": "
|
|
5883
|
-
"@elizaos/plugin-sql": "
|
|
5882
|
+
"@elizaos/core": "1.5.5",
|
|
5883
|
+
"@elizaos/plugin-sql": "1.5.5",
|
|
5884
5884
|
"@types/express": "^5.0.2",
|
|
5885
5885
|
"@types/helmet": "^4.0.0",
|
|
5886
5886
|
"@types/multer": "^1.4.13",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/server",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0-alpha.0",
|
|
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": "6793ce9e65a02392af1cb72ddf8a82c6634b80cf",
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@elizaos/core": "1.5.
|
|
57
|
-
"@elizaos/plugin-sql": "1.5.
|
|
56
|
+
"@elizaos/core": "1.5.5",
|
|
57
|
+
"@elizaos/plugin-sql": "1.5.5",
|
|
58
58
|
"@types/express": "^5.0.2",
|
|
59
59
|
"@types/helmet": "^4.0.0",
|
|
60
60
|
"@types/multer": "^1.4.13",
|