lib-task-scheduler
Advanced tools
Comparing version 5.1.215 to 5.1.220
@@ -17,2 +17,3 @@ import * as AWS from 'aws-sdk'; | ||
endpoint?: string; | ||
timeout?: number; | ||
} | ||
@@ -19,0 +20,0 @@ export declare type SQSMessage = AWS.SQS.Message; |
@@ -26,2 +26,5 @@ "use strict"; | ||
endpoint: this.config.endpoint, | ||
httpOptions: { | ||
timeout: this.config.timeout, | ||
}, | ||
}); | ||
@@ -28,0 +31,0 @@ const context = { context: this.sqsClient }; |
{ | ||
"name": "lib-task-scheduler", | ||
"version": "5.1.215", | ||
"version": "5.1.220", | ||
"description": "A lightweight, modular task scheduler.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/convoyinc/lib-task-scheduler", |
Sorry, the diff of this file is not supported yet
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
173878
2513