@elizaos/autonomous 2.0.0-alpha.57 → 2.0.0-alpha.59
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 +5 -5
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.59",
|
|
4
4
|
"description": "Standalone autonomous agent runtime and backend server package for elizaOS.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
},
|
|
239
239
|
"dependencies": {
|
|
240
240
|
"@clack/prompts": "^1.0.0",
|
|
241
|
-
"@elizaos/core": "2.0.0-alpha.
|
|
241
|
+
"@elizaos/core": "2.0.0-alpha.59",
|
|
242
242
|
"@elizaos/plugin-agent-skills": "^2.0.0-alpha.11",
|
|
243
243
|
"@elizaos/plugin-coding-agent": "0.1.0-next.1",
|
|
244
244
|
"@elizaos/plugin-cron": "^2.0.0-alpha.7",
|
|
@@ -259,8 +259,8 @@
|
|
|
259
259
|
"@elizaos/plugin-todo": "alpha",
|
|
260
260
|
"@elizaos/plugin-trajectory-logger": "alpha",
|
|
261
261
|
"@elizaos/plugin-trust": "alpha",
|
|
262
|
-
"@elizaos/prompts": "2.0.0-alpha.
|
|
263
|
-
"@elizaos/skills": "2.0.0-alpha.
|
|
262
|
+
"@elizaos/prompts": "2.0.0-alpha.59",
|
|
263
|
+
"@elizaos/skills": "2.0.0-alpha.59",
|
|
264
264
|
"@hapi/boom": "^10.0.1",
|
|
265
265
|
"@mariozechner/pi-ai": "0.52.12",
|
|
266
266
|
"@noble/curves": "^2.0.1",
|
|
@@ -285,5 +285,5 @@
|
|
|
285
285
|
"@types/ws": "^8.18.1",
|
|
286
286
|
"typescript": "^5.9.3"
|
|
287
287
|
},
|
|
288
|
-
"gitHead": "
|
|
288
|
+
"gitHead": "481d7c4e410b11531ba7f1cdaee8f5b2b142f7ad"
|
|
289
289
|
}
|