@cumulus/aws-client
Advanced tools
Comparing version 10.1.2 to 11.0.0
{ | ||
"name": "@cumulus/aws-client", | ||
"version": "10.1.2", | ||
"version": "11.0.0", | ||
"description": "Utilities for working with AWS", | ||
@@ -46,5 +46,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@cumulus/checksum": "10.1.2", | ||
"@cumulus/errors": "10.1.2", | ||
"@cumulus/logger": "10.1.2", | ||
"@cumulus/checksum": "11.0.0", | ||
"@cumulus/errors": "11.0.0", | ||
"@cumulus/logger": "11.0.0", | ||
"aws-sdk": "^2.814.0", | ||
@@ -59,3 +59,3 @@ "jsonpath-plus": "^1.1.0", | ||
}, | ||
"gitHead": "3b59753fa85064549b70ad8ed4a4ee213c5af313" | ||
"gitHead": "e922ad12fd94affa6cd60a97a184a465a756c50b" | ||
} |
@@ -34,3 +34,3 @@ "use strict"; | ||
maxTimeout: 5000, | ||
onFailedAttempt: (err) => log.debug(`publishSnsMessage('${snsTopicArn}', '${message}') failed with ${err.retriesLeft} retries left: ${err.message}`), | ||
onFailedAttempt: (err) => log.debug(`publishSnsMessage('${snsTopicArn}', '${JSON.stringify(message)}') failed with ${err.retriesLeft} retries left: ${JSON.stringify(err)}`), | ||
...retryOptions, | ||
@@ -37,0 +37,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
202948
+ Added@cumulus/checksum@11.0.0(transitive)
+ Added@cumulus/errors@11.0.0(transitive)
+ Added@cumulus/logger@11.0.0(transitive)
+ Addedis-typed-array@1.1.15(transitive)
+ Addedmath-intrinsics@1.1.0(transitive)
+ Addedwhich-typed-array@1.1.18(transitive)
- Removed@cumulus/checksum@10.1.2(transitive)
- Removed@cumulus/errors@10.1.2(transitive)
- Removed@cumulus/logger@10.1.2(transitive)
- Removedis-typed-array@1.1.14(transitive)
- Removedmath-intrinsics@1.0.0(transitive)
- Removedwhich-typed-array@1.1.17(transitive)
Updated@cumulus/checksum@11.0.0
Updated@cumulus/errors@11.0.0
Updated@cumulus/logger@11.0.0