madeindjs / nestjs-graphile-worker

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

Support for NestJS v10 #13

Closed NikoHadouken closed 1 year ago

NikoHadouken commented 1 year ago

Updated the packages to NestJS v10. All tests passed. Sample app still works.

There are deprecation warnings for all methods from the MetadataScanner used in your TaskExplorerService but I did not find any instructions with what it should be replaced.

NikoHadouken commented 1 year ago

@madeindjs Merge would be appretiated 🙏🏼

NikoHadouken commented 1 year ago

Fixed it. Thank you for checking

madeindjs commented 1 year ago

@NikoHadouken , I published it on NPM (here). Thanks for your contribution