@elizaos/server 1.5.9-alpha.4 → 1.5.9-alpha.5
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
|
@@ -29893,7 +29893,7 @@ import express30 from "express";
|
|
|
29893
29893
|
// package.json
|
|
29894
29894
|
var package_default = {
|
|
29895
29895
|
name: "@elizaos/server",
|
|
29896
|
-
version: "1.5.9-alpha.
|
|
29896
|
+
version: "1.5.9-alpha.5",
|
|
29897
29897
|
description: "ElizaOS Server - Core server infrastructure for ElizaOS agents",
|
|
29898
29898
|
publishConfig: {
|
|
29899
29899
|
access: "public",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/server",
|
|
3
|
-
"version": "1.5.9-alpha.
|
|
3
|
+
"version": "1.5.9-alpha.5",
|
|
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": "cf6834d21d25130e33630db1e07a24394a470c96",
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@elizaos/core": "1.5.9-alpha.
|
|
57
|
-
"@elizaos/plugin-sql": "1.5.9-alpha.
|
|
56
|
+
"@elizaos/core": "1.5.9-alpha.5",
|
|
57
|
+
"@elizaos/plugin-sql": "1.5.9-alpha.5",
|
|
58
58
|
"@sentry/node": "^10.11.0",
|
|
59
59
|
"@types/express": "^5.0.2",
|
|
60
60
|
"@types/helmet": "^4.0.0",
|