Comparing version 0.4.1 to 0.5.0
@@ -5,2 +5,6 @@ # Changelog | ||
## v0.5.0 | ||
- [BREAKING] Change default `created_by` value to `false` (formerly `null`) | ||
## v0.4.1 | ||
@@ -7,0 +11,0 @@ |
@@ -62,3 +62,3 @@ 'use strict'; | ||
_this.payload = payload; | ||
_this.created_by = options.created_by || null; | ||
_this.created_by = options.created_by || false; | ||
_this.timeout = options.timeout || 10000; | ||
@@ -65,0 +65,0 @@ _this.maxAttempts = options.max_attempts || 3; |
{ | ||
"name": "esqueue", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"description": "Job queue, powered by Elasticsearch", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
34438