@elizaos/server 1.2.2 → 1.2.3
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 +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
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.2.
|
|
3820
|
+
version: "1.2.3",
|
|
3821
3821
|
description: "ElizaOS Server - Core server infrastructure for ElizaOS agents",
|
|
3822
3822
|
publishConfig: {
|
|
3823
3823
|
access: "public",
|
|
@@ -3871,8 +3871,8 @@ var package_default = {
|
|
|
3871
3871
|
},
|
|
3872
3872
|
gitHead: "227798477b53ad38b01f147ac1a649a5d1c810a3",
|
|
3873
3873
|
dependencies: {
|
|
3874
|
-
"@elizaos/core": "1.2.
|
|
3875
|
-
"@elizaos/plugin-sql": "1.2.
|
|
3874
|
+
"@elizaos/core": "1.2.3",
|
|
3875
|
+
"@elizaos/plugin-sql": "1.2.3",
|
|
3876
3876
|
"@types/express": "^5.0.2",
|
|
3877
3877
|
"@types/helmet": "^4.0.0",
|
|
3878
3878
|
"@types/multer": "^1.4.13",
|