iobroker.staticsfilefolder 0.0.24 → 0.0.26
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 +8 -0
- package/io-package.json +13 -13
- package/package.json +3 -4
package/README.md
CHANGED
|
@@ -64,6 +64,12 @@ 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.26
|
|
68
|
+
* Regenerated lockfile cleanly to resolve npm ci errors on GitHub Actions workflow.
|
|
69
|
+
|
|
70
|
+
### 0.0.25
|
|
71
|
+
* Resolved ESLint peer dependency warnings, linked CHANGELOG_OLD in README, updated check-and-lint workflow to Node 24, and added major auto-merge rules for GitHub actions.
|
|
72
|
+
|
|
67
73
|
### 0.0.24
|
|
68
74
|
* Resolved all remaining repochecker warnings and suggestions, migrated to standard automerge-dependabot workflow, and updated to ESLint v9 with flat config.
|
|
69
75
|
|
|
@@ -97,6 +103,8 @@ Once configured and the instance is running (green status):
|
|
|
97
103
|
### 0.0.1
|
|
98
104
|
* (gokturk413) initial release: SPA, Offline document viewers, Chokidar file observer.
|
|
99
105
|
|
|
106
|
+
[Older changelog entries](CHANGELOG_OLD.md)
|
|
107
|
+
|
|
100
108
|
## License
|
|
101
109
|
MIT License
|
|
102
110
|
|
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.26",
|
|
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.26": {
|
|
7
|
+
"en": "Regenerated lockfile cleanly to resolve npm ci errors on GitHub Actions workflow.",
|
|
8
|
+
"de": "Lockfile sauber regeneriert, um npm-ci-Fehler im GitHub Actions-Workflow zu beheben.",
|
|
9
|
+
"ru": "Чистая регенерация lockfile для устранения ошибок npm ci в рабочем процессе GitHub Actions.",
|
|
10
|
+
"pt": "Regenerado o lockfile de forma limpa para resolver erros do npm ci no fluxo de trabalho do GitHub Actions.",
|
|
11
|
+
"nl": "Lockfile schoon geregenereerd om npm ci-fouten in de GitHub Actions-workflow op te lossen.",
|
|
12
|
+
"fr": "Régénération propre du fichier lockfile pour résoudre les erreurs npm ci dans le flux de travail GitHub Actions.",
|
|
13
|
+
"it": "Rigenerato in modo pulito il lockfile per risolvere gli errori di npm ci nel flusso di lavoro di GitHub Actions.",
|
|
14
|
+
"es": "Se regeneró el archivo lockfile de forma limpia para resolver los errores de npm ci en el flujo de trabajo de GitHub Actions.",
|
|
15
|
+
"pl": "Czysto zregenerowano plik blokady lockfile, aby rozwiązać błędy npm ci w przepływie pracy GitHub Actions.",
|
|
16
|
+
"uk": "Чиста регенерація lockfile для усунення помилок npm ci у робочому процесі GitHub Actions.",
|
|
17
|
+
"zh-cn": "干净地重新生成 lockfile,以解决 GitHub Actions 工作流中的 npm ci 错误。"
|
|
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.26",
|
|
4
4
|
"description": "Static Files Folder",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "gokturk413",
|
|
@@ -31,11 +31,10 @@
|
|
|
31
31
|
"@alcalzone/release-script-plugin-manual-review": "^5.2.0",
|
|
32
32
|
"@iobroker/adapter-dev": "^1.5.0",
|
|
33
33
|
"@iobroker/eslint-config": "^2.3.4",
|
|
34
|
-
"@iobroker/testing": "^5.
|
|
35
|
-
"@tsconfig/node22": "^22.0.
|
|
34
|
+
"@iobroker/testing": "^5.3.0",
|
|
35
|
+
"@tsconfig/node22": "^22.0.5",
|
|
36
36
|
"@types/node": "^18.19.24",
|
|
37
37
|
"@types/proxyquire": "^1.3.31",
|
|
38
|
-
"eslint": "^9.10.0",
|
|
39
38
|
"proxyquire": "^2.1.3",
|
|
40
39
|
"typescript": "^5.5.4"
|
|
41
40
|
},
|