iobroker.tidy 0.1.3 → 0.1.4

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,6 +1,6 @@
1
1
  ![Logo](admin/tidy.svg)
2
2
 
3
- # ioBroker.tidy
3
+ # ioBroker adapter for discovering unused states
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)
@@ -9,10 +9,12 @@
9
9
 
10
10
  [![COMMUNITY](https://img.shields.io/badge/community%20-ioBroker%20|%20forum-blue.svg)](https://forum.iobroker.net/topic/84331/tidy-adapter-alpha)
11
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)
12
+ [![AI](https://img.shields.io/badge/ai%20assisted-copilot-blue.svg)](https://github.com/inventwo/ioBroker.tidy/blob/main/.github/copilot-instructions.md)
13
13
 
14
14
  [![Paypal Donation](https://img.shields.io/badge/paypal-donate%20|%20spenden-green.svg)](https://www.paypal.com/donate/?hosted_button_id=7W6M3TFZ4W9LW)
15
15
 
16
+ ---
17
+
16
18
  ## What this adapter does
17
19
 
18
20
  The **Tidy** adapter helps to find unused objects and states to clean up your system. After years of using ioBroker, your system may accumulate "dead" datapoints from deleted scripts, removed adapters, or abandoned configurations. This adapter helps you identify and clean up such datapoints to keep your system tidy and performant.
@@ -148,6 +150,9 @@ If you like our work and would like to support us, we appreciate any donation.
148
150
  <!--
149
151
  ### **WORK IN PROGRESS**
150
152
  -->
153
+ ### 0.1.4 (2026-05-25)
154
+ - (skvarel) Revised titel and desciption
155
+
151
156
  ### 0.1.3 (2026-05-24)
152
157
  - (skvarel) Fixed repo checker issue
153
158
 
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "tidy",
4
- "version": "0.1.3",
4
+ "version": "0.1.4",
5
5
  "news": {
6
+ "0.1.4": {
7
+ "en": "Revised titel and desciption",
8
+ "de": "Überarbeiteter Titel und Abschied",
9
+ "ru": "Пересмотренный титель и расшифровка",
10
+ "pt": "Título revisto e decisão",
11
+ "nl": "Herziene titel en omschrijving",
12
+ "fr": "Titre et desciption révisés",
13
+ "it": "Titel modificato e desciptazione",
14
+ "es": "Titel revisado y descipación",
15
+ "pl": "Poprawiony tytel i deszypcja",
16
+ "uk": "Відреставрований титель і відхилення",
17
+ "zh-cn": "订正钛和剥离"
18
+ },
6
19
  "0.1.3": {
7
20
  "en": "Fixed repo checker issue",
8
21
  "de": "Problem der Repo Checker behoben",
@@ -70,17 +83,17 @@
70
83
  "zh-cn": "Tidy"
71
84
  },
72
85
  "desc": {
73
- "en": "Helps to find unused objects and states to clean up your system.",
74
- "de": "Hilft dabei, ungenutzte Objekte und Zustände zu finden, um dein System aufzuräumen.",
75
- "ru": "Помогает находить неиспользуемые объекты и состояния для очистки системы.",
76
- "pt": "Ajuda você a encontrar objetos e estados não utilizados para limpar seu sistema.",
77
- "nl": "Helpt je ongebruikte objecten en statussen te vinden om je systeem op te schonen.",
78
- "fr": "Vous aide à trouver les objets et états inutilisés afin de nettoyer votre système.",
79
- "it": "Ti aiuta a trovare oggetti e stati inutilizzati per ripulire il sistema.",
80
- "es": "Te ayuda a encontrar objetos y estados no utilizados para limpiar tu sistema.",
81
- "pl": "Pomaga znaleźć nieużywane obiekty i stany, dzięki czemu możesz oczyścić system.",
82
- "uk": "Допомагає знайти невикористовувані об'єкти та стани для очищення системи.",
83
- "zh-cn": "帮助您查找未使用的对象和状态,以清理您的系统。"
86
+ "en": "Tidy helps to find unused states to clean up your system.",
87
+ "de": "Tidy hilft dabei, ungenutzte Zustände zu finden, um dein System aufzuräumen.",
88
+ "ru": "Tidy помогает находить неиспользуемые состояния для очистки системы.",
89
+ "pt": "Tidy ajuda você a encontrar estados não utilizados para limpar seu sistema.",
90
+ "nl": "Tidy helpt je ongebruikte statussen te vinden om je systeem op te schonen.",
91
+ "fr": "Tidy vous aide à trouver les états inutilisés afin de nettoyer votre système.",
92
+ "it": "Tidy ti aiuta a trovare stati inutilizzati per ripulire il sistema.",
93
+ "es": "Tidy te ayuda a encontrar estados no utilizados para limpiar tu sistema.",
94
+ "pl": "Tidy pomaga znaleźć nieużywane stany, dzięki czemu możesz oczyścić system.",
95
+ "uk": "Tidy допомагає знайти невикористовувані стани для очищення системи.",
96
+ "zh-cn": "Tidy 帮助您查找未使用的状态,以清理您的系统。"
84
97
  },
85
98
  "authors": [
86
99
  "skvarel <skvarel@inventwo.com>"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.tidy",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Analyzes ioBroker objects for unused datapoints and helps you clean up your instance",
5
5
  "author": {
6
6
  "name": "skvarel",
@@ -37,11 +37,11 @@
37
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
- "@iobroker/eslint-config": "^2.2.0",
40
+ "@iobroker/eslint-config": "^2.3.4",
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.6.0",
44
+ "@types/node": "^22.19.19",
45
45
  "typescript": "~6.0.3"
46
46
  },
47
47
  "main": "main.js",