Skip to content

Commit

Permalink
feat(bullmq): support bullmq 5
Browse files Browse the repository at this point in the history
  • Loading branch information
abenerd authored and Romakita committed Jan 15, 2024
1 parent 0236c48 commit 0398f03
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ jest.config.js
.gitignore
.idea
packages
*.tsbuildinfo
1 change: 1 addition & 0 deletions packages/third-parties/bullmq/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ jest.config.js
.idea
packages
.tsbuildinfo
*.tsbuildinfo
6 changes: 3 additions & 3 deletions packages/third-parties/bullmq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"@tsed/eslint": "7.44.1",
"@tsed/schema": "7.55.0",
"@tsed/typescript": "7.44.1",
"bullmq": "^4.12.3",
"bullmq": "^4.12.3 || ^5.1.1",
"eslint": "^8.12.0",
"ts-mockito": "^2.6.1"
},
"peerDependencies": {
"bullmq": "^4.12.3"
"bullmq": "^4.12.3 || ^5.1.1"
}
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8306,10 +8306,10 @@ builtins@^5.0.0:
dependencies:
semver "^7.0.0"

bullmq@^4.12.3:
version "4.12.3"
resolved "https://registry.yarnpkg.com/bullmq/-/bullmq-4.12.3.tgz#0c649b9a5e48227519c526ee9edd96b982eee22d"
integrity sha512-4uPp4NQTALFF+eFK7g8VJM+rt0aiduQdzBomgiEO1OK4OE+TdgC6cjGXooKI/asuB8iDhSZ+pSnGYy5Xyr6qRA==
"bullmq@^4.12.3 || ^5.1.1":
version "5.1.1"
resolved "https://registry.yarnpkg.com/bullmq/-/bullmq-5.1.1.tgz#ce07f513fceae580d766fc15e15be4a5ceeb348f"
integrity sha512-j3zbNEQWsyHjpqGWiem2XBfmxAjYcArbwsmGlkM1E9MAVcrqB5hQUsXmyy9gEBAdL+PVotMICr7xTquR4Y2sKQ==
dependencies:
cron-parser "^4.6.0"
glob "^8.0.3"
Expand Down

0 comments on commit 0398f03

Please sign in to comment.