madeindjs / nestjs-graphile-worker

A Nest.js wrapper for Graphile Worker
https://www.npmjs.com/package/nestjs-graphile-worker
MIT License
35 stars 13 forks source link

Update of the dependency to graphile-worker #17

Closed gco-lapala closed 5 months ago

gco-lapala commented 5 months ago

Hello everyone, and thank you for this library.

Would it be possible to have a version compatible with the latest version of graphile-worker, currently at v0.16.5?

madeindjs commented 5 months ago

Helllo @gco-lapala , I just increased the peerDependencies for graphile-worker (https://github.com/madeindjs/nestjs-graphile-worker/commit/a4cfad89c41c11a15d4e6d809d27fcdc579acc52) and publish it as v0.6.0

Please note I just ran unit tests to check if it works, feel free to open an issue if you see a breaking change.