Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(global-scope): Improve shared scope definition
Improve the shared scope definition in the global-scope module. Instead of using a boolean value, now it accepts a string or boolean value. If the value is true, it is updated to '1.1.x'. Additionally, an error is thrown if duplication is detected, providing information about the package name, old version, and new version. Closes #123
- Loading branch information