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 CHANGED
@@ -1,12 +1,16 @@
1
1
  ![Logo](admin/tidy.svg)
2
2
 
3
- ## tidy adapter for ioBroker
3
+ # ioBroker.tidy
4
4
 
5
5
  ![Number of Installations](https://iobroker.live/badges/tidy-installed.svg)
6
6
  ![Current version in stable repository](https://iobroker.live/badges/tidy-stable.svg)
7
7
  [![NPM Version](https://nodei.co/npm/iobroker.tidy.svg?style=shields&data=v,u,d&color=orange)](https://www.npmjs.com/package/iobroker.tidy)
8
8
  [![Downloads](https://img.shields.io/npm/dm/iobroker.tidy.svg)](https://www.npmjs.com/package/iobroker.tidy)
9
9
 
10
+ [![COMMUNITY](https://img.shields.io/badge/community%20-ioBroker%20|%20forum-blue.svg)](https://forum.iobroker.net/topic/84331/tidy-adapter-alpha)
11
+ [![MAINTAINER](https://img.shields.io/badge/maintainer-skvarel%20@%20inventwo-yellowgreen.svg)](https://github.com/skvarel)
12
+ [![AI](https://img.shields.io/badge/ai%20assisted-copilot-blue.svg)](https://github.com/inventwo/ioBroker.foxesscloud/blob/main/.github/copilot-instructions.md)
13
+
10
14
  [![Paypal Donation](https://img.shields.io/badge/paypal-donate%20|%20spenden-green.svg)](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.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.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": ">= 20"
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.1.1",
35
- "@alcalzone/release-script-plugin-iobroker": "^5.1.2",
36
- "@alcalzone/release-script-plugin-license": "^5.1.1",
37
- "@alcalzone/release-script-plugin-manual-review": "^5.1.1",
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.5.2",
45
- "typescript": "~6.0.2"
44
+ "@types/node": "^25.6.0",
45
+ "typescript": "~6.0.3"
46
46
  },
47
47
  "main": "main.js",
48
48
  "files": [