@nestjs/throttler 5.0.0 → 5.1.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/LICENSE +1 -1
- package/README.md +62 -9
- package/dist/throttler-module-options.interface.d.ts +7 -0
- package/dist/throttler.constants.d.ts +2 -0
- package/dist/throttler.constants.js +3 -1
- package/dist/throttler.constants.js.map +1 -1
- package/dist/throttler.decorator.d.ts +3 -1
- package/dist/throttler.decorator.js +6 -6
- package/dist/throttler.decorator.js.map +1 -1
- package/dist/throttler.guard.d.ts +3 -3
- package/dist/throttler.guard.js +17 -4
- package/dist/throttler.guard.js.map +1 -1
- package/dist/throttler.module.js.map +1 -1
- package/dist/throttler.service.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +40 -40
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nestjs/throttler",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.1.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": [],
|
|
@@ -28,56 +28,56 @@
|
|
|
28
28
|
"md5": "^2.2.1"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@apollo/server": "4.9.
|
|
32
|
-
"@changesets/cli": "2.
|
|
33
|
-
"@commitlint/cli": "
|
|
34
|
-
"@commitlint/config-angular": "
|
|
35
|
-
"@nestjs/cli": "10.1
|
|
36
|
-
"@nestjs/common": "10.2.
|
|
37
|
-
"@nestjs/core": "10.2.
|
|
38
|
-
"@nestjs/graphql": "12.0.
|
|
39
|
-
"@nestjs/platform-express": "10.2.
|
|
40
|
-
"@nestjs/platform-fastify": "10.2.
|
|
41
|
-
"@nestjs/platform-socket.io": "10.2.
|
|
42
|
-
"@nestjs/platform-ws": "10.2.
|
|
43
|
-
"@nestjs/schematics": "10.0.
|
|
44
|
-
"@nestjs/testing": "10.2.
|
|
45
|
-
"@nestjs/websockets": "10.2.
|
|
31
|
+
"@apollo/server": "4.9.5",
|
|
32
|
+
"@changesets/cli": "2.27.1",
|
|
33
|
+
"@commitlint/cli": "18.4.3",
|
|
34
|
+
"@commitlint/config-angular": "18.4.3",
|
|
35
|
+
"@nestjs/cli": "10.2.1",
|
|
36
|
+
"@nestjs/common": "10.2.10",
|
|
37
|
+
"@nestjs/core": "10.2.10",
|
|
38
|
+
"@nestjs/graphql": "12.0.11",
|
|
39
|
+
"@nestjs/platform-express": "10.2.10",
|
|
40
|
+
"@nestjs/platform-fastify": "10.2.10",
|
|
41
|
+
"@nestjs/platform-socket.io": "10.2.10",
|
|
42
|
+
"@nestjs/platform-ws": "10.2.10",
|
|
43
|
+
"@nestjs/schematics": "10.0.3",
|
|
44
|
+
"@nestjs/testing": "10.2.10",
|
|
45
|
+
"@nestjs/websockets": "10.2.10",
|
|
46
46
|
"@semantic-release/git": "10.0.1",
|
|
47
|
-
"@types/express": "4.17.
|
|
48
|
-
"@types/express-serve-static-core": "4.17.
|
|
49
|
-
"@types/jest": "29.5.
|
|
50
|
-
"@types/md5": "2.3.
|
|
51
|
-
"@types/node": "
|
|
52
|
-
"@types/supertest": "2.0.
|
|
53
|
-
"@typescript-eslint/eslint-plugin": "6.
|
|
54
|
-
"@typescript-eslint/parser": "6.
|
|
55
|
-
"apollo-server-fastify": "3.
|
|
56
|
-
"conventional-changelog-cli": "4.
|
|
47
|
+
"@types/express": "4.17.21",
|
|
48
|
+
"@types/express-serve-static-core": "4.17.41",
|
|
49
|
+
"@types/jest": "29.5.11",
|
|
50
|
+
"@types/md5": "2.3.5",
|
|
51
|
+
"@types/node": "20.10.4",
|
|
52
|
+
"@types/supertest": "2.0.16",
|
|
53
|
+
"@typescript-eslint/eslint-plugin": "6.13.2",
|
|
54
|
+
"@typescript-eslint/parser": "6.13.2",
|
|
55
|
+
"apollo-server-fastify": "3.13.0",
|
|
56
|
+
"conventional-changelog-cli": "4.1.0",
|
|
57
57
|
"cz-conventional-changelog": "3.3.0",
|
|
58
|
-
"eslint": "8.
|
|
59
|
-
"eslint-config-prettier": "9.
|
|
60
|
-
"eslint-plugin-import": "2.
|
|
61
|
-
"graphql": "16.8.
|
|
58
|
+
"eslint": "8.55.0",
|
|
59
|
+
"eslint-config-prettier": "9.1.0",
|
|
60
|
+
"eslint-plugin-import": "2.29.0",
|
|
61
|
+
"graphql": "16.8.1",
|
|
62
62
|
"graphql-tools": "9.0.0",
|
|
63
63
|
"husky": "8.0.3",
|
|
64
|
-
"jest": "29.
|
|
65
|
-
"lint-staged": "
|
|
66
|
-
"nodemon": "3.0.
|
|
64
|
+
"jest": "29.7.0",
|
|
65
|
+
"lint-staged": "15.2.0",
|
|
66
|
+
"nodemon": "3.0.2",
|
|
67
67
|
"pactum": "^3.4.1",
|
|
68
68
|
"pinst": "3.0.0",
|
|
69
|
-
"prettier": "3.0
|
|
70
|
-
"reflect-metadata": "0.1.
|
|
71
|
-
"rimraf": "5.0.
|
|
69
|
+
"prettier": "3.1.0",
|
|
70
|
+
"reflect-metadata": "0.1.14",
|
|
71
|
+
"rimraf": "5.0.5",
|
|
72
72
|
"rxjs": "7.8.1",
|
|
73
73
|
"socket.io": "4.7.2",
|
|
74
74
|
"supertest": "6.3.3",
|
|
75
75
|
"ts-jest": "29.1.1",
|
|
76
|
-
"ts-loader": "9.
|
|
77
|
-
"ts-node": "10.9.
|
|
76
|
+
"ts-loader": "9.5.1",
|
|
77
|
+
"ts-node": "10.9.2",
|
|
78
78
|
"tsconfig-paths": "4.2.0",
|
|
79
|
-
"typescript": "5.
|
|
80
|
-
"ws": "8.
|
|
79
|
+
"typescript": "5.3.3",
|
|
80
|
+
"ws": "8.14.2"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
83
|
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
|