iobroker.alarm 3.7.6 → 3.7.7
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 +1 -1
- package/README.md +4 -4
- package/io-package.json +15 -15
- package/package.json +11 -11
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2019-
|
|
3
|
+
Copyright (c) 2019-2026 misanorot <audi16v@gmx.de>
|
|
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
|
@@ -29,6 +29,9 @@
|
|
|
29
29
|
Placeholder for the next version (at the beginning of the line):
|
|
30
30
|
### **WORK IN PROGRESS**
|
|
31
31
|
-->
|
|
32
|
+
### 3.7.7 (2026-03-15)
|
|
33
|
+
* (misanorot) update packages
|
|
34
|
+
|
|
32
35
|
### 3.7.6 (2025-10-26)
|
|
33
36
|
* (misanorot) update npm progress
|
|
34
37
|
|
|
@@ -41,10 +44,7 @@
|
|
|
41
44
|
### 3.7.0 (2025-05-03)
|
|
42
45
|
* (misanorot) node 20 require
|
|
43
46
|
|
|
44
|
-
### 3.6.8 (2025-01-08)
|
|
45
|
-
* (misanorot) protect password
|
|
46
|
-
|
|
47
47
|
## License
|
|
48
48
|
MIT License
|
|
49
49
|
|
|
50
|
-
Copyright (c) 2019-
|
|
50
|
+
Copyright (c) 2019-2026 misanorot <audi16v@gmx.de>
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "alarm",
|
|
4
|
-
"version": "3.7.
|
|
4
|
+
"version": "3.7.7",
|
|
5
5
|
"news": {
|
|
6
|
+
"3.7.7": {
|
|
7
|
+
"en": "update packages",
|
|
8
|
+
"de": "update-pakete",
|
|
9
|
+
"ru": "обновление пакетов",
|
|
10
|
+
"pt": "atualizar pacotes",
|
|
11
|
+
"nl": "pakketten bijwerken",
|
|
12
|
+
"fr": "mettre à jour les paquets",
|
|
13
|
+
"it": "pacchetti di aggiornamento",
|
|
14
|
+
"es": "actualizar paquetes",
|
|
15
|
+
"pl": "aktualizacja pakietów",
|
|
16
|
+
"uk": "оновлення пакетів",
|
|
17
|
+
"zh-cn": "更新软件包"
|
|
18
|
+
},
|
|
6
19
|
"3.7.6": {
|
|
7
20
|
"en": "update npm progress",
|
|
8
21
|
"de": "aktualisierung npm fortschritt",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "ESlint 9 # 267",
|
|
81
94
|
"uk": "ESlint 9 #267",
|
|
82
95
|
"zh-cn": "ESlint 9 # 267 (英语)"
|
|
83
|
-
},
|
|
84
|
-
"3.6.5": {
|
|
85
|
-
"en": "fixed Firefox scrolling issue #266",
|
|
86
|
-
"de": "fix Firefox Scrolling Ausgabe #266",
|
|
87
|
-
"ru": "#266",
|
|
88
|
-
"pt": "corrigido o problema de rolagem do Firefox #266",
|
|
89
|
-
"nl": "vast Firefox scrollen probleem #266",
|
|
90
|
-
"fr": "correction Firefox défilement problème #266",
|
|
91
|
-
"it": "risolto Firefox problema di scorrimento #266",
|
|
92
|
-
"es": "edición fija de desplazamiento de Firefox #266",
|
|
93
|
-
"pl": "stały problem przewijania Firefox # 266",
|
|
94
|
-
"uk": "виправлено помилку Firefox #266",
|
|
95
|
-
"zh-cn": "固定 Firefox 滚动问题# 266"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
],
|
|
156
156
|
"globalDependencies": [
|
|
157
157
|
{
|
|
158
|
-
"admin": ">=7.6.
|
|
158
|
+
"admin": ">=7.6.20"
|
|
159
159
|
}
|
|
160
160
|
]
|
|
161
161
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.alarm",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.7",
|
|
4
4
|
"description": "Your own lttle alarm system",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "misanorot",
|
|
@@ -27,20 +27,20 @@
|
|
|
27
27
|
"suncalc2": "^1.8.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@alcalzone/release-script": "^
|
|
31
|
-
"@alcalzone/release-script-plugin-iobroker": "^
|
|
32
|
-
"@alcalzone/release-script-plugin-license": "^
|
|
33
|
-
"@alcalzone/release-script-plugin-manual-review": "^
|
|
30
|
+
"@alcalzone/release-script": "^5.1.1",
|
|
31
|
+
"@alcalzone/release-script-plugin-iobroker": "^5.1.2",
|
|
32
|
+
"@alcalzone/release-script-plugin-license": "^5.1.1",
|
|
33
|
+
"@alcalzone/release-script-plugin-manual-review": "^5.1.1",
|
|
34
34
|
"@iobroker/adapter-dev": "^1.5.0",
|
|
35
35
|
"@iobroker/eslint-config": "^2.2.0",
|
|
36
|
-
"@iobroker/testing": "^5.
|
|
37
|
-
"@tsconfig/node16": "^16.1.
|
|
38
|
-
"@types/node": "^
|
|
36
|
+
"@iobroker/testing": "^5.2.2",
|
|
37
|
+
"@tsconfig/node16": "^16.1.8",
|
|
38
|
+
"@types/node": "^25.0.2",
|
|
39
39
|
"@types/proxyquire": "^1.3.31",
|
|
40
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
41
|
-
"@typescript-eslint/parser": "^8.
|
|
40
|
+
"@typescript-eslint/eslint-plugin": "^8.49.0",
|
|
41
|
+
"@typescript-eslint/parser": "^8.49.0",
|
|
42
42
|
"proxyquire": "^2.1.3",
|
|
43
|
-
"typescript": "~5.9.
|
|
43
|
+
"typescript": "~5.9.3"
|
|
44
44
|
},
|
|
45
45
|
"main": "main.js",
|
|
46
46
|
"files": [
|