mhz-helpers 1.3.8 → 1.3.9
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/api/index.js +1 -1
- package/dist/query/index.js +0 -16
- package/package.json +13 -13
package/dist/api/index.js
CHANGED
|
@@ -1395,7 +1395,7 @@ function $e(e) {
|
|
|
1395
1395
|
), r.response.headers = T.from(r.response.headers))), Promise.reject(r);
|
|
1396
1396
|
});
|
|
1397
1397
|
}
|
|
1398
|
-
const ft = "1.13.
|
|
1398
|
+
const ft = "1.13.2", ae = {};
|
|
1399
1399
|
["object", "boolean", "number", "function", "string", "symbol"].forEach((e, t) => {
|
|
1400
1400
|
ae[e] = function(r) {
|
|
1401
1401
|
return typeof r === e || "a" + (t < 1 ? "n " : " ") + e;
|
package/dist/query/index.js
CHANGED
|
@@ -2048,16 +2048,6 @@ function qt(e, t) {
|
|
|
2048
2048
|
}), a && t(a.proxiedTarget);
|
|
2049
2049
|
}
|
|
2050
2050
|
}
|
|
2051
|
-
/**
|
|
2052
|
-
* match-sorter-utils
|
|
2053
|
-
*
|
|
2054
|
-
* Copyright (c) TanStack
|
|
2055
|
-
*
|
|
2056
|
-
* This source code is licensed under the MIT license found in the
|
|
2057
|
-
* LICENSE.md file in the root directory of this source tree.
|
|
2058
|
-
*
|
|
2059
|
-
* @license MIT
|
|
2060
|
-
*/
|
|
2061
2051
|
const Be = {
|
|
2062
2052
|
À: "A",
|
|
2063
2053
|
Á: "A",
|
|
@@ -2462,12 +2452,6 @@ const Be = {
|
|
|
2462
2452
|
function xt(e) {
|
|
2463
2453
|
return e.replace(kt, (t) => Be[t]);
|
|
2464
2454
|
}
|
|
2465
|
-
/**
|
|
2466
|
-
* @name match-sorter
|
|
2467
|
-
* @license MIT license.
|
|
2468
|
-
* @copyright (c) 2099 Kent C. Dodds
|
|
2469
|
-
* @author Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)
|
|
2470
|
-
*/
|
|
2471
2455
|
const S = {
|
|
2472
2456
|
CASE_SENSITIVE_EQUAL: 7,
|
|
2473
2457
|
EQUAL: 6,
|
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.3.
|
|
4
|
+
"version": "1.3.9",
|
|
5
5
|
"author": "Alexandr Dergunov <dergunovs@mail.ru> (https://github.com/dergunovs)",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
@@ -24,20 +24,20 @@
|
|
|
24
24
|
"test:cov": "vitest run --coverage"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@tanstack/vue-query": "5.90.
|
|
27
|
+
"@tanstack/vue-query": "5.90.7",
|
|
28
28
|
"@vueuse/core": "14.0.0",
|
|
29
29
|
"@vueuse/integrations": "14.0.0",
|
|
30
30
|
"async-validator": "4.2.5",
|
|
31
|
-
"axios": "1.13.
|
|
32
|
-
"vue": "3.5.
|
|
31
|
+
"axios": "1.13.2",
|
|
32
|
+
"vue": "3.5.23",
|
|
33
33
|
"vue-router": "4.6.3"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@eslint/js": "9.
|
|
37
|
-
"@types/node": "24.
|
|
36
|
+
"@eslint/js": "9.39.1",
|
|
37
|
+
"@types/node": "24.10.0",
|
|
38
38
|
"@vitejs/plugin-vue": "6.0.1",
|
|
39
|
-
"@vitest/coverage-v8": "4.0.
|
|
40
|
-
"eslint": "9.
|
|
39
|
+
"@vitest/coverage-v8": "4.0.7",
|
|
40
|
+
"eslint": "9.39.1",
|
|
41
41
|
"eslint-config-prettier": "10.1.8",
|
|
42
42
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
43
43
|
"eslint-plugin-import-x": "4.16.1",
|
|
@@ -56,16 +56,16 @@
|
|
|
56
56
|
"stylelint-order": "7.0.0",
|
|
57
57
|
"stylelint-prettier": "5.0.3",
|
|
58
58
|
"typescript": "5.9.3",
|
|
59
|
-
"typescript-eslint": "8.46.
|
|
60
|
-
"vite": "7.1
|
|
59
|
+
"typescript-eslint": "8.46.3",
|
|
60
|
+
"vite": "7.2.1",
|
|
61
61
|
"vite-plugin-dts": "4.5.4",
|
|
62
|
-
"vitest": "4.0.
|
|
62
|
+
"vitest": "4.0.7",
|
|
63
63
|
"vue-eslint-parser": "10.2.0",
|
|
64
64
|
"vue-linters-config": "0.5.4",
|
|
65
|
-
"vue-tsc": "3.1.
|
|
65
|
+
"vue-tsc": "3.1.3"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
|
-
"vue": "3.5.
|
|
68
|
+
"vue": "3.5.23",
|
|
69
69
|
"vue-router": "4.6.3"
|
|
70
70
|
},
|
|
71
71
|
"engines": {
|