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(scripts): improve dist tags fetch with Map implementation
Refocus getDistTagsForModuleNames to return a Map for more efficient lookups.
Update getDistTagsForModuleLocations to use the new Map-based approach.
These changes make the code more maintainable and performant.
Issue: BTC-1933
0 commit comments