Skip to content

Handle package names with nested paths in import maps#322

Merged
rafaelfranca merged 1 commit intomainfrom
rmf-fix-321
Jan 7, 2026
Merged

Handle package names with nested paths in import maps#322
rafaelfranca merged 1 commit intomainfrom
rmf-fix-321

Conversation

@rafaelfranca
Copy link
Copy Markdown
Member

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,

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,
@rafaelfranca rafaelfranca merged commit 682e058 into main Jan 7, 2026
90 checks passed
@rafaelfranca rafaelfranca deleted the rmf-fix-321 branch January 7, 2026 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bin/importmap outdated fails when using nested package path (e.g. photoswipe/lightbox)

1 participant