lib-task-scheduler
Advanced tools
Comparing version 5.0.143 to 5.1.153
@@ -6,2 +6,3 @@ import { AwsCredentialsConfig, AwsAssumedRoleCredentialsConfig } from './aws'; | ||
region: string; | ||
endpoint?: string; | ||
} | ||
@@ -8,0 +9,0 @@ export declare class SNSClient { |
@@ -23,2 +23,3 @@ "use strict"; | ||
region: this.config.region, | ||
endpoint: config.endpoint, | ||
}); | ||
@@ -25,0 +26,0 @@ const context = { context: snsClient }; |
@@ -16,2 +16,3 @@ import * as AWS from 'aws-sdk'; | ||
region: string; | ||
endpoint?: string; | ||
} | ||
@@ -18,0 +19,0 @@ export declare type SQSMessage = AWS.SQS.Message; |
@@ -24,2 +24,3 @@ "use strict"; | ||
region: this.config.region, | ||
endpoint: config.endpoint, | ||
}); | ||
@@ -26,0 +27,0 @@ const context = { context: this.sqsClient }; |
{ | ||
"name": "lib-task-scheduler", | ||
"version": "5.0.143", | ||
"version": "5.1.153", | ||
"description": "A lightweight, modular task scheduler.", | ||
@@ -30,5 +30,5 @@ "homepage": "https://github.com/convoyinc/lib-task-scheduler", | ||
"dependencies": { | ||
"aws-sdk": ">= 2.7.14", | ||
"bluebird": "^3.0.0", | ||
"lodash": ">= 4.4.0", | ||
"aws-sdk": "^2.451.0", | ||
"bluebird": "^3.0.35", | ||
"lodash": ">= 4.16.4", | ||
"moment-timezone": "*" | ||
@@ -47,8 +47,5 @@ }, | ||
"@types/sinon-chai": "2.7.27", | ||
"aws-sdk": "2.7.14", | ||
"bluebird": "3.4.6", | ||
"chai": "3.5.0", | ||
"chai-as-promised": "6.0.0", | ||
"chai-subset": "1.2.2", | ||
"lodash": "4.16.4", | ||
"mocha": "2.5.3", | ||
@@ -55,0 +52,0 @@ "mocha-circleci-reporter": "0.0.1", |
Sorry, the diff of this file is not supported yet
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
173110
22
2499
Updatedaws-sdk@^2.451.0
Updatedbluebird@^3.0.35
Updatedlodash@>= 4.16.4