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
fix: use path param with regex for npm package feed (#14626)
* fix: use path param with regex for npm package feed
1. Don't include query params like `?code` in the package name.
2. Handle special cases when the org name of the package ends with
`package`, i.e. the package name is something like `@*package/*`.
* refactor: use map
---------
0 commit comments