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(base): move Version and related types to base package
This commit refactors the code by moving the `Version` type and related constants, interfaces, and functions from the `internal` package to the `internal/base` package. This change improves code organization and maintainability by centralizing version-related types and logic in a single location. The refactor also includes updating all references to the moved types across the codebase to use the new package path.
The primary motivation for this change is to reduce code duplication and improve the clarity of the codebase by grouping related types together. This refactor does not introduce any functional changes but prepares the codebase for future enhancements and easier maintenance.
0 commit comments