Skip to content

Commit

Permalink
Refactor code; update package version to 3.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
FlameWolf committed May 6, 2024
1 parent 866c5c8 commit 9158481
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"use strict";

const { StreamStorage } = require("./StreamStorage");
const { FieldParserNoSchema } = require("./FieldParserNoSchema");
const { FieldParserWithSchema } = require("./FieldParserWithSchema");
const { FieldParserNoSchema } = require("./FieldParserNoSchema");
const busboy = require("busboy");
const { finished } = require("stream");

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "formzilla",
"version": "3.2.13",
"version": "3.2.14",
"description": "Fastify plugin for parsing multipart/form data",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9158481

Please sign in to comment.