@elizaos/server 1.1.7-beta.3 → 1.2.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/README.md +1 -0
- package/dist/client/assets/index-CkUr-lz0.js.br +0 -0
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -279,6 +279,7 @@ bun run build
|
|
|
279
279
|
```
|
|
280
280
|
|
|
281
281
|
The server looks for client files in these locations (in order):
|
|
282
|
+
|
|
282
283
|
1. `dist/client` - Bundled client files (production)
|
|
283
284
|
2. `../client/dist` - Direct client build (development)
|
|
284
285
|
3. Via `@elizaos/client` package resolution
|
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -3817,7 +3817,7 @@ import express28 from "express";
|
|
|
3817
3817
|
// package.json
|
|
3818
3818
|
var package_default = {
|
|
3819
3819
|
name: "@elizaos/server",
|
|
3820
|
-
version: "1.
|
|
3820
|
+
version: "1.2.0",
|
|
3821
3821
|
description: "ElizaOS Server - Core server infrastructure for ElizaOS agents",
|
|
3822
3822
|
publishConfig: {
|
|
3823
3823
|
access: "public",
|
|
@@ -3869,10 +3869,10 @@ var package_default = {
|
|
|
3869
3869
|
which: "^4.0.0",
|
|
3870
3870
|
ws: "^8.18.0"
|
|
3871
3871
|
},
|
|
3872
|
-
gitHead: "
|
|
3872
|
+
gitHead: "9cead39b49d63ad57bcdb25cb730656b8948a84b",
|
|
3873
3873
|
dependencies: {
|
|
3874
|
-
"@elizaos/core": "
|
|
3875
|
-
"@elizaos/plugin-sql": "
|
|
3874
|
+
"@elizaos/core": "1.2.0",
|
|
3875
|
+
"@elizaos/plugin-sql": "1.2.0",
|
|
3876
3876
|
"@types/express": "^5.0.2",
|
|
3877
3877
|
"@types/helmet": "^4.0.0",
|
|
3878
3878
|
"@types/multer": "^1.4.13",
|