sqs-consumer 14.2.8-canary.2 → 14.2.8

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/.oxfmtrc.json ADDED
@@ -0,0 +1,4 @@
1
+ {
2
+ "$schema": "./node_modules/oxfmt/configuration_schema.json",
3
+ "ignorePatterns": ["CHANGELOG.md", "dist", ".github", "test/reports"]
4
+ }
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## [14.2.8](https://github.com/bbc/sqs-consumer/compare/v14.2.7...v14.2.8) (2026-04-19)
2
+
3
+ ### Chores
4
+
5
+ * add oxlint config ([7517312](https://github.com/bbc/sqs-consumer/commit/751731240940dd6d86af3475973190126224cffb))
6
+ * adding formatting config ([0d2e4a1](https://github.com/bbc/sqs-consumer/commit/0d2e4a1cb0b6aa326ce6531f9173f7ae3efadf2f))
7
+ * formatting ([be78a60](https://github.com/bbc/sqs-consumer/commit/be78a600641acc96cdc5ade614b5fef427bd489d))
8
+ * **release:** 14.2.8-canary.1 [skip ci] ([4c835a9](https://github.com/bbc/sqs-consumer/commit/4c835a9a9476e6df1237d62585b4b611ddbb43ae))
9
+ * **release:** 14.2.8-canary.2 [skip ci] ([180da65](https://github.com/bbc/sqs-consumer/commit/180da653502995e934ba23e72aa1a2b184345e6f))
10
+ * **release:** 14.2.8-canary.3 [skip ci] ([1545bd3](https://github.com/bbc/sqs-consumer/commit/1545bd3890542c04baf5df825f723186e2ed75fc))
11
+ * remove old package addition ([cfdeb8a](https://github.com/bbc/sqs-consumer/commit/cfdeb8a7c557751c05ac8298fa55d645fce5e698))
12
+ * update deps ([5764971](https://github.com/bbc/sqs-consumer/commit/576497154fa38a67247e6f08a56b203adca4c3e3))
13
+ * update keywords and release git updates ([3b05c04](https://github.com/bbc/sqs-consumer/commit/3b05c044f3c91899b319295a6c55a4d013c0ec3b))
14
+
15
+ ## [14.2.8-canary.3](https://github.com/bbc/sqs-consumer/compare/v14.2.8-canary.2...v14.2.8-canary.3) (2026-04-19)
16
+
17
+ ### Chores
18
+
19
+ * adding formatting config ([0d2e4a1](https://github.com/bbc/sqs-consumer/commit/0d2e4a1cb0b6aa326ce6531f9173f7ae3efadf2f))
20
+
1
21
  ## [14.2.8-canary.2](https://github.com/bbc/sqs-consumer/compare/v14.2.8-canary.1...v14.2.8-canary.2) (2026-04-19)
2
22
 
3
23
  ### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sqs-consumer",
3
- "version": "14.2.8-canary.2",
3
+ "version": "14.2.8",
4
4
  "description": "Build SQS-based Node applications without the boilerplate",
5
5
  "keywords": [
6
6
  "aws-sqs",
package/oxlint.config.ts DELETED
@@ -1,5 +0,0 @@
1
- import { defineConfig } from "oxlint";
2
-
3
- export default defineConfig({
4
- ignorePatterns: ["CHANGELOG.md", "dist", ".github", "test/reports"],
5
- });