Closed egimenos closed 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.
peerDependecies
npm install
package.json
Echoing this one, I was going to create the same PR but you beat me to it! @nbdn
Merged this and also published a new release v2.1.0.
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 , runningnpm install
will fail unless additional flags are provided. This PR just updates this object in thepackage.json
file.