fastify-file-interceptor
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "fastify-file-interceptor", | ||
"version": "1.0.3", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"version": "1.0.4", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"description": "This library for Nestjs using FastifyAdapter it rely on library fastify-multer and express multer", | ||
@@ -33,3 +33,10 @@ "author": { | ||
"upload", | ||
"fastify file interceptor" | ||
"fastify file interceptor", | ||
"form", | ||
"post", | ||
"multipart", | ||
"form-data", | ||
"formdata", | ||
"fastify", | ||
"middleware" | ||
], | ||
@@ -36,0 +43,0 @@ "dependencies": { |
@@ -20,3 +20,3 @@ { | ||
}, | ||
"exclude": ["dist", "exmaple-fastify-file-interceptor"] | ||
"exclude": ["dist", "node_modules"] | ||
} |
44162
53
702