@nestjs/throttler 1.2.1 → 2.0.0
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/README.md +5 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -31,9 +31,14 @@ For an overview of the community storage providers, see [Community Storage Provi
|
|
|
31
31
|
|
|
32
32
|
This package comes with a couple of goodies that should be mentioned, first is the `ThrottlerModule`.
|
|
33
33
|
|
|
34
|
+
## Versions
|
|
35
|
+
|
|
36
|
+
`@nestjs/throttler@^1` is compatible with Nest v7 while `@nestjs/throttler@^2` is compatible with Nest v7 and Nest v8, but it is suggested to be used with only v8 in case of breaking changes against v7 that are unseen.
|
|
37
|
+
|
|
34
38
|
## Table of Contents
|
|
35
39
|
|
|
36
40
|
- [Description](#description)
|
|
41
|
+
- [Versions](#versions)
|
|
37
42
|
- [Table of Contents](#table-of-contents)
|
|
38
43
|
- [Usage](#usage)
|
|
39
44
|
- [ThrottlerModule](#throttlermodule)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nestjs/throttler",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "A Rate-Limiting module for NestJS to work on Express, Fastify, Websockets, Socket.IO, and GraphQL, all rolled up into a simple package.",
|
|
5
5
|
"author": "Jay McDoniel <me@jaymcdoniel.dev>",
|
|
6
6
|
"contributors": [],
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@nestjs/schematics": "8.0.0",
|
|
62
62
|
"@nestjs/testing": "8.0.1",
|
|
63
63
|
"@nestjs/websockets": "8.0.1",
|
|
64
|
-
"@semantic-release/git": "
|
|
64
|
+
"@semantic-release/git": "9.0.0",
|
|
65
65
|
"@types/express": "4.17.13",
|
|
66
66
|
"@types/express-serve-static-core": "4.17.24",
|
|
67
67
|
"@types/jest": "26.0.24",
|