sqs-producer 6.0.0 → 6.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.
- package/CHANGELOG.md +2 -5
- package/README.md +0 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
## [6.0.
|
|
1
|
+
## [6.0.1](https://github.com/bbc/sqs-producer/compare/v6.0.0...v6.0.1) (2024-10-01)
|
|
2
2
|
|
|
3
3
|
### Chores
|
|
4
4
|
|
|
5
|
-
*
|
|
6
|
-
* **release:** updating package version ([e8edc53](https://github.com/bbc/sqs-producer/commit/e8edc534bfd872bf9816de19e781d8c799019e27))
|
|
7
|
-
* updating dependencies ([#109](https://github.com/bbc/sqs-producer/issues/109)) ([875854d](https://github.com/bbc/sqs-producer/commit/875854de30c25a6ed8435c221aae0938c55d1a4c))
|
|
8
|
-
* updating dependencies ([#110](https://github.com/bbc/sqs-producer/issues/110)) ([c5fd34d](https://github.com/bbc/sqs-producer/commit/c5fd34db9cbb9ae087a65c3391ea6f8184c8c2b6))
|
|
5
|
+
* removing aws sdk v2 note ([#112](https://github.com/bbc/sqs-producer/issues/112)) ([edd4796](https://github.com/bbc/sqs-producer/commit/edd4796d2624afdc52988f31f79444bd03dd85e8))
|
package/README.md
CHANGED
|
@@ -15,13 +15,6 @@ To install this package, enter the following command into your terminal (or the
|
|
|
15
15
|
npm install sqs-producer
|
|
16
16
|
```
|
|
17
17
|
|
|
18
|
-
> **Note**
|
|
19
|
-
> This library assumes you are using [AWS SDK v3](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sqs/index.html). If you are using v2, please install v2.2.0:
|
|
20
|
-
>
|
|
21
|
-
> ```bash
|
|
22
|
-
> npm install sqs-producer@2.2.0 --save-dev
|
|
23
|
-
> ```
|
|
24
|
-
|
|
25
18
|
### Node Version
|
|
26
19
|
|
|
27
20
|
We will only support Node versions that are actively or security supported by the Node team. If you are still using an Node 14, please use a version of this library before the v3.2.1 release, if you are using Node 16, please use a version before the v3.3.0 release.
|