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: Implement UpdaterRegistry and move to dedicated directory
- Introduced `UpdaterRegistry` for dynamic discovery and instantiation of updaters.
- Moved `UpdaterRegistry` to `src/registry` for better organization.
- Renamed `Updater` interface to `IUpdater` for consistent naming conventions.
- Updated `UpdaterService`, `index.ts`, and all updater implementations to use the new registry and interface.
0 commit comments