iobroker.staticsfilefolder 0.0.20 → 0.0.21
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 +13 -13
- package/package.json +3 -3
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.21
|
|
68
|
+
* Upgraded Express to major version 5.x and updated tsconfig to target Node 22.
|
|
69
|
+
|
|
67
70
|
### 0.0.20
|
|
68
71
|
* Fixed dependabot auto-merge workflow write permissions.
|
|
69
72
|
|
package/io-package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "staticsfilefolder",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.21",
|
|
5
5
|
"news": {
|
|
6
|
-
"0.0.
|
|
7
|
-
"en": "
|
|
8
|
-
"de": "
|
|
9
|
-
"ru": "
|
|
10
|
-
"pt": "
|
|
11
|
-
"nl": "
|
|
12
|
-
"fr": "
|
|
13
|
-
"it": "
|
|
14
|
-
"es": "Se
|
|
15
|
-
"pl": "
|
|
16
|
-
"uk": "
|
|
17
|
-
"zh-cn": "
|
|
6
|
+
"0.0.21": {
|
|
7
|
+
"en": "Upgraded Express to major version 5.x and updated tsconfig to target Node 22.",
|
|
8
|
+
"de": "Express auf Major-Version 5.x aktualisiert und tsconfig auf Node 22 angepasst.",
|
|
9
|
+
"ru": "Обновлен Express до мажорной версии 5.x и обновлен tsconfig для поддержки Node 22.",
|
|
10
|
+
"pt": "Atualizado o Express para a versão principal 5.x e atualizado o tsconfig para o Node 22.",
|
|
11
|
+
"nl": "Express geüpgraded naar hoofdversie 5.x en tsconfig bijgewerkt naar Node 22.",
|
|
12
|
+
"fr": "Mise à niveau d'Express vers la version majeure 5.x et mise à jour de tsconfig pour cibler Node 22.",
|
|
13
|
+
"it": "Aggiornato Express alla versione principale 5.x e aggiornato tsconfig per Node 22.",
|
|
14
|
+
"es": "Se actualizó Express a la versión principal 5.x y se actualizó tsconfig para apuntar a Node 22.",
|
|
15
|
+
"pl": "Uaktualniono Express do głównej wersji 5.x i zaktualizowano tsconfig dla Node 22.",
|
|
16
|
+
"uk": "Оновлено Express до мажорної версії 5.x та оновлено tsconfig для підтримки Node 22.",
|
|
17
|
+
"zh-cn": "将Express升级到主版本5.x并更新tsconfig以针对Node 22。"
|
|
18
18
|
},
|
|
19
19
|
"0.0.15": {
|
|
20
20
|
"en": "Reverted minimum Node.js engine requirement to 20 to support GitHub Actions runners.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.staticsfilefolder",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.21",
|
|
4
4
|
"description": "Static Files Folder",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "gokturk413",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@iobroker/adapter-core": "^3.4.1",
|
|
24
24
|
"chokidar": "^5.0.0",
|
|
25
|
-
"express": "^
|
|
25
|
+
"express": "^5.2.1"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@alcalzone/release-script": "^5.2.1",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@alcalzone/release-script-plugin-manual-review": "^5.2.0",
|
|
32
32
|
"@iobroker/adapter-dev": "^1.3.0",
|
|
33
33
|
"@iobroker/testing": "^5.2.2",
|
|
34
|
-
"@tsconfig/
|
|
34
|
+
"@tsconfig/node22": "^22.0.0",
|
|
35
35
|
"@types/node": "^18.19.24",
|
|
36
36
|
"@types/proxyquire": "^1.3.31",
|
|
37
37
|
"eslint": "^8.57.0",
|