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/dist/filepond.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond 4.32.11
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://pqina.nl/', 'Powered by PQINA'], Type.ARRAY],
3908
+ credits: [['https://filepond.com', 'Powered by FilePond'], Type.ARRAY],
3909
3909
  };
3910
3910
 
3911
3911
  var getItemByQuery = function getItemByQuery(items, query) {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * FilePond 4.32.11
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
  */