iobroker.drag-indicator 2.3.0 → 2.4.0

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 BenAhrdt <bsahrdt@gmail.com>
3
+ Copyright (c) 2025 BenAhrdt <bsahrdt@gmail.com>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -21,6 +21,9 @@ e.g. you can use it for power or temperature values.
21
21
  Placeholder for the next version (at the beginning of the line):
22
22
  ### **WORK IN PROGRESS**
23
23
  -->
24
+ ### 2.4.0 (2025-02-22)
25
+ * (BenAhrdt) update admin adn js-controller dependencies
26
+
24
27
  ### 2.3.0 (2024-12-04)
25
28
  * (BenAhrdt) update eslint
26
29
 
@@ -94,7 +97,7 @@ e.g. you can use it for power or temperature values.
94
97
  ## License
95
98
  MIT License
96
99
 
97
- Copyright (c) 2024 BenAhrdt <bsahrdt@gmail.com>
100
+ Copyright (c) 2025 BenAhrdt <bsahrdt@gmail.com>
98
101
 
99
102
  Permission is hereby granted, free of charge, to any person obtaining a copy
100
103
  of this software and associated documentation files (the "Software"), to deal
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "drag-indicator",
4
- "version": "2.3.0",
4
+ "version": "2.4.0",
5
5
  "news": {
6
+ "2.4.0": {
7
+ "en": "update admin adn js-controller dependencies",
8
+ "de": "admin adn js-controller abhängigkeiten",
9
+ "ru": "обновление admin adn js-контроллер зависимостей",
10
+ "pt": "atualizar as dependências admin adn js-controller",
11
+ "nl": "admin adn js-controller afhankelijkheden bijwerken",
12
+ "fr": "mettre à jour les dépendances de l'administrateur adn js-controller",
13
+ "it": "aggiornamento admin adn js-controller dipendenze",
14
+ "es": "actualizar las dependencias adn js-controller",
15
+ "pl": "update admin adn js- controller dependences",
16
+ "uk": "оновлення залежності аденоблокатора адміністратора",
17
+ "zh-cn": "更新管理员adn js控制器依赖性"
18
+ },
6
19
  "2.3.0": {
7
20
  "en": "update eslint",
8
21
  "de": "update eslint",
@@ -80,19 +93,6 @@
80
93
  "pl": "Dokładna wartość do obserwowanych wartości (obserwuje się bardziej łatwo)",
81
94
  "uk": "Додати фактичне значення, щоб побачити значення (зберігати більше разів легко)",
82
95
  "zh-cn": "增加观察到价值的实际价值(更易于使用)"
83
- },
84
- "2.1.3": {
85
- "en": "translation for uk added",
86
- "de": "übersetzung für uk zusätzlich",
87
- "ru": "перевод для uk добавлен",
88
- "pt": "tradução para uk adicionado",
89
- "nl": "vertaling:",
90
- "fr": "traduction pour uk ajouté",
91
- "it": "traduzione per uk aggiunto",
92
- "es": "traducción para uk añadido",
93
- "pl": "tłumaczenie dla uk dodała",
94
- "uk": "переклад для uk додано",
95
- "zh-cn": "增 编"
96
96
  }
97
97
  },
98
98
  "titleLang": {
@@ -153,12 +153,12 @@
153
153
  "supportCustoms": true,
154
154
  "globalDependencies": [
155
155
  {
156
- "admin": ">=5.0.0"
156
+ "admin": ">=7.4.10"
157
157
  }
158
158
  ],
159
159
  "dependencies": [
160
160
  {
161
- "js-controller": ">=5.0.19"
161
+ "js-controller": ">=7.0.6"
162
162
  }
163
163
  ]
164
164
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.drag-indicator",
3
- "version": "2.3.0",
3
+ "version": "2.4.0",
4
4
  "description": "Shows the min and max of a selected value",
5
5
  "author": {
6
6
  "name": "BenAhrdt",
@@ -23,7 +23,7 @@
23
23
  "node": ">= 18"
24
24
  },
25
25
  "dependencies": {
26
- "@iobroker/adapter-core": "^3.2.2",
26
+ "@iobroker/adapter-core": "^3.2.3",
27
27
  "node-schedule": "^2.1.1"
28
28
  },
29
29
  "devDependencies": {
@@ -33,21 +33,21 @@
33
33
  "@alcalzone/release-script-plugin-manual-review": "^3.7.0",
34
34
  "@iobroker/adapter-dev": "^1.3.0",
35
35
  "@iobroker/eslint-config": "^1.0.0",
36
- "@iobroker/testing": "^5.0.0",
36
+ "@iobroker/testing": "^5.0.3",
37
37
  "@types/chai": "^4.3.11",
38
38
  "@types/chai-as-promised": "^8.0.1",
39
39
  "@types/mocha": "^10.0.10",
40
- "@types/node": "^22.10.1",
40
+ "@types/node": "^22.13.0",
41
41
  "@types/proxyquire": "^1.3.31",
42
42
  "@types/sinon": "^17.0.3",
43
43
  "@types/sinon-chai": "^3.2.12",
44
44
  "chai": "^4.5.0",
45
45
  "chai-as-promised": "^8.0.1",
46
- "mocha": "^10.8.2",
46
+ "mocha": "^11.1.0",
47
47
  "proxyquire": "^2.1.3",
48
48
  "sinon": "^19.0.2",
49
49
  "sinon-chai": "^3.7.0",
50
- "typescript": "~5.7.2"
50
+ "typescript": "~5.7.3"
51
51
  },
52
52
  "main": "main.js",
53
53
  "files": [