mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-27 06:34:06 +00:00
* Refactor: Renamed `Watcher` class and instance to `CollectionWatcher` The name `Watcher` sounds very generic, but in this case its tightly coupled with watching Bruno Collection paths. So it makes sense to name it accordingly. * Added validator to check if a given path is inside an open Collection And added an sample validation for _new-request_ IPC event. * Review fixes