Skip to content

Commit

Permalink
chore: support newer version of graphile-worker
Browse files Browse the repository at this point in the history
  • Loading branch information
madeindjs committed Apr 12, 2024
1 parent 837d2d6 commit a4cfad8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-graphile-worker",
"version": "0.5.1",
"version": "0.6.0",
"description": "A Nest.js wrapper for Graphile Worker",
"author": "Alexandre Rousseau <alexandre@rsseau.fr>",
"private": false,
Expand Down Expand Up @@ -61,7 +61,7 @@
"peerDependencies": {
"@nestjs/common": "^9.0.0 || ^10.0.0",
"@nestjs/core": "^9.0.0 || ^10.0.0",
"graphile-worker": "^0.13.0"
"graphile-worker": "^0.13.0 || ^0.14.0 || ^0.15.0 || ^0.16.0"
},
"jest": {
"moduleFileExtensions": [
Expand Down

0 comments on commit a4cfad8

Please sign in to comment.