toss / nestjs-aop

A way to gracefully apply AOP to nestjs
MIT License
213 stars 24 forks source link

[Feature]: Allow `reflect-metadata@^0.2.0` in peer dependency #36

Closed bombard1004 closed 2 months ago

bombard1004 commented 2 months ago

Overview

Nestjs starter specifies the reflect-metadata version as ^0.2.1. But this package does not allow reflect-metadata version 0.2, making it impossible to install this package without downgrading reflect-metadata (via npm). To resolve this issue, the peer dependency should allow reflect-metadata@^0.2.0.

Describe the solution you'd like

Allow reflect-metadata@^0.2.0 in peer dependency

Additional context