sqs-consumer 14.2.1-canary.3 → 14.2.1-canary.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,6 @@
1
- ## [14.2.1-canary.3](https://github.com/bbc/sqs-consumer/compare/v14.2.1-canary.2...v14.2.1-canary.3) (2025-12-15)
1
+ ## [14.2.1-canary.4](https://github.com/bbc/sqs-consumer/compare/v14.2.1-canary.3...v14.2.1-canary.4) (2025-12-15)
2
2
 
3
3
  ### Chores
4
4
 
5
- * **deps-dev:** bump @semantic-release/github from 11.0.6 to 12.0.2 ([#666](https://github.com/bbc/sqs-consumer/issues/666)) ([51d8986](https://github.com/bbc/sqs-consumer/commit/51d8986d5b7086ae58651bce84f0d1afdcf9d2c1))
5
+ * **deps-dev:** bump @typescript-eslint/eslint-plugin ([#664](https://github.com/bbc/sqs-consumer/issues/664)) ([9072283](https://github.com/bbc/sqs-consumer/commit/907228325dd2202f99e585683365e11245fe528e))
6
+ * **deps:** bump @aws-sdk/client-sqs from 3.914.0 to 3.943.0 ([#665](https://github.com/bbc/sqs-consumer/issues/665)) ([3a1649c](https://github.com/bbc/sqs-consumer/commit/3a1649c31183cf304987b7a4e6fe612c269be9eb))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sqs-consumer",
3
- "version": "14.2.1-canary.3",
3
+ "version": "14.2.1-canary.4",
4
4
  "description": "Build SQS-based Node applications without the boilerplate",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/index.js",
@@ -162,7 +162,7 @@
162
162
  "@types/mocha": "^10.0.10",
163
163
  "@types/node": "^24.10.1",
164
164
  "@types/sinon": "^17.0.4",
165
- "@typescript-eslint/eslint-plugin": "^8.48.0",
165
+ "@typescript-eslint/eslint-plugin": "^8.48.1",
166
166
  "@typescript-eslint/parser": "^8.45.0",
167
167
  "c8": "^10.1.3",
168
168
  "chai": "^6.2.0",
@@ -181,11 +181,11 @@
181
181
  "typescript": "^5.9.3"
182
182
  },
183
183
  "dependencies": {
184
- "@aws-sdk/client-sqs": "^3.914.0",
184
+ "@aws-sdk/client-sqs": "^3.943.0",
185
185
  "debug": "^4.4.3"
186
186
  },
187
187
  "peerDependencies": {
188
- "@aws-sdk/client-sqs": "^3.914.0"
188
+ "@aws-sdk/client-sqs": "^3.943.0"
189
189
  },
190
190
  "mocha": {
191
191
  "extensions": [