iobroker.staticsfilefolder 0.0.13 → 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.
Binary file
package/io-package.json CHANGED
@@ -1,59 +1,37 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "staticsfilefolder",
4
- "version": "0.0.13",
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
+ },
6
14
  "0.0.13": {
7
- "en": "Fixed repochecker error validation requirements (gitignore and dependabot ignore rules)."
15
+ "en": "Fixed repochecker error validation requirements (gitignore and dependabot ignore rules).",
16
+ "de": "Fehlerhafte Repochecker-Validierungsanforderungen behoben (gitignore- und dependabot-Ignorierregeln)."
8
17
  },
9
18
  "0.0.12": {
10
- "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."
11
21
  },
12
22
  "0.0.11": {
13
- "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."
14
25
  },
15
26
  "0.0.10": {
16
- "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."
17
29
  },
18
30
  "0.0.9": {
19
- "en": "Updated the adapter logo with a custom designed static files icon."
20
- },
21
- "0.0.8": {
22
- "en": "Fixed adapter logo transparency by converting it to a true RGBA PNG."
23
- },
24
- "0.0.7": {
25
- "en": "Removed white background square from the adapter logo to make it transparent."
26
- },
27
- "0.0.6": {
28
- "en": "Changed adapter mode to daemon so the main process runs and observes files correctly."
29
- },
30
- "0.0.5": {
31
- "en": "Added print, download, and file-navigation controls inside the file viewer modal."
32
- },
33
- "0.0.4": {
34
- "en": "Defined latest_file_url and latest_file_path states in instanceObjects so they are created automatically upon installation."
35
- },
36
- "0.0.3": {
37
- "en": "Fixed UI theme button visibility in dark mode and resolved PDF opening issue."
38
- },
39
- "0.0.2": {
40
- "en": "Added UI Theme support, fixed Node.js version compatibility issues and updated tests."
41
- },
42
- "0.0.1": {
43
- "en": "initial release",
44
- "de": "Erstveröffentlichung",
45
- "ru": "Начальная версия",
46
- "pt": "lançamento inicial",
47
- "nl": "Eerste uitgave",
48
- "fr": "Première version",
49
- "it": "Versione iniziale",
50
- "es": "Versión inicial",
51
- "pl": "Pierwsze wydanie",
52
- "uk": "Початкова версія",
53
- "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."
54
33
  }
55
34
  },
56
- "title": "Static Files Folder",
57
35
  "titleLang": {
58
36
  "en": "Static Files Folder",
59
37
  "de": "Statischer Dateiordner",
@@ -91,7 +69,6 @@
91
69
  "license": "MIT"
92
70
  },
93
71
  "platform": "Javascript/Node.js",
94
- "main": "main.js",
95
72
  "icon": "staticsfilefolder.png",
96
73
  "enabled": true,
97
74
  "extIcon": "https://raw.githubusercontent.com/gokturk413/ioBroker.staticsfilefolder/main/admin/staticsfilefolder.png",
@@ -109,13 +86,13 @@
109
86
  },
110
87
  "dependencies": [
111
88
  {
112
- "js-controller": ">=3.3.22",
89
+ "js-controller": ">=6.0.11",
113
90
  "web": ">=4.0.0"
114
91
  }
115
92
  ],
116
93
  "globalDependencies": [
117
94
  {
118
- "admin": ">=5.0.0"
95
+ "admin": ">=7.6.20"
119
96
  }
120
97
  ]
121
98
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.staticsfilefolder",
3
- "version": "0.0.13",
3
+ "version": "0.0.15",
4
4
  "description": "Static Files Folder",
5
5
  "author": {
6
6
  "name": "gokturk413",