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
Based on this answer, I think this pattern should suffice: [a-z_][a-z\d_-]{0,31}
I'm happy to open a PR in parse-url, but it seems to be going through an ESM migration. Do you plan to add a CJS entry-point? Or back-port fixes to v7?
Description
GitHub Enterprise repositories doesn't use the
git
username in SSH urls, and can look like this:When parsed, it seems to include the username in the
owner
,organization
,full_name
properties:Context
This is affecting lerna's ability to publish to GitHub Enterprise repositories.
The text was updated successfully, but these errors were encountered: