nestjs-form-data
Advanced tools
Comparing version 1.7.0 to 1.7.1
{ | ||
"name": "nestjs-form-data", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "NestJS middleware for handling multipart/form-data, which is primarily used for uploading files", | ||
@@ -13,3 +13,3 @@ "main": "dist/index", | ||
"build": "rimraf dist && tsc", | ||
"prepublish": "npm run build", | ||
"prepublish": "npm run test:e2e && npm run build", | ||
"test:e2e": "jest --config ./test/jest-e2e.json" | ||
@@ -16,0 +16,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67379