aws-sdk-wrap
Advanced tools
Comparing version 13.1.1 to 13.1.2
@@ -61,3 +61,3 @@ import assert from 'assert'; | ||
} | ||
if (opts.delaySeconds !== undefined) { | ||
if (opts.delaySeconds !== undefined && !(DELAY_SECONDS in msg)) { | ||
Object.defineProperty(msg, DELAY_SECONDS, { | ||
@@ -64,0 +64,0 @@ value: opts.delaySeconds, |
{ | ||
"name": "aws-sdk-wrap", | ||
"type": "module", | ||
"version": "13.1.1", | ||
"version": "13.1.2", | ||
"description": "Wrapper around aws-sdk", | ||
@@ -6,0 +6,0 @@ "main": "lib/index.js", |
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
98866