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

Clarification on NestJS Version Compatibility #71

Open
sosafe-tim-schumacher opened this issue Oct 30, 2023 · 0 comments
Open

Clarification on NestJS Version Compatibility #71

sosafe-tim-schumacher opened this issue Oct 30, 2023 · 0 comments

Comments

@sosafe-tim-schumacher
Copy link

Hello dear maintainer,

I hope you're doing well! I wanted to bring to your attention a compatibility concern with your package. You advertise in your peer dependencies that you are compatible with a range of NestJS versions, as shown below:

{
  "peerDependencies": {
    "@aws-sdk/client-sqs": "^3.321.1",
    "@nestjs/common": "^6.10.11 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
    "@nestjs/core": "^6.10.11 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
  }
}

However, I noticed that your dependency @golevelup/nestjs-discovery advertises that it is only compatible with NestJS 10:

{
  "peerDependencies": {
    "@nestjs/common": "^10.x",
    "@nestjs/core": "^10.x"
  }
}

This has left me somewhat puzzled about the actual compatibility of your package. From my perspective, it appears that your package is primarily compatible with NestJS 10.

Could you please clarify the compatibility range of your package with NestJS versions? This would greatly assist users like me in making informed decisions regarding its use.

Thank you for your time and assistance.

Best regards,

Tim

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

No branches or pull requests

1 participant