graphql-upload
Advanced tools
Comparing version 8.0.3 to 8.0.4
# graphql-upload changelog | ||
## 8.0.4 | ||
### Patch | ||
- Updated the [`fs-capacitor`](https://npm.im/fs-capacitor) dependency to v2, fixing [#131](https://github.com/jaydenseric/graphql-upload/issues/131) via [#132](https://github.com/jaydenseric/graphql-upload/pull/132). | ||
## 8.0.3 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "graphql-upload", | ||
"version": "8.0.3", | ||
"version": "8.0.4", | ||
"description": "Middleware and an Upload scalar to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers.", | ||
@@ -40,3 +40,3 @@ "license": "MIT", | ||
"busboy": "^0.3.0", | ||
"fs-capacitor": "^1.0.0", | ||
"fs-capacitor": "^2.0.0", | ||
"http-errors": "^1.7.1", | ||
@@ -43,0 +43,0 @@ "object-path": "^0.11.4" |
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
51837
+ Addedfs-capacitor@2.0.4(transitive)
- Removedfs-capacitor@1.0.1(transitive)
Updatedfs-capacitor@^2.0.0