@elizaos/autonomous 2.0.0-alpha.45 → 2.0.0-alpha.46
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.46",
|
|
4
4
|
"description": "Standalone autonomous agent runtime and backend server package for elizaOS.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -249,8 +249,8 @@
|
|
|
249
249
|
"@elizaos/plugin-todo": "alpha",
|
|
250
250
|
"@elizaos/plugin-trajectory-logger": "alpha",
|
|
251
251
|
"@elizaos/plugin-trust": "alpha",
|
|
252
|
-
"@elizaos/prompts": "2.0.0-alpha.
|
|
253
|
-
"@elizaos/skills": "2.0.0-alpha.
|
|
252
|
+
"@elizaos/prompts": "2.0.0-alpha.46",
|
|
253
|
+
"@elizaos/skills": "2.0.0-alpha.46",
|
|
254
254
|
"@hapi/boom": "^10.0.1",
|
|
255
255
|
"@mariozechner/pi-ai": "0.52.12",
|
|
256
256
|
"@noble/curves": "^2.0.1",
|
|
@@ -274,5 +274,5 @@
|
|
|
274
274
|
"@types/ws": "^8.18.1",
|
|
275
275
|
"typescript": "^5.9.3"
|
|
276
276
|
},
|
|
277
|
-
"gitHead": "
|
|
277
|
+
"gitHead": "6f51473781e1e55a76f6a4eda6184edf95288bf2"
|
|
278
278
|
}
|