iobroker.alarm 3.7.4 → 3.7.6
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/README.md +6 -6
- package/admin/alarm.png +0 -0
- package/io-package.json +27 -20
- package/package.json +9 -19
package/README.md
CHANGED
|
@@ -29,6 +29,12 @@
|
|
|
29
29
|
Placeholder for the next version (at the beginning of the line):
|
|
30
30
|
### **WORK IN PROGRESS**
|
|
31
31
|
-->
|
|
32
|
+
### 3.7.6 (2025-10-26)
|
|
33
|
+
* (misanorot) update npm progress
|
|
34
|
+
|
|
35
|
+
### 3.7.5 (2025-10-12)
|
|
36
|
+
* (misanorot) update packages
|
|
37
|
+
|
|
32
38
|
### 3.7.4 (2025-08-17)
|
|
33
39
|
* (misanorot) update packages
|
|
34
40
|
|
|
@@ -38,12 +44,6 @@
|
|
|
38
44
|
### 3.6.8 (2025-01-08)
|
|
39
45
|
* (misanorot) protect password
|
|
40
46
|
|
|
41
|
-
### 3.6.7 (2024-12-18)
|
|
42
|
-
* (misanorot) ESlint 9 #267
|
|
43
|
-
|
|
44
|
-
### 3.6.5 (2024-12-15)
|
|
45
|
-
* (misanorot) fixed Firefox scrolling issue #266
|
|
46
|
-
|
|
47
47
|
## License
|
|
48
48
|
MIT License
|
|
49
49
|
|
package/admin/alarm.png
CHANGED
|
Binary file
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "alarm",
|
|
4
|
-
"version": "3.7.
|
|
4
|
+
"version": "3.7.6",
|
|
5
5
|
"news": {
|
|
6
|
+
"3.7.6": {
|
|
7
|
+
"en": "update npm progress",
|
|
8
|
+
"de": "aktualisierung npm fortschritt",
|
|
9
|
+
"ru": "обновление npm",
|
|
10
|
+
"pt": "atualizar o progresso do npm",
|
|
11
|
+
"nl": "npm-voortgang bijwerken",
|
|
12
|
+
"fr": "mise à jour des progrès de npm",
|
|
13
|
+
"it": "aggiornamento npm",
|
|
14
|
+
"es": "actualización npm progreso",
|
|
15
|
+
"pl": "aktualizacja postępu npm",
|
|
16
|
+
"uk": "оновлення npm прогрес",
|
|
17
|
+
"zh-cn": "更新 npm 进度"
|
|
18
|
+
},
|
|
19
|
+
"3.7.5": {
|
|
20
|
+
"en": "update packages",
|
|
21
|
+
"de": "update-pakete",
|
|
22
|
+
"ru": "обновление пакетов",
|
|
23
|
+
"pt": "atualizar pacotes",
|
|
24
|
+
"nl": "pakketten bijwerken",
|
|
25
|
+
"fr": "mettre à jour les paquets",
|
|
26
|
+
"it": "pacchetti di aggiornamento",
|
|
27
|
+
"es": "actualizar paquetes",
|
|
28
|
+
"pl": "aktualizacja pakietów",
|
|
29
|
+
"uk": "оновлення пакетів",
|
|
30
|
+
"zh-cn": "更新软件包"
|
|
31
|
+
},
|
|
6
32
|
"3.7.4": {
|
|
7
33
|
"en": "update packages",
|
|
8
34
|
"de": "update-pakete",
|
|
@@ -67,19 +93,6 @@
|
|
|
67
93
|
"pl": "stały problem przewijania Firefox # 266",
|
|
68
94
|
"uk": "виправлено помилку Firefox #266",
|
|
69
95
|
"zh-cn": "固定 Firefox 滚动问题# 266"
|
|
70
|
-
},
|
|
71
|
-
"3.6.4": {
|
|
72
|
-
"en": "fixed issue #256 responsive design",
|
|
73
|
-
"de": "fixe ausgabe #256 responsive design",
|
|
74
|
-
"ru": "фиксированный выпуск #256 отзывчивый дизайн",
|
|
75
|
-
"pt": "problema fixo #256 design responsivo",
|
|
76
|
-
"nl": "vast probleem #256 responsief ontwerp",
|
|
77
|
-
"fr": "problème fixe n°256",
|
|
78
|
-
"it": "problema fisso #256 responsive design",
|
|
79
|
-
"es": "edición fija #256 diseño sensible",
|
|
80
|
-
"pl": "stałe wydanie # 256 reagujący projekt",
|
|
81
|
-
"uk": "виправлено проблему #256 адаптивний дизайн",
|
|
82
|
-
"zh-cn": "256号响应设计"
|
|
83
96
|
}
|
|
84
97
|
},
|
|
85
98
|
"titleLang": {
|
|
@@ -144,12 +157,6 @@
|
|
|
144
157
|
{
|
|
145
158
|
"admin": ">=7.6.17"
|
|
146
159
|
}
|
|
147
|
-
],
|
|
148
|
-
"protectedNative": [
|
|
149
|
-
"password"
|
|
150
|
-
],
|
|
151
|
-
"encryptedNative": [
|
|
152
|
-
"password"
|
|
153
160
|
]
|
|
154
161
|
},
|
|
155
162
|
"protectedNative": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.alarm",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.6",
|
|
4
4
|
"description": "Your own lttle alarm system",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "misanorot",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"node": ">= 20"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@iobroker/adapter-core": "^3.3.
|
|
25
|
+
"@iobroker/adapter-core": "^3.3.2",
|
|
26
26
|
"node-schedule": "^2.1.1",
|
|
27
27
|
"suncalc2": "^1.8.1"
|
|
28
28
|
},
|
|
@@ -31,26 +31,16 @@
|
|
|
31
31
|
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
|
|
32
32
|
"@alcalzone/release-script-plugin-license": "^3.7.0",
|
|
33
33
|
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
|
|
34
|
-
"@iobroker/adapter-dev": "^1.
|
|
35
|
-
"@iobroker/eslint-config": "^2.0
|
|
36
|
-
"@iobroker/testing": "^5.
|
|
37
|
-
"@tsconfig/node16": "^16.1.
|
|
38
|
-
"@types/chai": "^5.2.2",
|
|
39
|
-
"@types/chai-as-promised": "^8.0.2",
|
|
40
|
-
"@types/mocha": "^10.0.10",
|
|
34
|
+
"@iobroker/adapter-dev": "^1.5.0",
|
|
35
|
+
"@iobroker/eslint-config": "^2.2.0",
|
|
36
|
+
"@iobroker/testing": "^5.1.1",
|
|
37
|
+
"@tsconfig/node16": "^16.1.5",
|
|
41
38
|
"@types/node": "^24.0.8",
|
|
42
39
|
"@types/proxyquire": "^1.3.31",
|
|
43
|
-
"@
|
|
44
|
-
"@
|
|
45
|
-
"@typescript-eslint/eslint-plugin": "^8.39.1",
|
|
46
|
-
"@typescript-eslint/parser": "^8.39.1",
|
|
47
|
-
"chai": "^5.2.0",
|
|
48
|
-
"chai-as-promised": "^8.0.1",
|
|
49
|
-
"mocha": "^11.7.1",
|
|
40
|
+
"@typescript-eslint/eslint-plugin": "^8.45.0",
|
|
41
|
+
"@typescript-eslint/parser": "^8.45.0",
|
|
50
42
|
"proxyquire": "^2.1.3",
|
|
51
|
-
"
|
|
52
|
-
"sinon-chai": "^4.0.0",
|
|
53
|
-
"typescript": "~5.8.3"
|
|
43
|
+
"typescript": "~5.9.2"
|
|
54
44
|
},
|
|
55
45
|
"main": "main.js",
|
|
56
46
|
"files": [
|