-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version: 5.0.0-beta.4 -> 5.0.0-beta.5
- Loading branch information
1 parent
25d4d86
commit f1785e7
Showing
2 changed files
with
7 additions
and
266 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "then-busboy", | ||
"description": "Promise-based wrapper around Busboy. Processes multipart/form-data content and returns it as a single object.", | ||
"version": "5.0.0-beta.4", | ||
"version": "5.0.0-beta.5", | ||
"author": "Nick K. <[email protected]>", | ||
"license": "MIT", | ||
"repository": "octet-stream/then-busboy", | ||
|
@@ -42,7 +42,7 @@ | |
}, | ||
"dependencies": { | ||
"busboy": "0.3.1", | ||
"formdata-node": "3.5.2", | ||
"formdata-node": "3.5.3", | ||
"http-errors": "1.8.0", | ||
"lodash.merge": "4.6.2", | ||
"nanoid": "3.1.23", | ||
|
@@ -76,7 +76,6 @@ | |
"sinon": "11.1.1", | ||
"supertest": "6.1.3", | ||
"ts-node": "10.0.0", | ||
"tsd": "0.14.0", | ||
"ttypescript": "1.5.12", | ||
"typed-emitter": "1.3.1", | ||
"typescript": "4.3.2" | ||
|
Oops, something went wrong.