@elizaos/autonomous 2.0.0-alpha.19 → 2.0.0-alpha.20

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.
Files changed (1) hide show
  1. 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.19",
3
+ "version": "2.0.0-alpha.20",
4
4
  "description": "Standalone autonomous agent runtime and backend server package for elizaOS.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -213,7 +213,7 @@
213
213
  "./version-resolver": "./src/version-resolver.ts"
214
214
  },
215
215
  "peerDependencies": {
216
- "@elizaos/core": "2.0.0-alpha.19",
216
+ "@elizaos/core": "2.0.0-alpha.20",
217
217
  "@elizaos/signal-native": "*"
218
218
  },
219
219
  "peerDependenciesMeta": {
@@ -241,8 +241,8 @@
241
241
  "@elizaos/plugin-todo": "alpha",
242
242
  "@elizaos/plugin-trajectory-logger": "alpha",
243
243
  "@elizaos/plugin-trust": "alpha",
244
- "@elizaos/prompts": "2.0.0-alpha.19",
245
- "@elizaos/skills": "2.0.0-alpha.19",
244
+ "@elizaos/prompts": "2.0.0-alpha.20",
245
+ "@elizaos/skills": "2.0.0-alpha.20",
246
246
  "@hapi/boom": "^10.0.1",
247
247
  "@mariozechner/pi-ai": "0.52.12",
248
248
  "@noble/curves": "^2.0.1",
@@ -266,5 +266,5 @@
266
266
  "@types/ws": "^8.18.1",
267
267
  "typescript": "^5.9.3"
268
268
  },
269
- "gitHead": "dc2143bddb65470c9b53293132eb451db6daa03a"
269
+ "gitHead": "8046d35b88cb5ddc0a436920d1f09ba749869648"
270
270
  }