mhz-helpers 1.0.87 → 1.0.89

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -945,7 +945,7 @@ function Jr(t) {
945
945
  return t.toString().length > 1 ? `${t}` : `0${t}`;
946
946
  }
947
947
  function Gr(t) {
948
- if (!t) return "-";
948
+ if (!t) return "0";
949
949
  const e = Math.floor(t / 60), n = t - e * 60;
950
950
  return `${e ? `${e} мин. ` : ""}${Jr(n)} сек.`;
951
951
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mhz-helpers",
3
3
  "description": "9000 Mhz frontend helpers and composables",
4
- "version": "1.0.87",
4
+ "version": "1.0.89",
5
5
  "author": "Alexandr Dergunov <dergunovs@mail.ru> (https://github.com/dergunovs)",
6
6
  "license": "MIT",
7
7
  "type": "module",
@@ -22,7 +22,7 @@
22
22
  "ts": "vue-tsc --noEmit"
23
23
  },
24
24
  "dependencies": {
25
- "@tanstack/vue-query": "5.64.1",
25
+ "@tanstack/vue-query": "5.64.2",
26
26
  "@vueuse/core": "12.4.0",
27
27
  "@vueuse/integrations": "12.4.0",
28
28
  "async-validator": "4.2.5",
@@ -32,25 +32,25 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "@eslint/js": "9.18.0",
35
- "@types/node": "22.10.6",
35
+ "@types/node": "22.10.7",
36
36
  "@vitejs/plugin-vue": "5.2.1",
37
37
  "eslint": "9.18.0",
38
38
  "eslint-config-prettier": "10.0.1",
39
39
  "eslint-import-resolver-typescript": "3.7.0",
40
40
  "eslint-plugin-import-x": "4.6.1",
41
- "eslint-plugin-prettier": "5.2.2",
41
+ "eslint-plugin-prettier": "5.2.3",
42
42
  "eslint-plugin-vue": "9.32.0",
43
43
  "globals": "15.14.0",
44
44
  "postcss-html": "1.8.0",
45
45
  "prettier": "3.4.2",
46
46
  "stylelint": "16.13.2",
47
- "stylelint-config-recess-order": "5.1.1",
47
+ "stylelint-config-recess-order": "6.0.0",
48
48
  "stylelint-config-recommended-scss": "14.1.0",
49
49
  "stylelint-config-recommended-vue": "1.5.0",
50
50
  "stylelint-prettier": "5.0.2",
51
51
  "typescript": "5.7.3",
52
- "typescript-eslint": "8.20.0",
53
- "vite": "6.0.7",
52
+ "typescript-eslint": "8.21.0",
53
+ "vite": "6.0.11",
54
54
  "vite-plugin-dts": "4.5.0",
55
55
  "vue-eslint-parser": "9.4.3",
56
56
  "vue-linters-config": "0.3.10",