sqs-consumer 11.0.0 → 11.0.1

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 +2 -10
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,13 +1,5 @@
1
- ## [11.0.0](https://github.com/bbc/sqs-consumer/compare/v10.3.0...v11.0.0) (2024-07-10)
1
+ ## [11.0.1](https://github.com/bbc/sqs-consumer/compare/v11.0.0...v11.0.1) (2024-07-11)
2
2
 
3
3
  ### Chores
4
4
 
5
- * adding bun compatibility ([#505](https://github.com/bbc/sqs-consumer/issues/505)) ([b743f2d](https://github.com/bbc/sqs-consumer/commit/b743f2db20b66b1ba91a0ac0a2d5be3f09e6058b))
6
- * adding jsr publishing ([#504](https://github.com/bbc/sqs-consumer/issues/504)) ([913773b](https://github.com/bbc/sqs-consumer/commit/913773bdf4a3507bdd0eda9365dcdfe3454e7e54))
7
- * extend the branches that workflows run on ([18df66e](https://github.com/bbc/sqs-consumer/commit/18df66efa4a940e3b97de022686087f95b70e675))
8
- * only run publish after tests have completed ([58247e9](https://github.com/bbc/sqs-consumer/commit/58247e9fbd10a181930e51764175147b62ba8a3b))
9
- * try adjusting the workflow for beta publishing ([25bbb27](https://github.com/bbc/sqs-consumer/commit/25bbb27889836efc8d68abc3f37f750fb72b9841))
10
- * update conventional commits ([524db1c](https://github.com/bbc/sqs-consumer/commit/524db1c95f7cf43cda8aa2a40c61c1fb02e24297))
11
- * update npmignore ([b2b5b94](https://github.com/bbc/sqs-consumer/commit/b2b5b9455da75619edd47769fb06f3098d75e71e))
12
- * updating versions to the latest possible ([#501](https://github.com/bbc/sqs-consumer/issues/501)) ([66c1819](https://github.com/bbc/sqs-consumer/commit/66c1819d52bc73d36b7269185c213a0b1fb23e70))
13
- * updating sdk version ([59624e3](https://github.com/bbc/sqs-consumer/commit/59624e3871969c979a83c9c3c8afcbac3b31d4a3))
5
+ * upgrading aws sdk to ^3.614.0 ([#510](https://github.com/bbc/sqs-consumer/issues/510)) ([f8a739e](https://github.com/bbc/sqs-consumer/commit/f8a739eb4ad5829c00e4b54fec3e525a0034242b))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sqs-consumer",
3
- "version": "11.0.0",
3
+ "version": "11.0.1",
4
4
  "description": "Build SQS-based Node applications without the boilerplate",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/index.js",
@@ -177,11 +177,11 @@
177
177
  "typescript": "^5.5.2"
178
178
  },
179
179
  "dependencies": {
180
- "@aws-sdk/client-sqs": "^3.609.0",
180
+ "@aws-sdk/client-sqs": "^3.614.0",
181
181
  "debug": "^4.3.5"
182
182
  },
183
183
  "peerDependencies": {
184
- "@aws-sdk/client-sqs": "^3.609.0"
184
+ "@aws-sdk/client-sqs": "^3.614.0"
185
185
  },
186
186
  "mocha": {
187
187
  "extensions": [