Skip to content

Commit

Permalink
feat: upgrade node-schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
reg2005 committed Oct 24, 2023
1 parent bb99007 commit 53166b9
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 103 deletions.
124 changes: 24 additions & 100 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adonis5-scheduler",
"version": "2.0.4",
"version": "2.1.1",
"description": "This library provides an easy way to schedule recurring tasks for AdonisJS",
"scripts": {
"pretest": "npm run lint",
Expand Down Expand Up @@ -109,9 +109,9 @@
"@adonisjs/generic-exceptions": "^3.0.1",
"cron-time-generator": "^2.0.1",
"cronstrue": "^2.41.0",
"debug": "^4.3.1",
"debug": "^4.3.4",
"ms": "^2.1.3",
"node-schedule": "^2.0.0",
"node-schedule": "^2.1.1",
"proper-lockfile": "^4.1.2"
}
}

0 comments on commit 53166b9

Please sign in to comment.