ssut / nestjs-sqs

A project to make SQS easier to use within NestJS, with decorator-based handling and seamless NestJS-way integration.
MIT License
214 stars 53 forks source link

chore: update peer dependencies to admit Nestjs 10 #56

Closed egimenos closed 1 year ago

egimenos commented 1 year ago

From this PR, the library is compatible with the new Nestjs major version v10 https://github.com/ssut/nestjs-sqs/pull/54

Since this change has not been reflected in the peerDependecies object , running npm install will fail unless additional flags are provided. This PR just updates this object in the package.json file.

MCantu-PieFi commented 1 year ago

Echoing this one, I was going to create the same PR but you beat me to it! @nbdn

ssut commented 1 year ago

Merged this and also published a new release v2.1.0.