Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/ai-event-client-drop-peer-dep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@tanstack/ai-event-client': patch
---

Drop the unused `@tanstack/ai` peerDependency. `@tanstack/ai-event-client` mirrors the middleware types it needs locally and imports nothing from `@tanstack/ai`, so the peer dep only manufactured a package-manifest cycle (`@tanstack/ai` already depends on `@tanstack/ai-event-client`). Removing it — and the matching `!@tanstack/ai` Nx `implicitDependencies` workaround — keeps the build graph a clean DAG and unblocks devtools-only consumers.
3 changes: 0 additions & 3 deletions packages/ai-event-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
"dependencies": {
"@tanstack/devtools-event-client": "^0.4.1"
},
"peerDependencies": {
"@tanstack/ai": "workspace:*"
},
"devDependencies": {
"@vitest/coverage-v8": "4.0.14"
},
Expand Down
3 changes: 1 addition & 2 deletions packages/ai-event-client/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"name": "@tanstack/ai-event-client",
"implicitDependencies": ["!@tanstack/ai"]
"name": "@tanstack/ai-event-client"
}
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.