vuefinder 4.4.1 → 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.css +1 -1
- package/dist/vuefinder.js +1 -1
- package/package.json +1 -1
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.
|
|
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
|
}
|