@elizaos/autonomous 2.0.0-alpha.49 → 2.0.0-alpha.50
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/autonomous",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.50",
|
|
4
4
|
"description": "Standalone autonomous agent runtime and backend server package for elizaOS.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -258,8 +258,8 @@
|
|
|
258
258
|
"@elizaos/plugin-todo": "alpha",
|
|
259
259
|
"@elizaos/plugin-trajectory-logger": "alpha",
|
|
260
260
|
"@elizaos/plugin-trust": "alpha",
|
|
261
|
-
"@elizaos/prompts": "2.0.0-alpha.
|
|
262
|
-
"@elizaos/skills": "2.0.0-alpha.
|
|
261
|
+
"@elizaos/prompts": "2.0.0-alpha.50",
|
|
262
|
+
"@elizaos/skills": "2.0.0-alpha.50",
|
|
263
263
|
"@hapi/boom": "^10.0.1",
|
|
264
264
|
"@mariozechner/pi-ai": "0.52.12",
|
|
265
265
|
"@noble/curves": "^2.0.1",
|
|
@@ -284,5 +284,5 @@
|
|
|
284
284
|
"@types/ws": "^8.18.1",
|
|
285
285
|
"typescript": "^5.9.3"
|
|
286
286
|
},
|
|
287
|
-
"gitHead": "
|
|
287
|
+
"gitHead": "83cfeec4d066ecdb87e401b6dd7cbe3ddcaa873e"
|
|
288
288
|
}
|