Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/braces-3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eugef committed Aug 10, 2024
2 parents a7b21b8 + fa98050 commit 1f7fb3b
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 19 deletions.
14 changes: 14 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v 1.15.1

- Allowing @types/node v22 [Issue #305][305].

[305]: https://github.com/eugef/node-mocks-http/pull/305

## v 1.15.0

- Add to write() and end() support of TypedArray [Issue #300][300].
- Fix: return empty string when send() was called with undefined [Issue #298][298].

[300]: https://github.com/eugef/node-mocks-http/pull/300
[298]: https://github.com/eugef/node-mocks-http/pull/298

## v 1.14.1

- Move express and node types to prod deps [Issue #290][290].
Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Howard Abrams <howard.abrams@gmail.com> (http://github.com/howardabrams)",
"name": "node-mocks-http",
"description": "Mock 'http' objects for testing Express, Next.js and Koa routing functions",
"version": "1.14.1",
"version": "1.15.1",
"homepage": "https://github.com/eugef/node-mocks-http",
"bugs": {
"url": "https://github.com/eugef/node-mocks-http/issues"
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.10.6",
"@types/node": "*",
"accepts": "^1.3.7",
"content-disposition": "^0.5.3",
"depd": "^1.1.0",
Expand Down

0 comments on commit 1f7fb3b

Please sign in to comment.