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
[Collections] Don't allow package.versions to be empty (#3516)
Motivation:
Currently packages in a collection can have `versions` array be empty. Can't remember if this was intentional but a package that has no versions is not very useful.
Modification:
Update validation to fail when `package.versions` is empty.
0 commit comments