sqs-consumer 14.2.1-canary.1 → 14.2.1-canary.2
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.
- package/CHANGELOG.md +6 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
|
-
## [14.2.1-canary.
|
|
1
|
+
## [14.2.1-canary.2](https://github.com/bbc/sqs-consumer/compare/v14.2.1-canary.1...v14.2.1-canary.2) (2025-12-15)
|
|
2
2
|
|
|
3
3
|
### Chores
|
|
4
4
|
|
|
5
|
-
*
|
|
5
|
+
* **deps-dev:** bump p-event from 7.0.0 to 7.0.1 ([#668](https://github.com/bbc/sqs-consumer/issues/668)) ([9a95442](https://github.com/bbc/sqs-consumer/commit/9a9544206ac0c2a1fc5f6512d7f84b2031b8f580))
|
|
6
|
+
* **deps:** bump actions/upload-artifact from 5.0.0 to 6.0.0 ([#671](https://github.com/bbc/sqs-consumer/issues/671)) ([cd8a729](https://github.com/bbc/sqs-consumer/commit/cd8a72903073ffdeabdcb620e93d9e3c2fce1a14))
|
|
7
|
+
* **deps:** bump dessant/lock-threads from 5.0.1 to 6.0.0 ([#670](https://github.com/bbc/sqs-consumer/issues/670)) ([42f4f81](https://github.com/bbc/sqs-consumer/commit/42f4f81798ef53b1beb0c744d66781228e9b3c07))
|
|
8
|
+
* **deps:** bump github/codeql-action from 4.31.7 to 4.31.8 ([#669](https://github.com/bbc/sqs-consumer/issues/669)) ([afdbb9f](https://github.com/bbc/sqs-consumer/commit/afdbb9fc35f15a8d80c54702e2219631f0b5fda0))
|
|
9
|
+
* **deps:** bump zgosalvez/github-actions-report-lcov ([#672](https://github.com/bbc/sqs-consumer/issues/672)) ([54d336a](https://github.com/bbc/sqs-consumer/commit/54d336ab360974e8d720164c6c994e6ed044473a))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sqs-consumer",
|
|
3
|
-
"version": "14.2.1-canary.
|
|
3
|
+
"version": "14.2.1-canary.2",
|
|
4
4
|
"description": "Build SQS-based Node applications without the boilerplate",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"eslint-config-eslint": "^13.0.0",
|
|
172
172
|
"jsr": "^0.13.5",
|
|
173
173
|
"mocha": "^11.7.4",
|
|
174
|
-
"p-event": "^7.0.
|
|
174
|
+
"p-event": "^7.0.1",
|
|
175
175
|
"prettier": "^3.6.2",
|
|
176
176
|
"semantic-release": "^25.0.2",
|
|
177
177
|
"sinon": "^21.0.0",
|