Commit 2e59b77
authored
chore(ai-event-client): drop unused @tanstack/ai peerDependency (#694)
ai-event-client mirrors the middleware types it needs locally and imports
nothing from @tanstack/ai, so the peer dependency only manufactured a
package-manifest cycle (@tanstack/ai already depends on ai-event-client).
Remove it along with the matching `!@tanstack/ai` Nx implicitDependencies
workaround so the build graph stays a clean DAG.
Verified: pnpm install no longer warns about cyclic workspace
dependencies; build, test:types, test:lib, and publint --strict pass, and
nx affected build is clean across all consumers.
Closes #5521 parent a571f48 commit 2e59b77
4 files changed
Lines changed: 6 additions & 8 deletions
File tree
- .changeset
- packages/ai-event-client
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | 47 | | |
51 | 48 | | |
52 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
4 | 3 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments