ssut / nestjs-sqs

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

chore: update deps to nest v10 and nestjs-discover to v4 #61

Closed eyadkobatte closed 1 year ago

eyadkobatte commented 1 year ago

The dependency @golevelup/nestjs-discovery@3 was relying on nestjs@9. Upgrading this package to v4 removes warnings of conflicting peer dependencies

eyadkobatte commented 1 year ago

This should fix #59

IzioDev commented 1 year ago

We need this too

IzioDev commented 1 year ago

Hi, how to use this package version while no npm publishing has been made? Does this repo support installation via git url instead of npm registry? I think it needs a prepare command in package.json that builds

ssut commented 1 year ago

@IzioDev just published v2.2.0. Please check it.

IzioDev commented 1 year ago

Awesome, thanks @ssut :pray: