historical-deadletter-processor
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -5,2 +5,4 @@ "use strict"; | ||
var _get = function get(object, property, receiver) { if (object === null) object = Function.prototype; var desc = Object.getOwnPropertyDescriptor(object, property); if (desc === undefined) { var parent = Object.getPrototypeOf(object); if (parent === null) { return undefined; } else { return get(parent, property, receiver); } } else if ("value" in desc) { return desc.value; } else { var getter = desc.get; if (getter === undefined) { return undefined; } return getter.call(receiver); } }; | ||
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } | ||
@@ -43,2 +45,3 @@ | ||
_this._doProcess = _this._doProcess.bind(_this); | ||
_this._queryOptions_ = _this._queryOptions_.bind(_this); | ||
_this.processor = opts.processor; | ||
@@ -106,2 +109,10 @@ _this.app = opts.app; | ||
} | ||
}, { | ||
key: "_queryOptions_", | ||
value: function _queryOptions_(page) { | ||
boundMethodCheck(this, RetryHistoricalProcessor); | ||
return _.merge(_get(RetryHistoricalProcessor.prototype.__proto__ || Object.getPrototypeOf(RetryHistoricalProcessor.prototype), "_queryOptions_", this).call(this, page), { | ||
select: "id,notification,resource" | ||
}); | ||
} | ||
}]); | ||
@@ -108,0 +119,0 @@ |
{ | ||
"name": "historical-deadletter-processor", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "historical-deadletter-processor", | ||
@@ -5,0 +5,0 @@ "main": "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
29344
523