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
Handle package names with nested paths in import maps
Packages with nested paths (e.g., "photoswipe/lightbox" or
"@github/webauthn-json/browser-ponyfill") were not being correctly
identified, leading to issues when checking for outdated versions. This
update modifies the package name extraction logic to correctly handle
such cases.
Fixes#321,
0 commit comments