vuefinder 4.4.0 → 4.4.2

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/vuefinder.js CHANGED
@@ -234,7 +234,7 @@ function rn() {
234
234
  function Tn(n) {
235
235
  return n ? n === "simple" || n === "advanced" ? { ...En[n] } : { ...rn(), ...n } : rn();
236
236
  }
237
- const So = "4.4.0";
237
+ const So = "4.4.2";
238
238
  function Wt(n, e, t, s, a) {
239
239
  return e = Math, t = e.log, s = 1024, a = t(n) / t(s) | 0, (n / e.pow(s, a)).toFixed(0) + " " + (a ? "KMGTPEZY"[--a] + "iB" : "B");
240
240
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vuefinder",
3
- "version": "4.4.0",
3
+ "version": "4.4.2",
4
4
  "description": "A sleek, developer-friendly file manager for Vue — organize, preview, and manage files with ease.",
5
5
  "type": "module",
6
6
  "engines": {