Comparing version 4.9.4 to 4.9.5
# Changelog | ||
## 4.9.5 | ||
- Fix issue with error format in TypeScript types | ||
## 4.9.4 | ||
- Fix problem with API querystring containing multiple quetionmarks. | ||
- Fix problem with API querystring containing multiple questionmarks. | ||
@@ -7,0 +12,0 @@ |
{ | ||
"name": "filepond", | ||
"version": "4.9.4", | ||
"version": "4.9.5", | ||
"description": "FilePond, Where files go to stretch their bits.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -454,4 +454,5 @@ // Based on definitions by Zach Posten for React-Filepond <https://github.com/zposten> | ||
interface FilePondErrorDescription { | ||
main: string; | ||
sub: string; | ||
type: string; | ||
code: number; | ||
body: string; | ||
} | ||
@@ -458,0 +459,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
893969
21400