Skip to content

Commit

Permalink
Bump version: 5.0.0-beta.4 -> 5.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Jun 10, 2021
1 parent 25d4d86 commit f1785e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 266 deletions.
5 changes: 2 additions & 3 deletions package.json
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. <io@octetstream.me>",
"license": "MIT",
"repository": "octet-stream/then-busboy",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down
Loading

0 comments on commit f1785e7

Please sign in to comment.