iobroker.alarm 3.6.8 → 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.
Files changed (3) hide show
  1. package/README.md +3 -4
  2. package/io-package.json +15 -15
  3. package/package.json +10 -10
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.0 (2025-05-03)
33
+ * (misanorot) node 20 require
34
+
32
35
  ### 3.6.8 (2025-01-08)
33
36
  * (misanorot) protect password
34
37
 
@@ -41,10 +44,6 @@
41
44
  ### 3.6.4 (2024-10-23)
42
45
  * (simatec) fixed issue #256 responsive design
43
46
 
44
- ### 3.6.2 (2024-09-01)
45
- * (misanorot) updated iob checker issues
46
- * (misanorot) fixed disable password state
47
-
48
47
  ## License
49
48
  MIT License
50
49
 
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "alarm",
4
- "version": "3.6.8",
4
+ "version": "3.7.0",
5
5
  "news": {
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
+ },
6
19
  "3.6.8": {
7
20
  "en": "protect password",
8
21
  "de": "schützen passwort",
@@ -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": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.alarm",
3
- "version": "3.6.8",
3
+ "version": "3.7.0",
4
4
  "description": "Your own lttle alarm system",
5
5
  "author": {
6
6
  "name": "misanorot",
@@ -19,7 +19,7 @@
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
25
  "@iobroker/adapter-core": "^3.2.3",
@@ -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.3",
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
46
  "chai-as-promised": "^8.0.1",
47
- "mocha": "^11.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
  },