@elizaos/server 1.2.12 → 1.3.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.
@@ -14,7 +14,7 @@
14
14
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
15
15
  <link rel="icon" type="image/x-icon" href="/favicon.ico" />
16
16
  <title>ElizaOS - Client</title>
17
- <script type="module" crossorigin src="/assets/index-BLNojQnQ.js"></script>
17
+ <script type="module" crossorigin src="/assets/index-TZ8BgtSM.js"></script>
18
18
  <link rel="modulepreload" crossorigin href="/assets/vendor-BWTRqS51.js">
19
19
  <link rel="stylesheet" crossorigin href="/assets/index-CuhlDCnv.css">
20
20
  </head>
package/dist/index.js CHANGED
@@ -3872,7 +3872,7 @@ import express28 from "express";
3872
3872
  // package.json
3873
3873
  var package_default = {
3874
3874
  name: "@elizaos/server",
3875
- version: "1.2.12",
3875
+ version: "1.3.0",
3876
3876
  description: "ElizaOS Server - Core server infrastructure for ElizaOS agents",
3877
3877
  publishConfig: {
3878
3878
  access: "public",
@@ -3916,7 +3916,6 @@ var package_default = {
3916
3916
  },
3917
3917
  devDependencies: {
3918
3918
  "@types/node": "^24.0.1",
3919
- dotenv: "^16.5.0",
3920
3919
  prettier: "3.5.3",
3921
3920
  tsup: "8.5.0",
3922
3921
  tsx: "4.19.4",
@@ -3924,13 +3923,14 @@ var package_default = {
3924
3923
  which: "^4.0.0",
3925
3924
  ws: "^8.18.0"
3926
3925
  },
3927
- gitHead: "01905926c3bcf050838f9a9b3f49848b1e57a705",
3926
+ gitHead: "991b811b95d08df421efc4f516d0cfb52c4a83b3",
3928
3927
  dependencies: {
3929
- "@elizaos/core": "workspace:*",
3930
- "@elizaos/plugin-sql": "workspace:*",
3928
+ "@elizaos/core": "1.3.0",
3929
+ "@elizaos/plugin-sql": "1.3.0",
3931
3930
  "@types/express": "^5.0.2",
3932
3931
  "@types/helmet": "^4.0.0",
3933
3932
  "@types/multer": "^1.4.13",
3933
+ dotenv: "^16.5.0",
3934
3934
  express: "^5.1.0",
3935
3935
  "express-rate-limit": "^7.5.0",
3936
3936
  helmet: "^8.1.0",