medibloc / nestjs-request-context

NestJS Request Context using AsyncLocalStorage
MIT License
45 stars 4 forks source link

peerDependencies less strict #7

Closed AckerApple closed 2 years ago

AckerApple commented 2 years ago

Fix being able to use updated versions of peerDependencies

ramseyrashid commented 2 years ago

Bump. We need this. Please and thank you :)

AckerApple commented 2 years ago

Wonderful. Friendly reminder to publish to npm please and thank you

youngjoon-lee commented 2 years ago

@AckerApple I just published the v1.0.1: https://www.npmjs.com/package/@medibloc/nestjs-request-context/v/1.0.1 Thank you for your contribution!

AckerApple commented 2 years ago

Feels good to contribute. Wonder what is up with all the similar name spaces on "npm". Turned out we had this package installed into one repo and then a different context package installed in another repo of almost same name.

image