@elizaos/server 1.5.10 → 1.5.11-alpha.1
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/client/assets/{main-Cxu5WF7C.js → main-B1foDjH3.js} +3 -3
- package/dist/client/assets/{main-Cxu5WF7C.js.map → main-B1foDjH3.js.map} +1 -1
- package/dist/client/assets/{main-Dbnvjs-Q.js → main-Ctvag2Bx.js} +55 -56
- package/dist/client/assets/{main-Dbnvjs-Q.js.map → main-Ctvag2Bx.js.map} +1 -1
- package/dist/client/index.html +1 -1
- package/dist/index.js +1 -1
- package/package.json +5 -5
package/dist/client/index.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
|
7
7
|
<title>ElizaOS - Client</title>
|
|
8
|
-
<script type="module" crossorigin src="/assets/main-
|
|
8
|
+
<script type="module" crossorigin src="/assets/main-B1foDjH3.js"></script>
|
|
9
9
|
</head>
|
|
10
10
|
<body>
|
|
11
11
|
<div id="root"></div>
|
package/dist/index.js
CHANGED
|
@@ -27452,7 +27452,7 @@ import express30 from "express";
|
|
|
27452
27452
|
// package.json
|
|
27453
27453
|
var package_default = {
|
|
27454
27454
|
name: "@elizaos/server",
|
|
27455
|
-
version: "1.5.
|
|
27455
|
+
version: "1.5.11-alpha.1",
|
|
27456
27456
|
description: "ElizaOS Server - Core server infrastructure for ElizaOS agents",
|
|
27457
27457
|
publishConfig: {
|
|
27458
27458
|
access: "public",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/server",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.11-alpha.1",
|
|
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.
|
|
47
|
+
"@elizaos/client": "1.5.11-alpha.1",
|
|
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": "12e19c4f21c1646f3c7ea889d72b6938b35521d8",
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@elizaos/core": "1.5.
|
|
58
|
-
"@elizaos/plugin-sql": "1.5.
|
|
57
|
+
"@elizaos/core": "1.5.11-alpha.1",
|
|
58
|
+
"@elizaos/plugin-sql": "1.5.11-alpha.1",
|
|
59
59
|
"@sentry/node": "^10.11.0",
|
|
60
60
|
"@types/express": "^5.0.2",
|
|
61
61
|
"@types/helmet": "^4.0.0",
|