lib-task-scheduler
Advanced tools
Comparing version 5.1.202 to 5.1.215
@@ -7,2 +7,3 @@ import { AwsCredentialsConfig, AwsAssumedRoleCredentialsConfig } from './aws'; | ||
endpoint?: string; | ||
timeout?: number; | ||
} | ||
@@ -9,0 +10,0 @@ export declare class SNSClient { |
@@ -24,2 +24,5 @@ "use strict"; | ||
endpoint: config.endpoint, | ||
httpOptions: { | ||
timeout: config.timeout, | ||
}, | ||
}); | ||
@@ -26,0 +29,0 @@ const context = { context: snsClient }; |
{ | ||
"name": "lib-task-scheduler", | ||
"version": "5.1.202", | ||
"version": "5.1.215", | ||
"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
173706
2509