diff --git a/index.js b/index.js index a21b669..0e84de1 100644 --- a/index.js +++ b/index.js @@ -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"); diff --git a/package-lock.json b/package-lock.json index ce37d34..72fa16a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "formzilla", - "version": "3.2.13", + "version": "3.2.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "formzilla", - "version": "3.2.13", + "version": "3.2.14", "license": "ISC", "dependencies": { "busboy": "^1.6.0", diff --git a/package.json b/package.json index 9f4907f..119b6d8 100644 --- a/package.json +++ b/package.json @@ -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": {