iobroker.tidy 0.1.1 → 0.1.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 +8 -1
- package/io-package.json +14 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|

|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
# ioBroker.tidy
|
|
4
4
|
|
|
5
5
|

|
|
6
6
|

|
|
7
7
|
[](https://www.npmjs.com/package/iobroker.tidy)
|
|
8
8
|
[](https://www.npmjs.com/package/iobroker.tidy)
|
|
9
9
|
|
|
10
|
+
[](https://forum.iobroker.net/topic/84331/tidy-adapter-alpha)
|
|
11
|
+
[](https://github.com/skvarel)
|
|
12
|
+
[](https://github.com/inventwo/ioBroker.foxesscloud/blob/main/.github/copilot-instructions.md)
|
|
13
|
+
|
|
10
14
|
[](https://www.paypal.com/donate/?hosted_button_id=7W6M3TFZ4W9LW)
|
|
11
15
|
|
|
12
16
|
## What this adapter does
|
|
@@ -144,6 +148,9 @@ If you like our work and would like to support us, we appreciate any donation.
|
|
|
144
148
|
<!--
|
|
145
149
|
### **WORK IN PROGRESS**
|
|
146
150
|
-->
|
|
151
|
+
### 0.1.3 (2026-05-24)
|
|
152
|
+
- (skvarel) Fixed repo checker issue
|
|
153
|
+
|
|
147
154
|
### 0.1.1 (2026-04-18)
|
|
148
155
|
- (skvarel) Changed name of result field to optional
|
|
149
156
|
- (skvarel) Revised config
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "tidy",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.3",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.1.3": {
|
|
7
|
+
"en": "Fixed repo checker issue",
|
|
8
|
+
"de": "Problem der Repo Checker behoben",
|
|
9
|
+
"ru": "Фиксированная проблема проверки репо",
|
|
10
|
+
"pt": "Problema fixo do verificador de repo",
|
|
11
|
+
"nl": "Probleem met vaste repochecker",
|
|
12
|
+
"fr": "Correction du problème de repo checker",
|
|
13
|
+
"it": "Rischio di errore",
|
|
14
|
+
"es": "Número de comprobación de reposo fijo",
|
|
15
|
+
"pl": "Stałe wydanie kontrolera repo",
|
|
16
|
+
"uk": "Виправлено проблему перевірки репо",
|
|
17
|
+
"zh-cn": "固定回购检查器问题"
|
|
18
|
+
},
|
|
6
19
|
"0.1.1": {
|
|
7
20
|
"en": "Changed name of result field to optional\nRevised config",
|
|
8
21
|
"de": "Änderung des Namens des Ergebnisfelds auf optional\nÜberarbeitetes Einverständnis",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.tidy",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Analyzes ioBroker objects for unused datapoints and helps you clean up your instance",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "skvarel",
|
|
@@ -25,24 +25,24 @@
|
|
|
25
25
|
"url": "https://github.com/inventwo/ioBroker.tidy.git"
|
|
26
26
|
},
|
|
27
27
|
"engines": {
|
|
28
|
-
"node": ">=
|
|
28
|
+
"node": ">= 22"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@iobroker/adapter-core": "^3.3.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@alcalzone/release-script": "^5.
|
|
35
|
-
"@alcalzone/release-script-plugin-iobroker": "^5.
|
|
36
|
-
"@alcalzone/release-script-plugin-license": "^5.
|
|
37
|
-
"@alcalzone/release-script-plugin-manual-review": "^5.
|
|
34
|
+
"@alcalzone/release-script": "^5.2.0",
|
|
35
|
+
"@alcalzone/release-script-plugin-iobroker": "^5.2.0",
|
|
36
|
+
"@alcalzone/release-script-plugin-license": "^5.2.0",
|
|
37
|
+
"@alcalzone/release-script-plugin-manual-review": "^5.2.0",
|
|
38
38
|
"@iobroker/adapter-dev": "^1.5.0",
|
|
39
39
|
"@iobroker/dev-server": "^0.8.0",
|
|
40
40
|
"@iobroker/eslint-config": "^2.2.0",
|
|
41
41
|
"@iobroker/testing": "^5.2.2",
|
|
42
42
|
"@tsconfig/node20": "^20.1.9",
|
|
43
43
|
"@types/iobroker": "npm:@iobroker/types@^7.1.1",
|
|
44
|
-
"@types/node": "^25.
|
|
45
|
-
"typescript": "~6.0.
|
|
44
|
+
"@types/node": "^25.6.0",
|
|
45
|
+
"typescript": "~6.0.3"
|
|
46
46
|
},
|
|
47
47
|
"main": "main.js",
|
|
48
48
|
"files": [
|