iobroker.alarm 3.7.5 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2019-2025 misanorot <audi16v@gmx.de>
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,12 @@
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
+
35
+ ### 3.7.6 (2025-10-26)
36
+ * (misanorot) update npm progress
37
+
32
38
  ### 3.7.5 (2025-10-12)
33
39
  * (misanorot) update packages
34
40
 
@@ -38,13 +44,7 @@
38
44
  ### 3.7.0 (2025-05-03)
39
45
  * (misanorot) node 20 require
40
46
 
41
- ### 3.6.8 (2025-01-08)
42
- * (misanorot) protect password
43
-
44
- ### 3.6.7 (2024-12-18)
45
- * (misanorot) ESlint 9 #267
46
-
47
47
  ## License
48
48
  MIT License
49
49
 
50
- Copyright (c) 2019-2025 misanorot <audi16v@gmx.de>
50
+ Copyright (c) 2019-2026 misanorot <audi16v@gmx.de>
package/io-package.json CHANGED
@@ -1,8 +1,34 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "alarm",
4
- "version": "3.7.5",
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
+ },
19
+ "3.7.6": {
20
+ "en": "update npm progress",
21
+ "de": "aktualisierung npm fortschritt",
22
+ "ru": "обновление npm",
23
+ "pt": "atualizar o progresso do npm",
24
+ "nl": "npm-voortgang bijwerken",
25
+ "fr": "mise à jour des progrès de npm",
26
+ "it": "aggiornamento npm",
27
+ "es": "actualización npm progreso",
28
+ "pl": "aktualizacja postępu npm",
29
+ "uk": "оновлення npm прогрес",
30
+ "zh-cn": "更新 npm 进度"
31
+ },
6
32
  "3.7.5": {
7
33
  "en": "update packages",
8
34
  "de": "update-pakete",
@@ -67,32 +93,6 @@
67
93
  "pl": "ESlint 9 # 267",
68
94
  "uk": "ESlint 9 #267",
69
95
  "zh-cn": "ESlint 9 # 267 (英语)"
70
- },
71
- "3.6.5": {
72
- "en": "fixed Firefox scrolling issue #266",
73
- "de": "fix Firefox Scrolling Ausgabe #266",
74
- "ru": "#266",
75
- "pt": "corrigido o problema de rolagem do Firefox #266",
76
- "nl": "vast Firefox scrollen probleem #266",
77
- "fr": "correction Firefox défilement problème #266",
78
- "it": "risolto Firefox problema di scorrimento #266",
79
- "es": "edición fija de desplazamiento de Firefox #266",
80
- "pl": "stały problem przewijania Firefox # 266",
81
- "uk": "виправлено помилку Firefox #266",
82
- "zh-cn": "固定 Firefox 滚动问题# 266"
83
- },
84
- "3.6.4": {
85
- "en": "fixed issue #256 responsive design",
86
- "de": "fixe ausgabe #256 responsive design",
87
- "ru": "фиксированный выпуск #256 отзывчивый дизайн",
88
- "pt": "problema fixo #256 design responsivo",
89
- "nl": "vast probleem #256 responsief ontwerp",
90
- "fr": "problème fixe n°256",
91
- "it": "problema fisso #256 responsive design",
92
- "es": "edición fija #256 diseño sensible",
93
- "pl": "stałe wydanie # 256 reagujący projekt",
94
- "uk": "виправлено проблему #256 адаптивний дизайн",
95
- "zh-cn": "256号响应设计"
96
96
  }
97
97
  },
98
98
  "titleLang": {
@@ -155,7 +155,7 @@
155
155
  ],
156
156
  "globalDependencies": [
157
157
  {
158
- "admin": ">=7.6.17"
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.5",
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": "^3.8.0",
31
- "@alcalzone/release-script-plugin-iobroker": "^3.7.2",
32
- "@alcalzone/release-script-plugin-license": "^3.7.0",
33
- "@alcalzone/release-script-plugin-manual-review": "^3.7.0",
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.1.1",
37
- "@tsconfig/node16": "^16.1.5",
38
- "@types/node": "^24.0.8",
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.45.0",
41
- "@typescript-eslint/parser": "^8.45.0",
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.2"
43
+ "typescript": "~5.9.3"
44
44
  },
45
45
  "main": "main.js",
46
46
  "files": [