You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: move sse-client package dep from common to client-sdk (#233)
Currently we have:
```
client-sdk -> common -> sse-client
```
The `common` lib doesn't depend on `sse-client`, so this results in
unnecessary `common` revisions.
This commit makes `sse-client` a dependency of `client-sdk`.
0 commit comments