Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Mar 18, 2024
1 parent 3a3563d commit 9c89baa
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rlanz/bull-queue",
"version": "1.0.6",
"version": "1.1.0",
"description": "Queue system based on BullMQ for AdonisJS",
"homepage": "https://github.com/romainlanz/adonis-bull-queue#readme",
"license": "MIT",
Expand All @@ -26,7 +26,8 @@
"build-only": "tsc",
"clean": "del-cli build",
"copyfiles": "copyfiles \"templates/**/*.txt\" \"instructions.md\" build",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build",
"test": "node -r ts-node/register bin/test.ts"
},
"dependencies": {
"bullmq": "^3.15.8"
Expand All @@ -35,13 +36,17 @@
"@adonisjs/application": "^5.3.0",
"@adonisjs/core": "^5.9.0",
"@adonisjs/sink": "^5.4.3",
"@japa/assert": "^1.4.1",
"@japa/runner": "^2.5.1",
"@japa/spec-reporter": "^1.3.3",
"copyfiles": "^2.4.1",
"del-cli": "^5.1.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-adonis": "^2.1.1",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"publishConfig": {
Expand Down

0 comments on commit 9c89baa

Please sign in to comment.