iobroker.alarm 3.7.4 → 3.7.5

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 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.5 (2025-10-12)
33
+ * (misanorot) update packages
34
+
32
35
  ### 3.7.4 (2025-08-17)
33
36
  * (misanorot) update packages
34
37
 
@@ -41,9 +44,6 @@
41
44
  ### 3.6.7 (2024-12-18)
42
45
  * (misanorot) ESlint 9 #267
43
46
 
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,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "alarm",
4
- "version": "3.7.4",
4
+ "version": "3.7.5",
5
5
  "news": {
6
+ "3.7.5": {
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.4": {
7
20
  "en": "update packages",
8
21
  "de": "update-pakete",
@@ -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.4",
3
+ "version": "3.7.5",
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.1",
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.4.0",
35
- "@iobroker/eslint-config": "^2.0.3",
36
- "@iobroker/testing": "^5.0.4",
37
- "@tsconfig/node16": "^16.1.4",
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
- "@types/sinon": "^17.0.4",
44
- "@types/sinon-chai": "^4.0.0",
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
- "sinon": "^21.0.0",
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": [