@elizaos/server 1.5.1 → 1.5.2
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 +4 -4
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -5738,7 +5738,7 @@ import express29 from "express";
|
|
|
5738
5738
|
// package.json
|
|
5739
5739
|
var package_default = {
|
|
5740
5740
|
name: "@elizaos/server",
|
|
5741
|
-
version: "1.5.
|
|
5741
|
+
version: "1.5.2",
|
|
5742
5742
|
description: "ElizaOS Server - Core server infrastructure for ElizaOS agents",
|
|
5743
5743
|
publishConfig: {
|
|
5744
5744
|
access: "public",
|
|
@@ -5789,10 +5789,10 @@ var package_default = {
|
|
|
5789
5789
|
which: "^4.0.0",
|
|
5790
5790
|
ws: "^8.18.0"
|
|
5791
5791
|
},
|
|
5792
|
-
gitHead: "
|
|
5792
|
+
gitHead: "e2da2b5640a11e8b8dd7b4aef51d8d5cddf29895",
|
|
5793
5793
|
dependencies: {
|
|
5794
|
-
"@elizaos/core": "1.5.
|
|
5795
|
-
"@elizaos/plugin-sql": "1.5.
|
|
5794
|
+
"@elizaos/core": "1.5.2",
|
|
5795
|
+
"@elizaos/plugin-sql": "1.5.2",
|
|
5796
5796
|
"@types/express": "^5.0.2",
|
|
5797
5797
|
"@types/helmet": "^4.0.0",
|
|
5798
5798
|
"@types/multer": "^1.4.13",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/server",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
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": "78ec4978065a95e4102d270417ac2b3f4dd96e9f",
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@elizaos/core": "1.5.
|
|
57
|
-
"@elizaos/plugin-sql": "1.5.
|
|
56
|
+
"@elizaos/core": "1.5.2",
|
|
57
|
+
"@elizaos/plugin-sql": "1.5.2",
|
|
58
58
|
"@types/express": "^5.0.2",
|
|
59
59
|
"@types/helmet": "^4.0.0",
|
|
60
60
|
"@types/multer": "^1.4.13",
|