Lokicoule / nestjs-cognito

AWS Cognito utilities module for NestJS.
https://www.npmjs.com/package/@nestjs-cognito/auth
MIT License
81 stars 7 forks source link

Merge PR #448 and #539 #540

Closed Lokicoule closed 1 year ago

Lokicoule commented 1 year ago
          @Lokicoule is it possible to merge this PR? I am currently getting issues because of the fixed peerDependencies  "@nestjs/common": "^8.0.0 || ^9.0.0".

Originally posted by @khenneken in https://github.com/Lokicoule/nestjs-cognito/issues/4#issuecomment-1651786076

Lokicoule commented 1 year ago

Hey @khenneken,

I wanted to let you know that @nestjs-cognito/core version 1.1.1 has been released. This version includes an upgrade to the peer dependency for @nestjs/common.

Please note that in order to use this new version, you will also need to update the @nestjs-cognito/auth package to version 1.0.6.

Could you please confirm if this new version resolves the issue you were experiencing? Your feedback is greatly appreciated.

Thank you for your support and for using @nestjs-cognito.