core icon indicating copy to clipboard operation
core copied to clipboard

[`polling-controller`] `network-controller` should be a direct dependency, not a peer dependency

Open mcmire opened this issue 8 months ago • 0 comments

polling-controller seems to only use types from network-controller and does not talk to this controller. Therefore, its dependency on network-controller should be defined under dependencies, not devDependencies + peerDependencies.

Fixing this would reduce the number of packages that need to be released if a major version of network-controller is released.

mcmire avatar Jun 18 '25 18:06 mcmire