Skip to content

Commit

Permalink
Update depedencies; update README.md; update package version to 3.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
FlameWolf committed Jun 21, 2024
1 parent 635df3f commit 347455d
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 80 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ I guess this goes without saying, but you must register the plugin before regist

### Breaking changes from version 2

1. Formzilla 3.x requires Fastify version 4.8 or above. Use Formzilla 2.x with Fastify versions below 4.8.
1. Formzilla 2.x will not work with Fastify versions 4.8 and above. Use Formzilla 3.x with Fastify versions >= 4.8.

### Breaking changes from version 1

Expand Down
166 changes: 89 additions & 77 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
@@ -1,6 +1,6 @@
{
"name": "formzilla",
"version": "3.2.15",
"version": "3.2.16",
"description": "Fastify plugin for parsing multipart/form data",
"main": "index.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"license": "ISC",
"dependencies": {
"busboy": "^1.6.0",
"fastify": "^4.26.2"
"fastify": "^4.28.0"
},
"keywords": [
"fastify",
Expand Down

0 comments on commit 347455d

Please sign in to comment.