node_modules ignore

This commit is contained in:
2025-05-08 23:43:47 +02:00
parent e19d52f172
commit 4574544c9f
65041 changed files with 10593536 additions and 0 deletions

54
server/node_modules/request-compose/CHANGELOG.md generated vendored Normal file
View File

@@ -0,0 +1,54 @@
# Change Log
## v2.1.6 (2022/12/22)
- **Change:** Update deps and docs
## v2.1.5 (2022/06/03)
- **Fix:** Type definitions for TypeScript
## v2.1.4 (2021/05/09)
- **Fix:** Type definitions for TypeScript
## v2.1.3 (2021/03/20)
- **Fix:** Type definitions for TypeScript
## v2.1.2 (2021/03/20)
- **Fix:** Better support for JavaScript bundlers
## v2.1.1 (2021/03/14)
- **New:** Type definitions for TypeScript
## v2.1.0 (2020/06/06)
- **New:** Support for sync `request-logs`
- **Fix:** Append request path when redirecting to non root relative path
## v2.0.0 (2020/04/06)
- **Change:** Drop support for Node 4 and 6
## v1.2.3 (2020/03/22)
- **Fix:** Do not append original request querystring on redirect
## v1.2.2 (2020/03/01)
- **Fix:** Support for `request-multipart` middleware
## v1.2.1 (2019/08/28)
- **Fix:** The `proxy` option to set host header
## v1.2.0 (2019/01/22)
- **New:** Added `proxy` option
## v1.1.1 (2019/01/04)
- **Fix:** The `extend` method to always return a compose copy
## v1.1.0 (2018/12/14)
- **Change:** The `buffer` composition now decodes gzipped bodies
## v1.0.0 (2018/09/21)
- Public API Freeze
## v0.0.19 (2018/07/10)
- Last development release
## v0.0.1 (2018/01/30)
- Initial release