@elizaos/server 1.7.2-alpha.1 → 1.7.2-alpha.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 +1 -1
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -27431,7 +27431,7 @@ import express31 from "express";
|
|
|
27431
27431
|
// package.json
|
|
27432
27432
|
var package_default = {
|
|
27433
27433
|
name: "@elizaos/server",
|
|
27434
|
-
version: "1.7.2-alpha.
|
|
27434
|
+
version: "1.7.2-alpha.2",
|
|
27435
27435
|
description: "ElizaOS Server - Core server infrastructure for ElizaOS agents",
|
|
27436
27436
|
publishConfig: {
|
|
27437
27437
|
access: "public",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/server",
|
|
3
|
-
"version": "1.7.2-alpha.
|
|
3
|
+
"version": "1.7.2-alpha.2",
|
|
4
4
|
"description": "ElizaOS Server - Core server infrastructure for ElizaOS agents",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"dev": "bun run build.ts --watch"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@elizaos/client": "1.7.2-alpha.
|
|
48
|
-
"@elizaos/config": "1.7.2-alpha.
|
|
47
|
+
"@elizaos/client": "1.7.2-alpha.2",
|
|
48
|
+
"@elizaos/config": "1.7.2-alpha.2",
|
|
49
49
|
"@types/bcrypt": "^6.0.0",
|
|
50
50
|
"@types/node": "^24.10.1",
|
|
51
51
|
"bun-fetch-mock": "^1.0.0",
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
"which": "^6.0.0",
|
|
56
56
|
"ws": "^8.18.0"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "4ae04ebedf8dd4f7754de2eb94272f68104c20f0",
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@elizaos/core": "1.7.2-alpha.
|
|
61
|
-
"@elizaos/plugin-sql": "1.7.2-alpha.
|
|
60
|
+
"@elizaos/core": "1.7.2-alpha.2",
|
|
61
|
+
"@elizaos/plugin-sql": "1.7.2-alpha.2",
|
|
62
62
|
"@sentry/node": "^10.16.0",
|
|
63
63
|
"@types/express": "^5.0.2",
|
|
64
64
|
"@types/helmet": "^4.0.0",
|