Skip to content

Commit

Permalink
docs and deps (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
timgit authored Sep 27, 2024
1 parent 8974856 commit 0f28276
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 68 deletions.
156 changes: 92 additions & 64 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "pg-boss",
"version": "10.1.3",
"version": "10.1.4",
"description": "Queueing jobs in Postgres from Node.js like a boss",
"main": "./src/index.js",
"engines": {
"node": ">=20"
},
"dependencies": {
"cron-parser": "^4.9.0",
"pg": "^8.12.0",
"pg": "^8.13.0",
"serialize-error": "^8.1.0"
},
"devDependencies": {
"@types/node": "^20.16.5",
"@types/node": "^20.16.9",
"luxon": "^3.5.0",
"mocha": "^10.7.3",
"nyc": "^17.0.0",
"nyc": "^17.1.0",
"standard": "^17.1.2"
},
"scripts": {
Expand Down

0 comments on commit 0f28276

Please sign in to comment.