Comparing version 10.0.4 to 10.0.5
{ | ||
"name": "pg-boss", | ||
"version": "10.0.4", | ||
"version": "10.0.5", | ||
"description": "Queueing jobs in Postgres from Node.js like a boss", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -147,3 +147,3 @@ const EventEmitter = require('events') | ||
.map(({ name, data, options }) => | ||
({ name: QUEUES.SEND_IT, data: { name, data, options }, options: { singletonKey: name, singletonSeconds: 60 } })) | ||
({ name: QUEUES.SEND_IT, data: { name, data, options }, singletonKey: name, singletonSeconds: 60 })) | ||
@@ -150,0 +150,0 @@ if (scheduled.length > 0 && !this.stopped) { |
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
96263