BJS-kr / nestjs-omacache

flexible, powerful and simple caching strategy using decorators for NestJS
72 stars 4 forks source link

Fix peer dependencies #30

Closed vinnymac closed 1 day ago

vinnymac commented 1 week ago

This library works with reflect-metadata versions 0.2.0, 0.2.1, and 0.2.2. It also works with versions of rxjs greater than 7, so I updated the peer dependencies to reflect that.

BJS-kr commented 1 day ago

got it. thanks!