sqs-consumer
Advanced tools
Comparing version 11.4.0-canary.1 to 11.4.0-canary.2
@@ -1,5 +0,5 @@ | ||
## [11.4.0-canary.1](https://github.com/bbc/sqs-consumer/compare/v11.3.1-canary.1...v11.4.0-canary.1) (2025-01-04) | ||
## [11.4.0-canary.2](https://github.com/bbc/sqs-consumer/compare/v11.4.0-canary.1...v11.4.0-canary.2) (2025-01-08) | ||
### Features | ||
* adding the ability to pass a function to terminateVisibilityTimeout ([#553](https://github.com/bbc/sqs-consumer/issues/553)) ([62d12bc](https://github.com/bbc/sqs-consumer/commit/62d12bc58656b07e000e8101d19280a78260da7b)) | ||
* updating aws sdk to 3.723.0 ([#556](https://github.com/bbc/sqs-consumer/issues/556)) ([047e426](https://github.com/bbc/sqs-consumer/commit/047e4262bff505006c45aaf03c2b84afcb7c38d5)) |
{ | ||
"name": "sqs-consumer", | ||
"version": "11.4.0-canary.1", | ||
"version": "11.4.0-canary.2", | ||
"description": "Build SQS-based Node applications without the boilerplate", | ||
@@ -183,7 +183,7 @@ "type": "module", | ||
"dependencies": { | ||
"@aws-sdk/client-sqs": "^3.712.0", | ||
"@aws-sdk/client-sqs": "^3.723.0", | ||
"debug": "^4.4.0" | ||
}, | ||
"peerDependencies": { | ||
"@aws-sdk/client-sqs": "^3.712.0" | ||
"@aws-sdk/client-sqs": "^3.723.0" | ||
}, | ||
@@ -190,0 +190,0 @@ "mocha": { |
139116
Updated@aws-sdk/client-sqs@^3.723.0