Comparing version 10.1.3 to 10.1.4
{ | ||
"name": "pg-boss", | ||
"version": "10.1.3", | ||
"version": "10.1.4", | ||
"description": "Queueing jobs in Postgres from Node.js like a boss", | ||
@@ -11,10 +11,10 @@ "main": "./src/index.js", | ||
"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" | ||
@@ -21,0 +21,0 @@ }, |
@@ -43,3 +43,3 @@ Queueing jobs in Postgres from Node.js like a boss. | ||
## Summary | ||
## Summary <!-- {docsify-ignore-all} --> | ||
* Exactly-once job delivery | ||
@@ -71,3 +71,3 @@ * Create jobs within your existing database transaction | ||
## Documentation | ||
* [Docs](docs/readme.md) | ||
* [Docs](https://timgit.github.io/pg-boss/) | ||
@@ -74,0 +74,0 @@ ## Contributing |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
99240
Updatedpg@^8.13.0