@elizaos/server 1.5.13-alpha.4 → 1.5.13-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 +6 -2
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -25583,7 +25583,11 @@ Respond with just the title, nothing else.
|
|
|
25583
25583
|
}
|
|
25584
25584
|
|
|
25585
25585
|
// src/api/messaging/sessions.ts
|
|
25586
|
-
import {
|
|
25586
|
+
import {
|
|
25587
|
+
logger as logger13,
|
|
25588
|
+
validateUuid as validateUuid14,
|
|
25589
|
+
ChannelType as ChannelType3
|
|
25590
|
+
} from "@elizaos/core";
|
|
25587
25591
|
import express13 from "express";
|
|
25588
25592
|
|
|
25589
25593
|
// ../../node_modules/uuid/dist/esm/stringify.js
|
|
@@ -27454,7 +27458,7 @@ import express30 from "express";
|
|
|
27454
27458
|
// package.json
|
|
27455
27459
|
var package_default = {
|
|
27456
27460
|
name: "@elizaos/server",
|
|
27457
|
-
version: "1.5.13-alpha.
|
|
27461
|
+
version: "1.5.13-alpha.5",
|
|
27458
27462
|
description: "ElizaOS Server - Core server infrastructure for ElizaOS agents",
|
|
27459
27463
|
publishConfig: {
|
|
27460
27464
|
access: "public",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/server",
|
|
3
|
-
"version": "1.5.13-alpha.
|
|
3
|
+
"version": "1.5.13-alpha.5",
|
|
4
4
|
"description": "ElizaOS Server - Core server infrastructure for ElizaOS agents",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"dev": "bun run build.ts --watch"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@elizaos/client": "1.5.13-alpha.
|
|
47
|
+
"@elizaos/client": "1.5.13-alpha.5",
|
|
48
48
|
"@types/node": "^24.0.1",
|
|
49
49
|
"prettier": "3.5.3",
|
|
50
50
|
"tsx": "4.19.4",
|
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
"which": "^4.0.0",
|
|
53
53
|
"ws": "^8.18.0"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "01d950a35cc132b544fc11a93ffc26510b9a6156",
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@elizaos/core": "1.5.13-alpha.
|
|
58
|
-
"@elizaos/plugin-sql": "1.5.13-alpha.
|
|
57
|
+
"@elizaos/core": "1.5.13-alpha.5",
|
|
58
|
+
"@elizaos/plugin-sql": "1.5.13-alpha.5",
|
|
59
59
|
"@sentry/node": "^10.11.0",
|
|
60
60
|
"@types/express": "^5.0.2",
|
|
61
61
|
"@types/helmet": "^4.0.0",
|