sqs-consumer 11.0.1 → 11.0.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 +2 -2
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
## [11.0.
|
|
1
|
+
## [11.0.2](https://github.com/bbc/sqs-consumer/compare/v11.0.1...v11.0.2) (2024-08-16)
|
|
2
2
|
|
|
3
3
|
### Chores
|
|
4
4
|
|
|
5
|
-
*
|
|
5
|
+
* update dependencies ([#513](https://github.com/bbc/sqs-consumer/issues/513)) ([e74f41a](https://github.com/bbc/sqs-consumer/commit/e74f41a02a2ad06d27db4033a9cf5739a7c38f13))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sqs-consumer",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.2",
|
|
4
4
|
"description": "Build SQS-based Node applications without the boilerplate",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -145,43 +145,43 @@
|
|
|
145
145
|
]
|
|
146
146
|
},
|
|
147
147
|
"devDependencies": {
|
|
148
|
-
"@cucumber/cucumber": "^10.
|
|
149
|
-
"@sebbo2002/semantic-release-jsr": "^1.
|
|
148
|
+
"@cucumber/cucumber": "^10.9.0",
|
|
149
|
+
"@sebbo2002/semantic-release-jsr": "^1.1.0",
|
|
150
150
|
"@semantic-release/changelog": "^6.0.3",
|
|
151
151
|
"@semantic-release/commit-analyzer": "^13.0.0",
|
|
152
152
|
"@semantic-release/git": "^10.0.1",
|
|
153
|
-
"@semantic-release/github": "^10.
|
|
153
|
+
"@semantic-release/github": "^10.1.6",
|
|
154
154
|
"@semantic-release/npm": "^12.0.1",
|
|
155
155
|
"@semantic-release/release-notes-generator": "^14.0.1",
|
|
156
|
-
"@types/chai": "^4.3.
|
|
156
|
+
"@types/chai": "^4.3.17",
|
|
157
157
|
"@types/mocha": "^10.0.7",
|
|
158
|
-
"@types/node": "^
|
|
158
|
+
"@types/node": "^22.3.0",
|
|
159
159
|
"@types/sinon": "^17.0.3",
|
|
160
160
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
161
161
|
"@typescript-eslint/parser": "^5.62.0",
|
|
162
162
|
"c8": "^9.1.0",
|
|
163
|
-
"chai": "^
|
|
163
|
+
"chai": "^4.4.1",
|
|
164
164
|
"conventional-changelog-conventionalcommits": "^8.0.0",
|
|
165
165
|
"eslint": "^8.57.0",
|
|
166
166
|
"eslint-config-iplayer": "^9.2.0",
|
|
167
167
|
"eslint-config-prettier": "^9.1.0",
|
|
168
|
-
"jsr": "^0.
|
|
169
|
-
"mocha": "^10.
|
|
168
|
+
"jsr": "^0.13.1",
|
|
169
|
+
"mocha": "^10.7.3",
|
|
170
170
|
"p-event": "^6.0.1",
|
|
171
|
-
"prettier": "^3.3.
|
|
171
|
+
"prettier": "^3.3.3",
|
|
172
172
|
"semantic-release": "^24.0.0",
|
|
173
173
|
"sinon": "^18.0.0",
|
|
174
|
-
"sqs-producer": "^
|
|
174
|
+
"sqs-producer": "^6.0.0",
|
|
175
175
|
"ts-node": "^10.9.2",
|
|
176
176
|
"typedoc": "^0.26.3",
|
|
177
|
-
"typescript": "^5.5.
|
|
177
|
+
"typescript": "^5.5.4"
|
|
178
178
|
},
|
|
179
179
|
"dependencies": {
|
|
180
|
-
"@aws-sdk/client-sqs": "^3.
|
|
181
|
-
"debug": "^4.3.
|
|
180
|
+
"@aws-sdk/client-sqs": "^3.632.0",
|
|
181
|
+
"debug": "^4.3.6"
|
|
182
182
|
},
|
|
183
183
|
"peerDependencies": {
|
|
184
|
-
"@aws-sdk/client-sqs": "^3.
|
|
184
|
+
"@aws-sdk/client-sqs": "^3.632.0"
|
|
185
185
|
},
|
|
186
186
|
"mocha": {
|
|
187
187
|
"extensions": [
|