You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ Add the most common Express middlewares to your Nest app with one line.
4
4
5
5
## System Requirements
6
6
This packages requires the following:
7
-
- Node.JS 12.0.0 or later
8
-
-@nestjs/core and @nestjs/common9.0.0 or later
7
+
- Node.JS 18.0.0 or later
8
+
-@nestjs/core and @nestjs/common10.0.0 or later
9
9
10
10
## Adding Middlewares
11
-
Please do not open issues asking to support a middleware – I've tried to make this project really easy to implement and extend. See [CONTRIBUTING.md](CONTRIBUTING.md) for more information on how to create a new middleware, and I'll merge and release it if it meets the contributing guidelines. Thank you for your contribution.
11
+
If you want to see a middleware added, I welcome contributions (or you can hire me). I've tried to make this project really easy to extend and hope we can build a resource for the Nest community together. See [CONTRIBUTING.md](CONTRIBUTING.md) for more information on how to create a new middleware. I'll merge and release it if it meets the contributing guidelines. Thank you for your contribution.
12
12
13
13
## Usage
14
14
Take the name of your favorite Express middleware and prefix it with `@nest-middlewares/`.
0 commit comments