@mono-agent/tui 0.5.1 → 0.6.1

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": "@mono-agent/tui",
3
- "version": "0.5.1",
3
+ "version": "0.6.1",
4
4
  "description": "pi-tui operator console for mono-agent: live chat with full stream-event insight, recorded-run replay, and read-only config view for running agents.",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",
@@ -22,15 +22,15 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "@earendil-works/pi-tui": "^0.79.1",
25
- "@mono-agent/agent-contracts": "0.5.1",
26
- "@mono-agent/config": "0.5.1",
27
- "@mono-agent/observability": "0.5.1"
25
+ "@mono-agent/agent-contracts": "0.6.1",
26
+ "@mono-agent/config": "0.6.1",
27
+ "@mono-agent/observability": "0.6.1"
28
28
  },
29
29
  "publishConfig": {
30
30
  "access": "public"
31
31
  },
32
32
  "devDependencies": {
33
- "@mono-agent/operator-adapter": "0.5.1"
33
+ "@mono-agent/operator-adapter": "0.6.1"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "tsc -p tsconfig.build.json",