Comparing version 1.4.2 to 1.4.3
{ | ||
"name": "leo-aws", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "Helper wrappers around AWS services, specifically to ease backoff retry and streaming of data into and out of AWS services", | ||
@@ -27,7 +27,6 @@ "main": "index.js", | ||
"async": "^2.6.1", | ||
"aws-sdk": "^2.262.1", | ||
"backoff": "^2.5.0", | ||
"leo-config": "^1.0.4", | ||
"leo-logger": "^1.0.0", | ||
"leo-streams": "^1.0.0", | ||
"leo-config": "^1.1.0", | ||
"leo-logger": "^1.0.1", | ||
"leo-streams": "^1.1.1", | ||
"lodash.merge": "^4.6.1" | ||
@@ -39,3 +38,6 @@ }, | ||
"moment": "^2.22.2" | ||
}, | ||
"peerDependencies": { | ||
"aws-sdk": ">=2.400.0" | ||
} | ||
} |
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
264223
- Removedaws-sdk@^2.262.1
Updatedleo-config@^1.1.0
Updatedleo-logger@^1.0.1
Updatedleo-streams@^1.1.1