@openape/ape-agent 2.5.2 → 2.5.4

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openape/ape-agent",
3
- "version": "2.5.2",
3
+ "version": "2.5.4",
4
4
  "description": "OpenApe agent runtime: per-agent process that connects to chat.openape.ai, runs the LLM loop with tools + cron tasks, and streams replies back to owners.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -22,8 +22,8 @@
22
22
  "ofetch": "^1.4.1",
23
23
  "ws": "^8.18.0",
24
24
  "yaml": "^2.8.0",
25
- "@openape/cli-auth": "0.4.0",
26
- "@openape/apes": "1.22.1"
25
+ "@openape/apes": "1.23.0",
26
+ "@openape/cli-auth": "0.4.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@antfu/eslint-config": "^7.6.1",