Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support several target registries #64

Merged
merged 1 commit into from Oct 4, 2022
Merged

Conversation

antongolub
Copy link
Owner

@antongolub antongolub commented Oct 4, 2022

closes #62

Changes

{
  server: { port: 3003 },
  firewall: {
    registry: ['https://registry.yarnpkg.com', 'https://registry.npmjs.org'],
    rules: { policy: 'deny', name: '*' }
  }
}
  • New code is covered by tests
  • All the changes are mentioned in docs (readme.md)

@antongolub antongolub merged commit aa06883 into master Oct 4, 2022
@antongolub antongolub deleted the support-several-regs branch October 4, 2022 13:44
@antongolub
Copy link
Owner Author

🎉 This PR is included in version 1.30.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: support several target registries
2 participants