mhz-helpers 1.1.13 → 1.1.14
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/index.js +3 -3
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -1884,7 +1884,7 @@ function li(t, e) {
|
|
|
1884
1884
|
}
|
|
1885
1885
|
function Cn(t, e, n) {
|
|
1886
1886
|
let r = !ci(e);
|
|
1887
|
-
return t && r || n == !1 ? li(t, e) : e;
|
|
1887
|
+
return t && (r || n == !1) ? li(t, e) : e;
|
|
1888
1888
|
}
|
|
1889
1889
|
const jt = (t) => t instanceof U ? { ...t } : t;
|
|
1890
1890
|
function Z(t, e) {
|
|
@@ -2304,7 +2304,7 @@ function Bt(t) {
|
|
|
2304
2304
|
), r.response.headers = U.from(r.response.headers))), Promise.reject(r);
|
|
2305
2305
|
});
|
|
2306
2306
|
}
|
|
2307
|
-
const _n = "1.8.
|
|
2307
|
+
const _n = "1.8.4", Ue = {};
|
|
2308
2308
|
["object", "boolean", "number", "function", "string", "symbol"].forEach((t, e) => {
|
|
2309
2309
|
Ue[t] = function(r) {
|
|
2310
2310
|
return typeof r === t || "a" + (e < 1 ? "n " : " ") + t;
|
|
@@ -2745,7 +2745,7 @@ function pa(t) {
|
|
|
2745
2745
|
return t === null ? "" : `${t > 0 ? "+" : ""}${t}%`;
|
|
2746
2746
|
}
|
|
2747
2747
|
function ya(t, e) {
|
|
2748
|
-
return Math.round((t - e) /
|
|
2748
|
+
return Math.round((t - e) / e * 100) || 0;
|
|
2749
2749
|
}
|
|
2750
2750
|
var le = class {
|
|
2751
2751
|
constructor() {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mhz-helpers",
|
|
3
3
|
"description": "Mhz helpers and composables",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.14",
|
|
5
5
|
"author": "Alexandr Dergunov <dergunovs@mail.ru> (https://github.com/dergunovs)",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
@@ -24,23 +24,23 @@
|
|
|
24
24
|
"test:cov": "vitest run --coverage"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@tanstack/vue-query": "5.
|
|
27
|
+
"@tanstack/vue-query": "5.69.0",
|
|
28
28
|
"@vueuse/core": "12.8.2",
|
|
29
29
|
"@vueuse/integrations": "12.8.2",
|
|
30
30
|
"async-validator": "4.2.5",
|
|
31
|
-
"axios": "1.8.
|
|
31
|
+
"axios": "1.8.4",
|
|
32
32
|
"vue": "3.5.13",
|
|
33
33
|
"vue-router": "4.5.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@eslint/js": "9.22.0",
|
|
37
37
|
"@types/node": "22.13.10",
|
|
38
|
-
"@vitejs/plugin-vue": "5.2.
|
|
39
|
-
"@vitest/coverage-istanbul": "3.0.
|
|
38
|
+
"@vitejs/plugin-vue": "5.2.3",
|
|
39
|
+
"@vitest/coverage-istanbul": "3.0.9",
|
|
40
40
|
"eslint": "9.22.0",
|
|
41
41
|
"eslint-config-prettier": "10.1.1",
|
|
42
|
-
"eslint-import-resolver-typescript": "4.
|
|
43
|
-
"eslint-plugin-import-x": "4.
|
|
42
|
+
"eslint-import-resolver-typescript": "4.2.2",
|
|
43
|
+
"eslint-plugin-import-x": "4.9.1",
|
|
44
44
|
"eslint-plugin-prettier": "5.2.3",
|
|
45
45
|
"eslint-plugin-vue": "10.0.0",
|
|
46
46
|
"globals": "16.0.0",
|
|
@@ -53,10 +53,10 @@
|
|
|
53
53
|
"stylelint-config-recommended-vue": "1.6.0",
|
|
54
54
|
"stylelint-prettier": "5.0.3",
|
|
55
55
|
"typescript": "5.8.2",
|
|
56
|
-
"typescript-eslint": "8.
|
|
56
|
+
"typescript-eslint": "8.27.0",
|
|
57
57
|
"vite": "6.2.2",
|
|
58
58
|
"vite-plugin-dts": "4.5.1",
|
|
59
|
-
"vitest": "3.0.
|
|
59
|
+
"vitest": "3.0.9",
|
|
60
60
|
"vue-eslint-parser": "10.1.1",
|
|
61
61
|
"vue-linters-config": "0.3.12",
|
|
62
62
|
"vue-tsc": "2.2.8"
|