iobroker.staticsfilefolder 0.0.12 → 0.0.15
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/admin/staticsfilefolder.png +0 -0
- package/io-package.json +24 -44
- package/package.json +1 -1
|
Binary file
|
package/io-package.json
CHANGED
|
@@ -1,56 +1,37 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "staticsfilefolder",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.15",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.0.15": {
|
|
7
|
+
"en": "Reverted minimum Node.js engine requirement to 20 to support GitHub Actions runners.",
|
|
8
|
+
"de": "Mindestanforderung für Node.js auf 20 zurückgesetzt, um GitHub Actions-Runner zu unterstützen."
|
|
9
|
+
},
|
|
10
|
+
"0.0.14": {
|
|
11
|
+
"en": "Updated minimum dependencies (js-controller >= 6, admin >= 7.6.20) and resized the logo to 128x128 pixels.",
|
|
12
|
+
"de": "Mindestabhängigkeiten aktualisiert (js-controller >= 6, admin >= 7.6.20) und die Logogröße auf 128x128 Pixel angepasst."
|
|
13
|
+
},
|
|
14
|
+
"0.0.13": {
|
|
15
|
+
"en": "Fixed repochecker error validation requirements (gitignore and dependabot ignore rules).",
|
|
16
|
+
"de": "Fehlerhafte Repochecker-Validierungsanforderungen behoben (gitignore- und dependabot-Ignorierregeln)."
|
|
17
|
+
},
|
|
6
18
|
"0.0.12": {
|
|
7
|
-
"en": "Automatically detect ioBroker system language. Added German and Russian translations."
|
|
19
|
+
"en": "Automatically detect ioBroker system language. Added German and Russian translations.",
|
|
20
|
+
"de": "ioBroker-Systemsprache automatisch erkennen. Deutsche und russische Übersetzungen hinzugefügt."
|
|
8
21
|
},
|
|
9
22
|
"0.0.11": {
|
|
10
|
-
"en": "Added multi-language support (English and Azerbaijani) with English as the default."
|
|
23
|
+
"en": "Added multi-language support (English and Azerbaijani) with English as the default.",
|
|
24
|
+
"de": "Mehrsprachige Unterstützung (Englisch und Aserbaidschanisch) hinzugefügt, mit Englisch als Standard."
|
|
11
25
|
},
|
|
12
26
|
"0.0.10": {
|
|
13
|
-
"en": "Updated README.md with detailed instructions for instance configuration settings."
|
|
27
|
+
"en": "Updated README.md with detailed instructions for instance configuration settings.",
|
|
28
|
+
"de": "README.md mit detaillierten Anweisungen für Instanzkonfigurationseinstellungen aktualisiert."
|
|
14
29
|
},
|
|
15
30
|
"0.0.9": {
|
|
16
|
-
"en": "Updated the adapter logo with a custom designed static files icon."
|
|
17
|
-
|
|
18
|
-
"0.0.8": {
|
|
19
|
-
"en": "Fixed adapter logo transparency by converting it to a true RGBA PNG."
|
|
20
|
-
},
|
|
21
|
-
"0.0.7": {
|
|
22
|
-
"en": "Removed white background square from the adapter logo to make it transparent."
|
|
23
|
-
},
|
|
24
|
-
"0.0.6": {
|
|
25
|
-
"en": "Changed adapter mode to daemon so the main process runs and observes files correctly."
|
|
26
|
-
},
|
|
27
|
-
"0.0.5": {
|
|
28
|
-
"en": "Added print, download, and file-navigation controls inside the file viewer modal."
|
|
29
|
-
},
|
|
30
|
-
"0.0.4": {
|
|
31
|
-
"en": "Defined latest_file_url and latest_file_path states in instanceObjects so they are created automatically upon installation."
|
|
32
|
-
},
|
|
33
|
-
"0.0.3": {
|
|
34
|
-
"en": "Fixed UI theme button visibility in dark mode and resolved PDF opening issue."
|
|
35
|
-
},
|
|
36
|
-
"0.0.2": {
|
|
37
|
-
"en": "Added UI Theme support, fixed Node.js version compatibility issues and updated tests."
|
|
38
|
-
},
|
|
39
|
-
"0.0.1": {
|
|
40
|
-
"en": "initial release",
|
|
41
|
-
"de": "Erstveröffentlichung",
|
|
42
|
-
"ru": "Начальная версия",
|
|
43
|
-
"pt": "lançamento inicial",
|
|
44
|
-
"nl": "Eerste uitgave",
|
|
45
|
-
"fr": "Première version",
|
|
46
|
-
"it": "Versione iniziale",
|
|
47
|
-
"es": "Versión inicial",
|
|
48
|
-
"pl": "Pierwsze wydanie",
|
|
49
|
-
"uk": "Початкова версія",
|
|
50
|
-
"zh-cn": "首次出版"
|
|
31
|
+
"en": "Updated the adapter logo with a custom designed static files icon.",
|
|
32
|
+
"de": "Das Adapter-Logo wurde durch ein benutzerdefiniertes Symbol für statische Dateien ersetzt."
|
|
51
33
|
}
|
|
52
34
|
},
|
|
53
|
-
"title": "Static Files Folder",
|
|
54
35
|
"titleLang": {
|
|
55
36
|
"en": "Static Files Folder",
|
|
56
37
|
"de": "Statischer Dateiordner",
|
|
@@ -88,7 +69,6 @@
|
|
|
88
69
|
"license": "MIT"
|
|
89
70
|
},
|
|
90
71
|
"platform": "Javascript/Node.js",
|
|
91
|
-
"main": "main.js",
|
|
92
72
|
"icon": "staticsfilefolder.png",
|
|
93
73
|
"enabled": true,
|
|
94
74
|
"extIcon": "https://raw.githubusercontent.com/gokturk413/ioBroker.staticsfilefolder/main/admin/staticsfilefolder.png",
|
|
@@ -106,13 +86,13 @@
|
|
|
106
86
|
},
|
|
107
87
|
"dependencies": [
|
|
108
88
|
{
|
|
109
|
-
"js-controller": ">=
|
|
89
|
+
"js-controller": ">=6.0.11",
|
|
110
90
|
"web": ">=4.0.0"
|
|
111
91
|
}
|
|
112
92
|
],
|
|
113
93
|
"globalDependencies": [
|
|
114
94
|
{
|
|
115
|
-
"admin": ">=
|
|
95
|
+
"admin": ">=7.6.20"
|
|
116
96
|
}
|
|
117
97
|
]
|
|
118
98
|
},
|
|
@@ -142,7 +122,7 @@
|
|
|
142
122
|
"common": {
|
|
143
123
|
"name": "Latest File Path",
|
|
144
124
|
"type": "string",
|
|
145
|
-
"role": "
|
|
125
|
+
"role": "text",
|
|
146
126
|
"read": true,
|
|
147
127
|
"write": false,
|
|
148
128
|
"def": ""
|