iobroker.staticsfilefolder 0.0.28 → 0.0.29
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 -0
- package/io-package.json +14 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -64,6 +64,9 @@ Once configured and the instance is running (green status):
|
|
|
64
64
|
Placeholder for the next version (at the beginning of the line):
|
|
65
65
|
### **WORK IN PROGRESS**
|
|
66
66
|
-->
|
|
67
|
+
### 0.0.29
|
|
68
|
+
* Fixed tsconfig type checking configuration for adapter build.
|
|
69
|
+
|
|
67
70
|
### 0.0.28
|
|
68
71
|
* Fully migrated materialized admin UI to modern admin 5 jsonConfig UI, and evaluated typescript 7 compatibility.
|
|
69
72
|
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "staticsfilefolder",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.29",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.0.29": {
|
|
7
|
+
"en": "Fixed tsconfig type checking configuration for adapter build.",
|
|
8
|
+
"de": "Typprüfungs-Konfiguration in tsconfig für den Adapter-Build behoben.",
|
|
9
|
+
"ru": "Исправлена конфигурация проверки типов tsconfig для сборки адаптера.",
|
|
10
|
+
"pt": "Corrigida a configuração de verificação de tipos do tsconfig para o build do adaptador.",
|
|
11
|
+
"nl": "Typechecking-configuratie in tsconfig opgelost voor de adapter-build.",
|
|
12
|
+
"fr": "Correction de la configuration de vérification des types tsconfig pour le build de l'adaptateur.",
|
|
13
|
+
"it": "Corretta la configurazione del controllo dei tipi tsconfig per il build dell'adattatore.",
|
|
14
|
+
"es": "Se corrigió la configuración de comprobación de tipos tsconfig para la compilación del adaptador.",
|
|
15
|
+
"pl": "Naprawiono konfigurację sprawdzania typów tsconfig dla kompilacji adaptera.",
|
|
16
|
+
"uk": "Виправлено конфігурацію перевірки типів tsconfig для збірки адаптера.",
|
|
17
|
+
"zh-cn": "修复了适配器构建的 tsconfig 类型检查配置。"
|
|
18
|
+
},
|
|
6
19
|
"0.0.28": {
|
|
7
20
|
"en": "Fully migrated materialized admin UI to modern admin 5 jsonConfig UI, and evaluated typescript 7 compatibility.",
|
|
8
21
|
"de": "Die materialized Admin-Benutzeroberfläche wurde vollständig auf die moderne Admin 5 jsonConfig-Benutzeroberfläche migriert, und die TypeScript 7-Kompatibilität wurde evaluiert.",
|