@threadplane/ag-ui 0.0.54 → 0.0.55

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,10 +32,10 @@ Part of [Threadplane](https://github.com/cacheplane/angular-agent-framework).
32
32
  ## Install
33
33
 
34
34
  ```bash
35
- npm install @threadplane/ag-ui @threadplane/chat @ag-ui/client
35
+ npm install @threadplane/ag-ui @threadplane/chat @ag-ui/client @ag-ui/core
36
36
  ```
37
37
 
38
- **Peer dependencies:** `@threadplane/chat: *`, `@angular/core: ^20.0.0 || ^21.0.0`, `@ag-ui/client: *`, `rxjs: ~7.8.0`
38
+ **Peer dependencies:** `@threadplane/chat: *`, `@angular/core: ^20.0.0 || ^21.0.0`, `@ag-ui/client: *`, `@ag-ui/core: *`, `rxjs: ~7.8.0`
39
39
 
40
40
  ---
41
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@threadplane/ag-ui",
3
- "version": "0.0.54",
3
+ "version": "0.0.55",
4
4
  "description": "AG-UI protocol adapter for @threadplane/chat — works with any AG-UI-compatible backend.",
5
5
  "keywords": [
6
6
  "angular",