@a5c-ai/agent-mux-tui 5.0.1-staging.69cb593ea → 5.0.1-staging.69cb593ea536
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": "@a5c-ai/agent-mux-tui",
|
|
3
|
-
"version": "5.0.1-staging.
|
|
3
|
+
"version": "5.0.1-staging.69cb593ea536",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Extensible Ink-based TUI for agent-mux, with a plugin-first architecture",
|
|
@@ -63,10 +63,10 @@
|
|
|
63
63
|
"prepublishOnly": "npm run build && npm run verify:release"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@a5c-ai/agent-mux": "5.0.1-staging.
|
|
67
|
-
"@a5c-ai/agent-mux-cli": "5.0.1-staging.
|
|
68
|
-
"@a5c-ai/agent-mux-core": "5.0.1-staging.
|
|
69
|
-
"@a5c-ai/agent-mux-observability": "5.0.1-staging.
|
|
66
|
+
"@a5c-ai/agent-mux": "5.0.1-staging.69cb593ea536",
|
|
67
|
+
"@a5c-ai/agent-mux-cli": "5.0.1-staging.69cb593ea536",
|
|
68
|
+
"@a5c-ai/agent-mux-core": "5.0.1-staging.69cb593ea536",
|
|
69
|
+
"@a5c-ai/agent-mux-observability": "5.0.1-staging.69cb593ea536",
|
|
70
70
|
"ink": "^5.0.1",
|
|
71
71
|
"react": "^18.3.1"
|
|
72
72
|
},
|