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
feat(registry): add .npmrc config support for custom registries and auth
- Integrate npmrc-config-rs to resolve registry URLs from .npmrc files
- Support scoped package registries (@Company:registry=...)
- Add authentication headers (Bearer tokens, Basic auth) for private registries
- Fallback to npm.jsr.io for @jsr/* packages when not explicitly configured
- Change UpdateUrl to carry package_name instead of full URL
- Remove outdated "custom registries not supported" warning
Closes#220
0 commit comments