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 #62

Closed
1 of 4 tasks
antongolub opened this issue Oct 4, 2022 · 1 comment · Fixed by #64
Closed
1 of 4 tasks

feat: support several target registries #62

antongolub opened this issue Oct 4, 2022 · 1 comment · Fixed by #64
Labels
enhancement New feature or request released

Comments

@antongolub
Copy link
Owner

Issue type

  • bug report
  • idea
  • question
  • other
const app = createApp({
  server: {port: 5000},
  firewall: {
    registry: ['https://registry.npmjs.org', 'https://registry.yarnpkg.com'],
    rules: [...]
  }
})
@antongolub antongolub added the enhancement New feature or request label Oct 4, 2022
antongolub added a commit that referenced this issue Oct 4, 2022
antongolub added a commit that referenced this issue Oct 4, 2022
antongolub added a commit that referenced this issue Oct 4, 2022
# [1.30.0](v1.29.1...v1.30.0) (2022-10-04)

### Features

* support several target registries ([aa06883](aa06883)), closes [#62](#62)
@antongolub
Copy link
Owner Author

🎉 This issue has been resolved 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
enhancement New feature or request released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant