filepond 4.32.11 → 4.32.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/dist/filepond.css +1 -1
- package/dist/filepond.esm.js +2 -2
- package/dist/filepond.esm.min.js +2 -2
- package/dist/filepond.js +2 -2
- package/dist/filepond.min.css +1 -1
- package/dist/filepond.min.js +2 -2
- package/package.json +1 -1
package/dist/filepond.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* FilePond 4.32.
|
|
2
|
+
* FilePond 4.32.12
|
|
3
3
|
* Licensed under MIT, https://opensource.org/licenses/MIT/
|
|
4
4
|
* Please visit https://pqina.nl/filepond/ for details.
|
|
5
5
|
*/
|
|
@@ -3905,7 +3905,7 @@
|
|
|
3905
3905
|
files: [[], Type.ARRAY],
|
|
3906
3906
|
|
|
3907
3907
|
// show support by displaying credits
|
|
3908
|
-
credits: [['https://
|
|
3908
|
+
credits: [['https://filepond.com', 'Powered by FilePond'], Type.ARRAY],
|
|
3909
3909
|
};
|
|
3910
3910
|
|
|
3911
3911
|
var getItemByQuery = function getItemByQuery(items, query) {
|
package/dist/filepond.min.css
CHANGED