@aws-sdk/middleware-sdk-sqs
Advanced tools
Comparing version 3.635.0 to 3.649.0
@@ -64,3 +64,6 @@ "use strict"; | ||
); | ||
resolvedEndpoint.url = queueUrlOrigin; | ||
context.endpointV2 = { | ||
...resolvedEndpoint, | ||
url: queueUrlOrigin | ||
}; | ||
} | ||
@@ -67,0 +70,0 @@ } catch (e) { |
@@ -21,3 +21,6 @@ import { NoOpLogger } from "@smithy/smithy-client"; | ||
Set [endpoint=string] or [useQueueUrlAsEndpoint=false] on the SQSClient.`); | ||
resolvedEndpoint.url = queueUrlOrigin; | ||
context.endpointV2 = { | ||
...resolvedEndpoint, | ||
url: queueUrlOrigin, | ||
}; | ||
} | ||
@@ -24,0 +27,0 @@ } |
{ | ||
"name": "@aws-sdk/middleware-sdk-sqs", | ||
"version": "3.635.0", | ||
"version": "3.649.0", | ||
"scripts": { | ||
@@ -24,5 +24,5 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"dependencies": { | ||
"@aws-sdk/types": "3.609.0", | ||
"@smithy/smithy-client": "^3.2.0", | ||
"@smithy/types": "^3.3.0", | ||
"@aws-sdk/types": "3.649.0", | ||
"@smithy/smithy-client": "^3.3.0", | ||
"@smithy/types": "^3.4.0", | ||
"@smithy/util-hex-encoding": "^3.0.0", | ||
@@ -29,0 +29,0 @@ "@smithy/util-utf8": "^3.0.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
32895
512
+ Added@aws-sdk/types@3.649.0(transitive)
- Removed@aws-sdk/types@3.609.0(transitive)
Updated@aws-sdk/types@3.649.0
Updated@smithy/smithy-client@^3.3.0
Updated@smithy/types@^3.4.0