vue-filepond
Advanced tools
Comparing version 6.0.0 to 6.0.1
# Changelog | ||
## 6.0.1 | ||
- Fix TypeScript issue with `vueFilePond()` call | ||
## 6.0.0 | ||
- Add TypeScript Types | ||
## 5.1.3 | ||
@@ -4,0 +14,0 @@ |
/*! | ||
* vue-filepond v6.0.0 | ||
* vue-filepond v6.0.1 | ||
* A handy FilePond adapter component for Vue | ||
* | ||
* Copyright (c) 2019 PQINA | ||
* Copyright (c) 2020 PQINA | ||
* https://pqina.nl/filepond | ||
@@ -7,0 +7,0 @@ * |
/*! | ||
* vue-filepond v6.0.0 | ||
* vue-filepond v6.0.1 | ||
* A handy FilePond adapter component for Vue | ||
* | ||
* Copyright (c) 2019 PQINA | ||
* Copyright (c) 2020 PQINA | ||
* https://pqina.nl/filepond | ||
@@ -7,0 +7,0 @@ * |
/*! | ||
* vue-filepond v6.0.0 | ||
* vue-filepond v6.0.1 | ||
* A handy FilePond adapter component for Vue | ||
* | ||
* Copyright (c) 2019 PQINA | ||
* Copyright (c) 2020 PQINA | ||
* https://pqina.nl/filepond | ||
@@ -7,0 +7,0 @@ * |
{ | ||
"name": "vue-filepond", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "A handy FilePond adapter component for Vue", | ||
@@ -5,0 +5,0 @@ "homepage": "https://pqina.nl/filepond", |
@@ -28,4 +28,4 @@ // TypeScript Version: 3.6 | ||
declare const VueFilePond: (plugins?: any[]) => ComponentOptions<any, VueFilePondInstanceMethods, any, VueFilepondProps> | ||
declare const VueFilePond: (plugins?: any) => ComponentOptions<any, VueFilePondInstanceMethods, any, VueFilepondProps> | ||
export default VueFilePond; | ||
export default VueFilePond; |
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
24887
379