iobroker.beszel 0.2.2 → 0.2.3
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 +3 -3
- package/io-package.json +14 -14
- package/package.json +2 -8
package/README.md
CHANGED
|
@@ -122,6 +122,9 @@ beszel.0.
|
|
|
122
122
|
|
|
123
123
|
## Changelog
|
|
124
124
|
|
|
125
|
+
### 0.2.3 (2026-04-05)
|
|
126
|
+
- Remove redundant scripts, unused devDependencies, compress documentation
|
|
127
|
+
|
|
125
128
|
### 0.2.2 (2026-04-03)
|
|
126
129
|
- Modernize dev tooling (esbuild, TypeScript 5.9 pin, testing-action-check v2)
|
|
127
130
|
|
|
@@ -140,9 +143,6 @@ beszel.0.
|
|
|
140
143
|
### 0.1.7 (2026-03-19)
|
|
141
144
|
- Add system count to startup log message
|
|
142
145
|
|
|
143
|
-
### 0.1.6 (2026-03-18)
|
|
144
|
-
- Code cleanup: remove dead code, fix duplicate container filter, extract load avg helper
|
|
145
|
-
|
|
146
146
|
Older changelog: [CHANGELOG.md](CHANGELOG.md)
|
|
147
147
|
|
|
148
148
|
---
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "beszel",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.3",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.2.3": {
|
|
7
|
+
"en": "Remove redundant scripts and unused devDependencies, compress documentation",
|
|
8
|
+
"de": "Redundante Scripts und ungenutzte DevDependencies entfernt, Dokumentation komprimiert",
|
|
9
|
+
"ru": "Удалены избыточные скрипты и неиспользуемые devDependencies, документация сжата",
|
|
10
|
+
"pt": "Scripts redundantes e devDependencies não utilizadas removidos, documentação comprimida",
|
|
11
|
+
"nl": "Redundante scripts en ongebruikte devDependencies verwijderd, documentatie gecomprimeerd",
|
|
12
|
+
"fr": "Scripts redondants et devDependencies inutilisées supprimés, documentation compressée",
|
|
13
|
+
"it": "Script ridondanti e devDependencies inutilizzate rimossi, documentazione compressa",
|
|
14
|
+
"es": "Scripts redundantes y devDependencies no utilizadas eliminados, documentación comprimida",
|
|
15
|
+
"pl": "Usunięto zbędne skrypty i nieużywane devDependencies, skompresowano dokumentację",
|
|
16
|
+
"uk": "Видалено зайві скрипти та невикористані devDependencies, документацію стиснуто",
|
|
17
|
+
"zh-cn": "删除冗余脚本和未使用的开发依赖,压缩文档"
|
|
18
|
+
},
|
|
6
19
|
"0.2.2": {
|
|
7
20
|
"en": "Modernize dev tooling (esbuild, TypeScript 5.9 pin, testing-action-check v2)",
|
|
8
21
|
"de": "Dev-Tooling modernisiert (esbuild, TypeScript 5.9 Pin, testing-action-check v2)",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "Czyszczenie kodu: usuń nieużywane aliasy typu, nieaktywny parametr '_ config', zbędny zestaw Wezwanie państwa\nFix duplikat filtr pojemnika (został filtrowany w main.ts i ponownie w updateContainer)\nWyciąg obciążenia avg stan tworzenia w helper w celu wyeliminowania powielania kodu",
|
|
81
94
|
"uk": "Чистка коду: видалення невикористаного типу псевдонімів, відмерлого параметра `_config``, надлишковий набір Державний дзвінок\nВиправлення дублікатів фільтра контейнера (відфільтровано в основних.ts і знову в оновленні\nВитягувати завантаження avg державного створення в помічник для усунення дублювання коду",
|
|
82
95
|
"zh-cn": "代码清除: 删除未使用的类型别名, 已死 QQconfig 参数, 冗余集 国家电话\n修复重复的容器过滤器(在主.ts和在更新容器中再次过滤)\n提取加载 avg 状态创建到帮助器, 以消除代码重复"
|
|
83
|
-
},
|
|
84
|
-
"0.1.5": {
|
|
85
|
-
"en": "Migrate to @alcalzone/release-script for automated releases\nEnable npm Trusted Publishing (OIDC), remove legacy npm token",
|
|
86
|
-
"de": "Migration auf @alcalzone/Release-script für automatisierte Versionen\nAktiviere npm Trusted Publishing (OIDC), legacy npm token",
|
|
87
|
-
"ru": "Migrate to @alcalzone/releasescript для автоматизированных релизов\nВключить npm Trusted Publishing (OIDC), удалить устаревший токен npm",
|
|
88
|
-
"pt": "Migrar para @alcalzone/release-script para versões automatizadas\nActivar a publicação confiável do npm (OIDC), remover o símbolo legado do npm",
|
|
89
|
-
"nl": "Migreren naar @alcalzone/release-script voor geautomatiseerde releases\nNpm Trusted Publishing (OIDC) inschakelen, legacy npm token verwijderen",
|
|
90
|
-
"fr": "Migrer vers @alcalzone/release-script pour les versions automatisées\nActiver npm Trusted Publishing (OIDC), supprimer le legs npm token",
|
|
91
|
-
"it": "Migrare a @alcalzone/release-script per le versioni automatizzate\nAbilitare npm Trusted Publishing (OIDC), rimuovere il token npm legacy",
|
|
92
|
-
"es": "Migrar a @alcalzone/release-script para versiones automatizadas\nActivar npm Trusted Publishing (OIDC), eliminar el legado npm token",
|
|
93
|
-
"pl": "Migrate to @ alcalzone / release- script for automatic releases\nWłącz npm Zaufane Publishing (OIDC), usuń poprzednią npm token",
|
|
94
|
-
"uk": "Migrate to @alcalzone/видання для автоматизованих релізів\nУвімкнути npm Trusted Publishing (OIDC), видалити дані npm token",
|
|
95
|
-
"zh-cn": "移动到 @alcalzone/ 释放- 标记用于自动发布\n启用 npm 信任的出版( OIDC), 删除遗留 npm 令牌"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.beszel",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "ioBroker adapter for Beszel server monitoring",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "krobi",
|
|
@@ -45,14 +45,11 @@
|
|
|
45
45
|
"@types/iobroker": "npm:@iobroker/types@^7.1.0",
|
|
46
46
|
"@types/node": "^25.5.0",
|
|
47
47
|
"rimraf": "^6.1.3",
|
|
48
|
-
"source-map-support": "^0.5.21",
|
|
49
|
-
"ts-node": "^10.9.2",
|
|
50
48
|
"typescript": "~5.9.3"
|
|
51
49
|
},
|
|
52
50
|
"main": "build/main.js",
|
|
53
51
|
"scripts": {
|
|
54
52
|
"prebuild": "rimraf build",
|
|
55
|
-
"build:ts": "build-adapter ts",
|
|
56
53
|
"build": "build-adapter ts",
|
|
57
54
|
"build:test": "tsc -p tsconfig.test.json",
|
|
58
55
|
"watch": "build-adapter ts --watch",
|
|
@@ -60,14 +57,11 @@
|
|
|
60
57
|
"test:package": "npm run build:test && mocha --exit \"build/test/testPackageFiles.js\"",
|
|
61
58
|
"test:integration": "npm run build:test && mocha --exit \"build/test/**/*.js\"",
|
|
62
59
|
"test": "npm run build:test && mocha --exit \"build/test/**/*.js\"",
|
|
63
|
-
"test:ci": "npm run build:test && mocha --exit --reporter spec \"build/test/**/*.js\"",
|
|
64
60
|
"lint": "eslint",
|
|
65
61
|
"lint:fix": "eslint --fix",
|
|
66
|
-
"prepare": "npm run build",
|
|
67
62
|
"release": "release-script"
|
|
68
63
|
},
|
|
69
64
|
"bugs": {
|
|
70
65
|
"url": "https://github.com/krobipd/ioBroker.beszel/issues"
|
|
71
|
-
}
|
|
72
|
-
"readmeFilename": "README.md"
|
|
66
|
+
}
|
|
73
67
|
}
|