iobroker.alarm 3.6.7 → 3.7.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) 2019-2024 misanorot <audi16v@gmx.de>
3
+ Copyright (c) 2019-2025 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
@@ -27,8 +27,14 @@
27
27
 
28
28
  <!--
29
29
  Placeholder for the next version (at the beginning of the line):
30
-
30
+ ### **WORK IN PROGRESS**
31
31
  -->
32
+ ### 3.7.0 (2025-05-03)
33
+ * (misanorot) node 20 require
34
+
35
+ ### 3.6.8 (2025-01-08)
36
+ * (misanorot) protect password
37
+
32
38
  ### 3.6.7 (2024-12-18)
33
39
  * (misanorot) ESlint 9 #267
34
40
 
@@ -38,14 +44,7 @@
38
44
  ### 3.6.4 (2024-10-23)
39
45
  * (simatec) fixed issue #256 responsive design
40
46
 
41
- ### 3.6.2 (2024-09-01)
42
- * (misanorot) updated iob checker issues
43
- * (misanorot) fixed disable password state
44
-
45
- ### 3.6.1 (2024-06-19)
46
- * (misanorot) fixed presence at burgle
47
-
48
47
  ## License
49
48
  MIT License
50
49
 
51
- Copyright (c) 2019-2024 misanorot <audi16v@gmx.de>
50
+ Copyright (c) 2019-2025 misanorot <audi16v@gmx.de>
package/io-package.json CHANGED
@@ -1,22 +1,35 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "alarm",
4
- "version": "3.6.7",
4
+ "version": "3.7.0",
5
5
  "news": {
6
- "3.6.7": {
7
- "en": "ESlint 9 #267",
8
- "de": "ESlint 9 #267",
9
- "ru": "9 #267",
10
- "pt": "ESlint 9 #267",
11
- "nl": "ESlint 9 #267",
12
- "fr": "ESlint 9 #267",
13
- "it": "ESlint 9 #267",
14
- "es": "ESlint 9 #267",
15
- "pl": "ESlint 9 # 267",
16
- "uk": "ESlint 9 #267",
17
- "zh-cn": "ESlint 9 # 267 (英语)"
6
+ "3.7.0": {
7
+ "en": "node 20 require",
8
+ "de": "knoten 20 erfordern",
9
+ "ru": "узел 20 требует",
10
+ "pt": "node 20 exigir",
11
+ "nl": "node 20 nodig",
12
+ "fr": "noeud 20 nécessaire",
13
+ "it": "nodo 20 richiedono",
14
+ "es": "nodo 20",
15
+ "pl": "węzeł 20 wymaga",
16
+ "uk": "вузол 20 потрібно",
17
+ "zh-cn": "节点 20 需要"
18
18
  },
19
- "3.6.6": {
19
+ "3.6.8": {
20
+ "en": "protect password",
21
+ "de": "schützen passwort",
22
+ "ru": "защитить пароль",
23
+ "pt": "proteger a senha",
24
+ "nl": "wachtwoord beschermen",
25
+ "fr": "protéger le mot de passe",
26
+ "it": "proteggere la password",
27
+ "es": "proteger contraseña",
28
+ "pl": "ochrona hasła",
29
+ "uk": "захист пароля",
30
+ "zh-cn": "保护密码"
31
+ },
32
+ "3.6.7": {
20
33
  "en": "ESlint 9 #267",
21
34
  "de": "ESlint 9 #267",
22
35
  "ru": "9 #267",
@@ -80,19 +93,6 @@
80
93
  "pl": "zaktualizowane problemy z sprawdzaniem iob\nstałe wyłączenie stanu hasła",
81
94
  "uk": "оновлені питання перевірки iob\nфіксований стан пароля",
82
95
  "zh-cn": "更新iob检查器问题\n固定禁用密码状态"
83
- },
84
- "3.6.1": {
85
- "en": "fixed presence at burgle",
86
- "de": "feste anwesenheit bei burgle",
87
- "ru": "постоянное присутствие в бургле",
88
- "pt": "presença fixa em águia",
89
- "nl": "vaste aanwezigheid bij burgle",
90
- "fr": "présence fixe au burgle",
91
- "it": "presenza fissa a burgle",
92
- "es": "presencia fija en burgle",
93
- "pl": "stała obecność w punkcie wgłębienia",
94
- "uk": "фіксована присутність в burgle",
95
- "zh-cn": "旋转时的固定存在"
96
96
  }
97
97
  },
98
98
  "titleLang": {
@@ -155,7 +155,7 @@
155
155
  ],
156
156
  "globalDependencies": [
157
157
  {
158
- "admin": ">=5.0.0"
158
+ "admin": ">=7.4.10"
159
159
  }
160
160
  ],
161
161
  "protectedNative": [
@@ -165,6 +165,12 @@
165
165
  "password"
166
166
  ]
167
167
  },
168
+ "protectedNative": [
169
+ "password"
170
+ ],
171
+ "encryptedNative": [
172
+ "password"
173
+ ],
168
174
  "native": {
169
175
  "new_version": false,
170
176
  "circuits": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.alarm",
3
- "version": "3.6.7",
3
+ "version": "3.7.0",
4
4
  "description": "Your own lttle alarm system",
5
5
  "author": {
6
6
  "name": "misanorot",
@@ -19,10 +19,10 @@
19
19
  "url": "git@github.com:misanorot/ioBroker.alarm.git"
20
20
  },
21
21
  "engines": {
22
- "node": ">= 18"
22
+ "node": ">= 20"
23
23
  },
24
24
  "dependencies": {
25
- "@iobroker/adapter-core": "^3.2.2",
25
+ "@iobroker/adapter-core": "^3.2.3",
26
26
  "node-schedule": "^2.1.1",
27
27
  "suncalc2": "^1.8.1"
28
28
  },
@@ -31,22 +31,22 @@
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.3.0",
35
- "@iobroker/eslint-config": "^1.0.0",
36
- "@iobroker/testing": "^5.0.0",
34
+ "@iobroker/adapter-dev": "^1.4.0",
35
+ "@iobroker/eslint-config": "^2.0.1",
36
+ "@iobroker/testing": "^5.0.4",
37
37
  "@tsconfig/node16": "^16.1.3",
38
38
  "@types/chai": "^4.3.6",
39
- "@types/chai-as-promised": "^8.0.1",
40
- "@types/mocha": "^10.0.9",
41
- "@types/node": "^22.10.1",
39
+ "@types/chai-as-promised": "^8.0.2",
40
+ "@types/mocha": "^10.0.10",
41
+ "@types/node": "^22.13.7",
42
42
  "@types/proxyquire": "^1.3.31",
43
43
  "@types/sinon": "^17.0.3",
44
44
  "@types/sinon-chai": "^3.2.12",
45
45
  "chai": "^4.4.1",
46
- "chai-as-promised": "^8.0.0",
47
- "mocha": "^10.8.2",
46
+ "chai-as-promised": "^8.0.1",
47
+ "mocha": "^11.1.0",
48
48
  "proxyquire": "^2.1.3",
49
- "sinon": "^19.0.2",
49
+ "sinon": "^20.0.0",
50
50
  "sinon-chai": "^3.7.0",
51
51
  "typescript": "~5.7.2"
52
52
  },