iobroker.script-restore 0.1.4 → 0.1.5
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 +11 -5
- package/admin/i18n/{de/translations.json → de.json} +9 -0
- package/admin/i18n/{en/translations.json → en.json} +33 -24
- package/admin/i18n/{es/translations.json → es.json} +9 -0
- package/admin/i18n/{fr/translations.json → fr.json} +9 -0
- package/admin/i18n/{it/translations.json → it.json} +9 -0
- package/admin/i18n/{nl/translations.json → nl.json} +9 -0
- package/admin/i18n/{pl/translations.json → pl.json} +9 -0
- package/admin/i18n/{pt/translations.json → pt.json} +9 -0
- package/admin/i18n/{ru/translations.json → ru.json} +9 -0
- package/admin/i18n/{uk/translations.json → uk.json} +9 -0
- package/admin/i18n/{zh-cn/translations.json → zh-cn.json} +9 -0
- package/io-package.json +14 -27
- package/package.json +5 -19
package/README.md
CHANGED
|
@@ -75,6 +75,16 @@ The archive is parsed entirely in the browser — no files are written to disk d
|
|
|
75
75
|
Placeholder for the next version (at the beginning of the line):
|
|
76
76
|
### **WORK IN PROGRESS**
|
|
77
77
|
-->
|
|
78
|
+
### 0.1.5 (2026-06-06)
|
|
79
|
+
* (ipod86) fix: update @alcalzone/release-script to ^5.2.1 (E0036)
|
|
80
|
+
* (ipod86) fix: add missing placeholder i18n keys to all 11 language files (W5612)
|
|
81
|
+
* (ipod86) fix: migrate i18n to short format, add npm provenance signing (S5601, S2008)
|
|
82
|
+
* (ipod86) fix: upgrade to @tsconfig/node22, pin @types/node to ^22 (W0086, W0090, W0066)
|
|
83
|
+
* (ipod86) fix: reorganize dependencies — types/eslint/prettier to devDependencies (W5060, W0078, E3031)
|
|
84
|
+
* (ipod86) fix: resolve adapter checker warnings W0069, W8917, S6022
|
|
85
|
+
* (ipod86) chore: bump ioBroker/testing-action-check from v1 to v2, keep deploy action at v1 (W3017)
|
|
86
|
+
* (ipod86) chore: bump typescript-eslint and @types/node
|
|
87
|
+
|
|
78
88
|
### 0.1.4 (2026-05-24)
|
|
79
89
|
* (ipod86) add syntax highlighting for JS/TS, Blockly (XML) and Rules (JSON) — pure JS, no external deps
|
|
80
90
|
* (ipod86) fix language detection: read ioBroker system language via adapter (system.config) instead of browser/DOM
|
|
@@ -93,11 +103,7 @@ The archive is parsed entirely in the browser — no files are written to disk d
|
|
|
93
103
|
* (ipod86) allow empty suffix to restore script under its original name
|
|
94
104
|
* (ipod86) prompt to start script immediately after successful restore
|
|
95
105
|
|
|
96
|
-
|
|
97
|
-
* (ipod86) drop Node.js 20 support (EOL 2026-04-30), require >= 22
|
|
98
|
-
* (ipod86) fix: move @iobroker/types to production dependencies to fix CI integration test
|
|
99
|
-
* (ipod86) add .npmrc with legacy-peer-deps to resolve peer dependency conflicts
|
|
100
|
-
* (ipod86) update dependencies: webdav, basic-ftp, typescript, @types/node, @iobroker/eslint-config
|
|
106
|
+
Older changelogs are available in [CHANGELOG_OLD.md](CHANGELOG_OLD.md).
|
|
101
107
|
|
|
102
108
|
## License
|
|
103
109
|
MIT License
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
+
"/": "/",
|
|
3
|
+
"/backups": "/backups",
|
|
4
|
+
"/opt/iobroker/backups": "/opt/iobroker/backups",
|
|
5
|
+
"192.168.1.100": "192.168.1.100",
|
|
6
|
+
"21": "21",
|
|
7
|
+
"22": "22",
|
|
8
|
+
"Backups": "Backups",
|
|
9
|
+
"anonymous": "anonymous",
|
|
2
10
|
"backupPath": "Backup-Pfad",
|
|
3
11
|
"ftpEnabled": "FTP aktivieren",
|
|
4
12
|
"ftpHost": "Host",
|
|
@@ -11,6 +19,7 @@
|
|
|
11
19
|
"httpEnabled": "HTTP/HTTPS-Quelle aktivieren",
|
|
12
20
|
"httpInfo": "Im Haupt-Tab eine direkte URL zu einer .tar.gz-Backup-Datei eingeben. Das Protokoll (https://) wird automatisch ergänzt, falls weggelassen.",
|
|
13
21
|
"httpSection": "HTTP/HTTPS",
|
|
22
|
+
"https://cloud.example.com/remote.php/webdav": "https://cloud.example.com/remote.php/webdav",
|
|
14
23
|
"localEnabled": "Lokale Backups aktivieren",
|
|
15
24
|
"localSection": "Lokale Backups",
|
|
16
25
|
"sftpEnabled": "SFTP aktivieren",
|
|
@@ -1,40 +1,49 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
2
|
+
"/": "/",
|
|
3
|
+
"/backups": "/backups",
|
|
4
|
+
"/opt/iobroker/backups": "/opt/iobroker/backups",
|
|
5
|
+
"192.168.1.100": "192.168.1.100",
|
|
6
|
+
"21": "21",
|
|
7
|
+
"22": "22",
|
|
8
|
+
"Backups": "Backups",
|
|
9
|
+
"anonymous": "anonymous",
|
|
4
10
|
"backupPath": "Backup path",
|
|
5
|
-
"suggestPath": "Suggest path",
|
|
6
|
-
"ftpSection": "FTP",
|
|
7
11
|
"ftpEnabled": "Enable FTP",
|
|
8
12
|
"ftpHost": "Host",
|
|
13
|
+
"ftpPassword": "Password",
|
|
14
|
+
"ftpPath": "Path",
|
|
9
15
|
"ftpPort": "Port",
|
|
16
|
+
"ftpSection": "FTP",
|
|
10
17
|
"ftpSecure": "Use FTPS (TLS)",
|
|
11
18
|
"ftpUser": "User",
|
|
12
|
-
"ftpPassword": "Password",
|
|
13
|
-
"ftpPath": "Path",
|
|
14
|
-
"testConnection": "Test connection",
|
|
15
|
-
"smbSection": "SMB (v2)",
|
|
16
|
-
"smbEnabled": "Enable SMB",
|
|
17
|
-
"smbInfo": "Only SMB2 is supported.",
|
|
18
|
-
"smbHost": "Host / IP",
|
|
19
|
-
"smbShare": "Share name",
|
|
20
|
-
"smbPath": "Sub-path (optional)",
|
|
21
|
-
"smbDomain": "Domain (optional)",
|
|
22
|
-
"smbUser": "User",
|
|
23
|
-
"smbPassword": "Password",
|
|
24
|
-
"httpSection": "HTTP/HTTPS",
|
|
25
19
|
"httpEnabled": "Enable HTTP/HTTPS source",
|
|
26
20
|
"httpInfo": "Enter a direct URL to a .tar.gz backup file in the main tab. The protocol (https://) is added automatically if omitted.",
|
|
27
|
-
"
|
|
21
|
+
"httpSection": "HTTP/HTTPS",
|
|
22
|
+
"https://cloud.example.com/remote.php/webdav": "https://cloud.example.com/remote.php/webdav",
|
|
23
|
+
"localEnabled": "Enable local backups",
|
|
24
|
+
"localSection": "Local Backups",
|
|
28
25
|
"sftpEnabled": "Enable SFTP",
|
|
29
26
|
"sftpHost": "Host / IP",
|
|
30
|
-
"sftpPort": "Port",
|
|
31
|
-
"sftpUser": "User",
|
|
32
27
|
"sftpPassword": "Password",
|
|
33
28
|
"sftpPath": "Path",
|
|
34
|
-
"
|
|
29
|
+
"sftpPort": "Port",
|
|
30
|
+
"sftpSection": "SFTP",
|
|
31
|
+
"sftpUser": "User",
|
|
32
|
+
"smbDomain": "Domain (optional)",
|
|
33
|
+
"smbEnabled": "Enable SMB",
|
|
34
|
+
"smbHost": "Host / IP",
|
|
35
|
+
"smbInfo": "Only SMB2 is supported.",
|
|
36
|
+
"smbPassword": "Password",
|
|
37
|
+
"smbPath": "Sub-path (optional)",
|
|
38
|
+
"smbSection": "SMB (v2)",
|
|
39
|
+
"smbShare": "Share name",
|
|
40
|
+
"smbUser": "User",
|
|
41
|
+
"suggestPath": "Suggest path",
|
|
42
|
+
"testConnection": "Test connection",
|
|
35
43
|
"webdavEnabled": "Enable WebDAV",
|
|
36
|
-
"webdavUrl": "Server URL",
|
|
37
|
-
"webdavUser": "User",
|
|
38
44
|
"webdavPassword": "Password",
|
|
39
|
-
"webdavPath": "Path"
|
|
45
|
+
"webdavPath": "Path",
|
|
46
|
+
"webdavSection": "WebDAV",
|
|
47
|
+
"webdavUrl": "Server URL",
|
|
48
|
+
"webdavUser": "User"
|
|
40
49
|
}
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
+
"/": "/",
|
|
3
|
+
"/backups": "/backups",
|
|
4
|
+
"/opt/iobroker/backups": "/opt/iobroker/backups",
|
|
5
|
+
"192.168.1.100": "192.168.1.100",
|
|
6
|
+
"21": "21",
|
|
7
|
+
"22": "22",
|
|
8
|
+
"Backups": "Backups",
|
|
9
|
+
"anonymous": "anonymous",
|
|
2
10
|
"backupPath": "Ruta de copia de seguridad",
|
|
3
11
|
"ftpEnabled": "Activar FTP",
|
|
4
12
|
"ftpHost": "Host",
|
|
@@ -11,6 +19,7 @@
|
|
|
11
19
|
"httpEnabled": "Activar fuente HTTP/HTTPS",
|
|
12
20
|
"httpInfo": "Introduce una URL directa a un archivo de copia de seguridad .tar.gz en la pestaña principal. El protocolo (https://) se añade automáticamente si se omite.",
|
|
13
21
|
"httpSection": "HTTP/HTTPS",
|
|
22
|
+
"https://cloud.example.com/remote.php/webdav": "https://cloud.example.com/remote.php/webdav",
|
|
14
23
|
"localEnabled": "Activar copias de seguridad locales",
|
|
15
24
|
"localSection": "Copias de seguridad locales",
|
|
16
25
|
"sftpEnabled": "Activar SFTP",
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
+
"/": "/",
|
|
3
|
+
"/backups": "/backups",
|
|
4
|
+
"/opt/iobroker/backups": "/opt/iobroker/backups",
|
|
5
|
+
"192.168.1.100": "192.168.1.100",
|
|
6
|
+
"21": "21",
|
|
7
|
+
"22": "22",
|
|
8
|
+
"Backups": "Backups",
|
|
9
|
+
"anonymous": "anonymous",
|
|
2
10
|
"backupPath": "Chemin de sauvegarde",
|
|
3
11
|
"ftpEnabled": "Activer FTP",
|
|
4
12
|
"ftpHost": "Hôte",
|
|
@@ -11,6 +19,7 @@
|
|
|
11
19
|
"httpEnabled": "Activer la source HTTP/HTTPS",
|
|
12
20
|
"httpInfo": "Entrez une URL directe vers un fichier de sauvegarde .tar.gz dans l'onglet principal. Le protocole (https://) est ajouté automatiquement si omis.",
|
|
13
21
|
"httpSection": "HTTP/HTTPS",
|
|
22
|
+
"https://cloud.example.com/remote.php/webdav": "https://cloud.example.com/remote.php/webdav",
|
|
14
23
|
"localEnabled": "Activer les sauvegardes locales",
|
|
15
24
|
"localSection": "Sauvegardes locales",
|
|
16
25
|
"sftpEnabled": "Activer SFTP",
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
+
"/": "/",
|
|
3
|
+
"/backups": "/backups",
|
|
4
|
+
"/opt/iobroker/backups": "/opt/iobroker/backups",
|
|
5
|
+
"192.168.1.100": "192.168.1.100",
|
|
6
|
+
"21": "21",
|
|
7
|
+
"22": "22",
|
|
8
|
+
"Backups": "Backups",
|
|
9
|
+
"anonymous": "anonymous",
|
|
2
10
|
"backupPath": "Percorso di backup",
|
|
3
11
|
"ftpEnabled": "Abilita FTP",
|
|
4
12
|
"ftpHost": "Host",
|
|
@@ -11,6 +19,7 @@
|
|
|
11
19
|
"httpEnabled": "Abilita sorgente HTTP/HTTPS",
|
|
12
20
|
"httpInfo": "Inserisci un URL diretto a un file di backup .tar.gz nella scheda principale. Il protocollo (https://) viene aggiunto automaticamente se omesso.",
|
|
13
21
|
"httpSection": "HTTP/HTTPS",
|
|
22
|
+
"https://cloud.example.com/remote.php/webdav": "https://cloud.example.com/remote.php/webdav",
|
|
14
23
|
"localEnabled": "Abilita backup locali",
|
|
15
24
|
"localSection": "Backup locali",
|
|
16
25
|
"sftpEnabled": "Abilita SFTP",
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
+
"/": "/",
|
|
3
|
+
"/backups": "/backups",
|
|
4
|
+
"/opt/iobroker/backups": "/opt/iobroker/backups",
|
|
5
|
+
"192.168.1.100": "192.168.1.100",
|
|
6
|
+
"21": "21",
|
|
7
|
+
"22": "22",
|
|
8
|
+
"Backups": "Backups",
|
|
9
|
+
"anonymous": "anonymous",
|
|
2
10
|
"backupPath": "Back-uppad",
|
|
3
11
|
"ftpEnabled": "FTP inschakelen",
|
|
4
12
|
"ftpHost": "Host",
|
|
@@ -11,6 +19,7 @@
|
|
|
11
19
|
"httpEnabled": "HTTP/HTTPS-bron inschakelen",
|
|
12
20
|
"httpInfo": "Voer een directe URL in naar een .tar.gz-back-upbestand op het hoofdtabblad. Het protocol (https://) wordt automatisch toegevoegd als het ontbreekt.",
|
|
13
21
|
"httpSection": "HTTP/HTTPS",
|
|
22
|
+
"https://cloud.example.com/remote.php/webdav": "https://cloud.example.com/remote.php/webdav",
|
|
14
23
|
"localEnabled": "Lokale back-ups inschakelen",
|
|
15
24
|
"localSection": "Lokale back-ups",
|
|
16
25
|
"sftpEnabled": "SFTP inschakelen",
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
+
"/": "/",
|
|
3
|
+
"/backups": "/backups",
|
|
4
|
+
"/opt/iobroker/backups": "/opt/iobroker/backups",
|
|
5
|
+
"192.168.1.100": "192.168.1.100",
|
|
6
|
+
"21": "21",
|
|
7
|
+
"22": "22",
|
|
8
|
+
"Backups": "Backups",
|
|
9
|
+
"anonymous": "anonymous",
|
|
2
10
|
"backupPath": "Ścieżka kopii zapasowej",
|
|
3
11
|
"ftpEnabled": "Włącz FTP",
|
|
4
12
|
"ftpHost": "Host",
|
|
@@ -11,6 +19,7 @@
|
|
|
11
19
|
"httpEnabled": "Włącz źródło HTTP/HTTPS",
|
|
12
20
|
"httpInfo": "Wprowadź bezpośredni adres URL do pliku kopii zapasowej .tar.gz w głównej karcie. Protokół (https://) jest dodawany automatycznie, jeśli zostanie pominięty.",
|
|
13
21
|
"httpSection": "HTTP/HTTPS",
|
|
22
|
+
"https://cloud.example.com/remote.php/webdav": "https://cloud.example.com/remote.php/webdav",
|
|
14
23
|
"localEnabled": "Włącz lokalne kopie zapasowe",
|
|
15
24
|
"localSection": "Lokalne kopie zapasowe",
|
|
16
25
|
"sftpEnabled": "Włącz SFTP",
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
+
"/": "/",
|
|
3
|
+
"/backups": "/backups",
|
|
4
|
+
"/opt/iobroker/backups": "/opt/iobroker/backups",
|
|
5
|
+
"192.168.1.100": "192.168.1.100",
|
|
6
|
+
"21": "21",
|
|
7
|
+
"22": "22",
|
|
8
|
+
"Backups": "Backups",
|
|
9
|
+
"anonymous": "anonymous",
|
|
2
10
|
"backupPath": "Caminho da cópia de segurança",
|
|
3
11
|
"ftpEnabled": "Ativar FTP",
|
|
4
12
|
"ftpHost": "Host",
|
|
@@ -11,6 +19,7 @@
|
|
|
11
19
|
"httpEnabled": "Ativar fonte HTTP/HTTPS",
|
|
12
20
|
"httpInfo": "Introduza um URL direto para um ficheiro de cópia de segurança .tar.gz no separador principal. O protocolo (https://) é adicionado automaticamente se omitido.",
|
|
13
21
|
"httpSection": "HTTP/HTTPS",
|
|
22
|
+
"https://cloud.example.com/remote.php/webdav": "https://cloud.example.com/remote.php/webdav",
|
|
14
23
|
"localEnabled": "Ativar cópias de segurança locais",
|
|
15
24
|
"localSection": "Cópias de segurança locais",
|
|
16
25
|
"sftpEnabled": "Ativar SFTP",
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
+
"/": "/",
|
|
3
|
+
"/backups": "/backups",
|
|
4
|
+
"/opt/iobroker/backups": "/opt/iobroker/backups",
|
|
5
|
+
"192.168.1.100": "192.168.1.100",
|
|
6
|
+
"21": "21",
|
|
7
|
+
"22": "22",
|
|
8
|
+
"Backups": "Backups",
|
|
9
|
+
"anonymous": "anonymous",
|
|
2
10
|
"backupPath": "Путь к резервным копиям",
|
|
3
11
|
"ftpEnabled": "Включить FTP",
|
|
4
12
|
"ftpHost": "Хост",
|
|
@@ -11,6 +19,7 @@
|
|
|
11
19
|
"httpEnabled": "Включить источник HTTP/HTTPS",
|
|
12
20
|
"httpInfo": "Введите прямой URL к файлу резервной копии .tar.gz на главной вкладке. Протокол (https://) добавляется автоматически, если не указан.",
|
|
13
21
|
"httpSection": "HTTP/HTTPS",
|
|
22
|
+
"https://cloud.example.com/remote.php/webdav": "https://cloud.example.com/remote.php/webdav",
|
|
14
23
|
"localEnabled": "Включить локальные резервные копии",
|
|
15
24
|
"localSection": "Локальные резервные копии",
|
|
16
25
|
"sftpEnabled": "Включить SFTP",
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
+
"/": "/",
|
|
3
|
+
"/backups": "/backups",
|
|
4
|
+
"/opt/iobroker/backups": "/opt/iobroker/backups",
|
|
5
|
+
"192.168.1.100": "192.168.1.100",
|
|
6
|
+
"21": "21",
|
|
7
|
+
"22": "22",
|
|
8
|
+
"Backups": "Backups",
|
|
9
|
+
"anonymous": "anonymous",
|
|
2
10
|
"backupPath": "Шлях до резервних копій",
|
|
3
11
|
"ftpEnabled": "Увімкнути FTP",
|
|
4
12
|
"ftpHost": "Хост",
|
|
@@ -11,6 +19,7 @@
|
|
|
11
19
|
"httpEnabled": "Увімкнути джерело HTTP/HTTPS",
|
|
12
20
|
"httpInfo": "Введіть пряме посилання на файл резервної копії .tar.gz у головній вкладці. Протокол (https://) додається автоматично, якщо не вказано.",
|
|
13
21
|
"httpSection": "HTTP/HTTPS",
|
|
22
|
+
"https://cloud.example.com/remote.php/webdav": "https://cloud.example.com/remote.php/webdav",
|
|
14
23
|
"localEnabled": "Увімкнути локальні резервні копії",
|
|
15
24
|
"localSection": "Локальні резервні копії",
|
|
16
25
|
"sftpEnabled": "Увімкнути SFTP",
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
+
"/": "/",
|
|
3
|
+
"/backups": "/backups",
|
|
4
|
+
"/opt/iobroker/backups": "/opt/iobroker/backups",
|
|
5
|
+
"192.168.1.100": "192.168.1.100",
|
|
6
|
+
"21": "21",
|
|
7
|
+
"22": "22",
|
|
8
|
+
"Backups": "Backups",
|
|
9
|
+
"anonymous": "anonymous",
|
|
2
10
|
"backupPath": "备份路径",
|
|
3
11
|
"ftpEnabled": "启用 FTP",
|
|
4
12
|
"ftpHost": "主机",
|
|
@@ -11,6 +19,7 @@
|
|
|
11
19
|
"httpEnabled": "启用 HTTP/HTTPS 来源",
|
|
12
20
|
"httpInfo": "在主标签页中输入 .tar.gz 备份文件的直接 URL。如果省略协议 (https://),将自动添加。",
|
|
13
21
|
"httpSection": "HTTP/HTTPS",
|
|
22
|
+
"https://cloud.example.com/remote.php/webdav": "https://cloud.example.com/remote.php/webdav",
|
|
14
23
|
"localEnabled": "启用本地备份",
|
|
15
24
|
"localSection": "本地备份",
|
|
16
25
|
"sftpEnabled": "启用 SFTP",
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "script-restore",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.5",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.1.5": {
|
|
7
|
+
"en": "fix: update @alcalzone/release-script to ^5.2.1 (E0036)\nfix: add missing placeholder i18n keys to all 11 language files (W5612)\nfix: migrate i18n to short format, add npm provenance signing (S5601, S2008)\nfix: upgrade to @tsconfig/node22, pin @types/node to ^22 (W0086, W0090, W0066)\nfix: reorganize dependencies — types/eslint/prettier to devDependencies (W5060, W0078, E3031)\nfix: resolve adapter checker warnings W0069, W8917, S6022\nchore: bump ioBroker/testing-action-check from v1 to v2, keep deploy action at v1 (W3017)\nchore: bump typescript-eslint and @types/node",
|
|
8
|
+
"de": "fix: update @alcalzone/release-script to ^5.2.1 (E0036)\nfix: add missing placeholder i18n keys to all 11 language files (W5612)\nfix: migrate i18n to short format, add npm provenance signing (S5601, S2008)\nfix: upgrade to @tsconfig/node22, pin @types/node to ^22 (W0086, W0090, W0066)\nfix: reorganize dependencies — types/eslint/prettier to devDependencies (W5060, W0078, E3031)\nfix: resolve adapter checker warnings W0069, W8917, S6022\nchore: bump ioBroker/testing-action-check from v1 to v2, keep deploy action at v1 (W3017)\nchore: bump typescript-eslint and @types/node",
|
|
9
|
+
"ru": "fix: update @alcalzone/release-script to ^5.2.1 (E0036)\nfix: add missing placeholder i18n keys to all 11 language files (W5612)\nfix: migrate i18n to short format, add npm provenance signing (S5601, S2008)\nfix: upgrade to @tsconfig/node22, pin @types/node to ^22 (W0086, W0090, W0066)\nfix: reorganize dependencies — types/eslint/prettier to devDependencies (W5060, W0078, E3031)\nfix: resolve adapter checker warnings W0069, W8917, S6022\nchore: bump ioBroker/testing-action-check from v1 to v2, keep deploy action at v1 (W3017)\nchore: bump typescript-eslint and @types/node",
|
|
10
|
+
"pt": "fix: update @alcalzone/release-script to ^5.2.1 (E0036)\nfix: add missing placeholder i18n keys to all 11 language files (W5612)\nfix: migrate i18n to short format, add npm provenance signing (S5601, S2008)\nfix: upgrade to @tsconfig/node22, pin @types/node to ^22 (W0086, W0090, W0066)\nfix: reorganize dependencies — types/eslint/prettier to devDependencies (W5060, W0078, E3031)\nfix: resolve adapter checker warnings W0069, W8917, S6022\nchore: bump ioBroker/testing-action-check from v1 to v2, keep deploy action at v1 (W3017)\nchore: bump typescript-eslint and @types/node",
|
|
11
|
+
"nl": "fix: update @alcalzone/release-script to ^5.2.1 (E0036)\nfix: add missing placeholder i18n keys to all 11 language files (W5612)\nfix: migrate i18n to short format, add npm provenance signing (S5601, S2008)\nfix: upgrade to @tsconfig/node22, pin @types/node to ^22 (W0086, W0090, W0066)\nfix: reorganize dependencies — types/eslint/prettier to devDependencies (W5060, W0078, E3031)\nfix: resolve adapter checker warnings W0069, W8917, S6022\nchore: bump ioBroker/testing-action-check from v1 to v2, keep deploy action at v1 (W3017)\nchore: bump typescript-eslint and @types/node",
|
|
12
|
+
"fr": "fix: update @alcalzone/release-script to ^5.2.1 (E0036)\nfix: add missing placeholder i18n keys to all 11 language files (W5612)\nfix: migrate i18n to short format, add npm provenance signing (S5601, S2008)\nfix: upgrade to @tsconfig/node22, pin @types/node to ^22 (W0086, W0090, W0066)\nfix: reorganize dependencies — types/eslint/prettier to devDependencies (W5060, W0078, E3031)\nfix: resolve adapter checker warnings W0069, W8917, S6022\nchore: bump ioBroker/testing-action-check from v1 to v2, keep deploy action at v1 (W3017)\nchore: bump typescript-eslint and @types/node",
|
|
13
|
+
"it": "fix: update @alcalzone/release-script to ^5.2.1 (E0036)\nfix: add missing placeholder i18n keys to all 11 language files (W5612)\nfix: migrate i18n to short format, add npm provenance signing (S5601, S2008)\nfix: upgrade to @tsconfig/node22, pin @types/node to ^22 (W0086, W0090, W0066)\nfix: reorganize dependencies — types/eslint/prettier to devDependencies (W5060, W0078, E3031)\nfix: resolve adapter checker warnings W0069, W8917, S6022\nchore: bump ioBroker/testing-action-check from v1 to v2, keep deploy action at v1 (W3017)\nchore: bump typescript-eslint and @types/node",
|
|
14
|
+
"es": "fix: update @alcalzone/release-script to ^5.2.1 (E0036)\nfix: add missing placeholder i18n keys to all 11 language files (W5612)\nfix: migrate i18n to short format, add npm provenance signing (S5601, S2008)\nfix: upgrade to @tsconfig/node22, pin @types/node to ^22 (W0086, W0090, W0066)\nfix: reorganize dependencies — types/eslint/prettier to devDependencies (W5060, W0078, E3031)\nfix: resolve adapter checker warnings W0069, W8917, S6022\nchore: bump ioBroker/testing-action-check from v1 to v2, keep deploy action at v1 (W3017)\nchore: bump typescript-eslint and @types/node",
|
|
15
|
+
"pl": "fix: update @alcalzone/release-script to ^5.2.1 (E0036)\nfix: add missing placeholder i18n keys to all 11 language files (W5612)\nfix: migrate i18n to short format, add npm provenance signing (S5601, S2008)\nfix: upgrade to @tsconfig/node22, pin @types/node to ^22 (W0086, W0090, W0066)\nfix: reorganize dependencies — types/eslint/prettier to devDependencies (W5060, W0078, E3031)\nfix: resolve adapter checker warnings W0069, W8917, S6022\nchore: bump ioBroker/testing-action-check from v1 to v2, keep deploy action at v1 (W3017)\nchore: bump typescript-eslint and @types/node",
|
|
16
|
+
"uk": "fix: update @alcalzone/release-script to ^5.2.1 (E0036)\nfix: add missing placeholder i18n keys to all 11 language files (W5612)\nfix: migrate i18n to short format, add npm provenance signing (S5601, S2008)\nfix: upgrade to @tsconfig/node22, pin @types/node to ^22 (W0086, W0090, W0066)\nfix: reorganize dependencies — types/eslint/prettier to devDependencies (W5060, W0078, E3031)\nfix: resolve adapter checker warnings W0069, W8917, S6022\nchore: bump ioBroker/testing-action-check from v1 to v2, keep deploy action at v1 (W3017)\nchore: bump typescript-eslint and @types/node",
|
|
17
|
+
"zh-cn": "fix: update @alcalzone/release-script to ^5.2.1 (E0036)\nfix: add missing placeholder i18n keys to all 11 language files (W5612)\nfix: migrate i18n to short format, add npm provenance signing (S5601, S2008)\nfix: upgrade to @tsconfig/node22, pin @types/node to ^22 (W0086, W0090, W0066)\nfix: reorganize dependencies — types/eslint/prettier to devDependencies (W5060, W0078, E3031)\nfix: resolve adapter checker warnings W0069, W8917, S6022\nchore: bump ioBroker/testing-action-check from v1 to v2, keep deploy action at v1 (W3017)\nchore: bump typescript-eslint and @types/node"
|
|
18
|
+
},
|
|
6
19
|
"0.1.4": {
|
|
7
20
|
"en": "add syntax highlighting for JS/TS, Blockly (XML) and Rules (JSON) — pure JS, no external deps\nfix language detection: read ioBroker system language via adapter (system.config) instead of browser/DOM\ntranslate all remaining loader texts (reading file/archive, extracting, loading URL)",
|
|
8
21
|
"de": "syntax-Highlighting für JS/TS, Blockly (XML) und Rules (JSON) hinzufügen — pure JS, keine externen Deps\nspracherkennung fix: ioBroker Systemsprache über Adapter (system.config) anstelle von Browser/DOM lesen\nalle übrigen Loadertexte übersetzen (Datei/Archiv lesen, extrahieren, URL laden)",
|
|
@@ -67,32 +80,6 @@
|
|
|
67
80
|
"pl": "drop Node.js 20 support (EOL 2026- 04- 30), require > = 22\nfix: move @ iobroker / types to production dependences to fix CI integration test\ndodaj .npmrc z legacy- peer- deps w celu rozwiązania konfliktów wzajemnej zależności\naktualizacje zależności: webdav, basic- ftp, typescript, @ types / node, @ iobroker / eslint- config",
|
|
68
81
|
"uk": "javaScript licenses API Веб-сайт Go1.13.8\nвиправити: перемістити @iobroker/types до виробництва залежностей для фіксації тесту інтеграції CI\nдодати .npmrc з спадкоємно-перцевими депсами для вирішення конфліктів залежностей\njavascript licenses api веб-сайт go1.13.8",
|
|
69
82
|
"zh-cn": "drop Node.js 20 支持(EOL 2026-04-30), 需要 >= 22\n固定 : 将 @iobroduc/ types 移动到生产依赖, 以固定 CI 集成测试\n添加 .npmrc 和 least- peer- deps 以解决同伴依赖冲突\n更新依赖性:webdav, basic-ftp, typescript, @types/node, @iobroster/eslint-config"
|
|
70
|
-
},
|
|
71
|
-
"0.0.12": {
|
|
72
|
-
"en": "add common.singleton to prevent multiple instances\ncomplete i18n translations for all supported languages (fr, es, it, nl, pl, pt, ru, uk, zh-cn)",
|
|
73
|
-
"de": "fügen sie gemeinsam hinzu. singleton, um mehrere instanzen zu verhindern\nvollständige i18n übersetzungen für alle unterstützten sprachen (fr, es, it, nl, pl, pt, ru, uk, zh-cn)",
|
|
74
|
-
"ru": "добавить общий. синглтон для предотвращения нескольких случаев\nполный перевод i18n для всех поддерживаемых языков (fr, es, it, nl, pl, pt, ru, uk, zh-cn)",
|
|
75
|
-
"pt": "adicionar comum. singleton para prevenir múltiplas instâncias\ntraduções completas i18n para todas as línguas suportadas (fr, es, it, nl, pl, pt, ru, uk, zh-cn)",
|
|
76
|
-
"nl": "voeg gewoon toe. singleton om meerdere instanties te voorkomen\ncomplete i18n vertalingen voor alle ondersteunde talen (fr, es, it, nl, pl, pt, ru, uk, zh-cn)",
|
|
77
|
-
"fr": "ajouter commune. singleton pour prévenir plusieurs instances\ntraduction complète i18n pour toutes les langues prises en charge (fr, es, it, nl, pl, pt, ru, uk, zh-cn)",
|
|
78
|
-
"it": "aggiungere comune. singleton per prevenire più istanze\ntraduzioni i18n complete per tutte le lingue supportate (en, es, it, nl, pl, pt, ru, uk, zh-cn)",
|
|
79
|
-
"es": "añadir común. singleton para prevenir múltiples casos\ncompleta i18n traducciones para todos los idiomas compatibles (fr, es, it, nl, pl, pt, ru, uk, zh-cn)",
|
|
80
|
-
"pl": "dodać wspólne. singleton zapobiec wielu instancji\npełne tłumaczenie i18n dla wszystkich obsługiwanych języków (fr, es, it, nl, pl, pt, ru, uk, zh- cn)",
|
|
81
|
-
"uk": "додати загальний. однотон для запобігання декількох екземплярів\nповний переклад i18n для всіх підтримуваних мов (fr, es, it, nl, pl, pt, ru, uk, zh-cn)",
|
|
82
|
-
"zh-cn": "添加常见。 用于防止多个实例的单调\n完成所有支持语言的i18n翻译(fr, es, it, nl, pl, pt, ru, uk, zh- cn)"
|
|
83
|
-
},
|
|
84
|
-
"0.0.11": {
|
|
85
|
-
"en": "add type filter (JS/TS/Blockly/Rules) in script sidebar\nadd direct restore into ioBroker with suffix input and confirm modal\nremove obsolete admin/words.js and .prettierignore",
|
|
86
|
-
"de": "typfilter (JS/TS/Blockly/Rules) in Skript-Seitenleiste hinzufügen\ndirekte Wiederherstellung in ioBroker mit Suffix-Eingang und bestätigen\nentfernen obsolete admin/words.js und .prettierignore",
|
|
87
|
-
"ru": "добавить фильтр типа (JS/TS/Blockly/Rules) на боковой панели сценария\nдобавить прямое восстановление в ioBroker с вводом суффикса и подтвердить модаль\nудалить устаревшие admin/words.js и .prettierignore",
|
|
88
|
-
"pt": "adicionar filtro do tipo (JS/TS/Blockly/Regras) na barra lateral do script\nadicionar restauração direta no ioBroker com entrada sufixo e confirmar modal\nremover o obsoleto admin/words.js e .prettierignore",
|
|
89
|
-
"nl": "typefilter (JS/TS/Blockly/Rules) toevoegen in script zijbalk\ndirect herstellen toevoegen aan ioBroker met achtervoegsel ingang en bevestigen modal\nverouderde admin/words.js en .prettierignore verwijderen",
|
|
90
|
-
"fr": "ajouter un filtre de type (JS/TS/Blockly/Rules) dans la barre latérale du script\najouter la restauration directe dans ioBroker avec suffixe entrée et confirmer modal\nsupprimer admin/words.js obsolète et .prettierignore",
|
|
91
|
-
"it": "aggiungere il filtro di tipo (JS/TS/Blockly/Rules) nella barra laterale dello script\naggiungere il ripristino diretto in ioBroker con ingresso suffisso e confermare modal\nrimuovere obsoleti admin/words.js e .prettierignore",
|
|
92
|
-
"es": "añadir filtro tipo (JS/TS/Blockly/Rules) en barra lateral de script\nañadir la restauración directa en ioBroker con entrada de sufijo y confirmar modal\neliminar obsoletos admin/words.js y .prettierignore",
|
|
93
|
-
"pl": "dodaj filtr typu (JS / TS / Blockly / Rules) w pasku bocznym skryptu\ndodaj bezpośrednie przywracanie do joBrokera z wejściem przyrostowym i potwierdź modal\nusunąć przestarzałe admin / words.js i .prettierignore",
|
|
94
|
-
"uk": "додати фільтр типу (JS/TS/Blockly/Rules) в бічній панелі скриптів\nдодати прямий відновлення в ioBroker з входом Suffix і підтвердити модаль\nвидалити obsolete admin/words.js і .prettierignore",
|
|
95
|
-
"zh-cn": "在脚本边栏中添加类型过滤器( JS/ TS/ Blockly/ Rules)\n在 ioBroker 中添加带有后缀输入的直接还原并确认模式\n删除过时的管理员/名词.js和. pretierignore"
|
|
96
83
|
}
|
|
97
84
|
},
|
|
98
85
|
"titleLang": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.script-restore",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "Restore ioBroker scripts from backup archives",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "ipod86",
|
|
@@ -22,40 +22,26 @@
|
|
|
22
22
|
"url": "https://github.com/ipod86/ioBroker.script-restore.git"
|
|
23
23
|
},
|
|
24
24
|
"engines": {
|
|
25
|
-
"node": ">= 22"
|
|
25
|
+
"node": ">= 22.13.0"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@eslint/eslintrc": "^3.3.5",
|
|
29
|
-
"@eslint/js": "^10.0.1",
|
|
30
28
|
"@iobroker/adapter-core": "^3.3.2",
|
|
31
|
-
"@iobroker/types": "^7.1.0",
|
|
32
29
|
"@marsaud/smb2": "^0.18.0",
|
|
33
30
|
"basic-ftp": "^6.0.1",
|
|
34
|
-
"eslint": "^10.4.0",
|
|
35
|
-
"eslint-config-prettier": "^10.1.8",
|
|
36
|
-
"eslint-plugin-import": "^2.32.0",
|
|
37
|
-
"eslint-plugin-jsdoc": "^62.9.0",
|
|
38
|
-
"eslint-plugin-prettier": "^5.5.5",
|
|
39
|
-
"eslint-plugin-react": "^7.37.5",
|
|
40
|
-
"eslint-plugin-react-hooks": "^7.1.1",
|
|
41
|
-
"eslint-plugin-unicorn": "^64.0.0",
|
|
42
|
-
"globals": "^17.6.0",
|
|
43
|
-
"prettier": "^3.8.3",
|
|
44
31
|
"ssh2-sftp-client": "^12.1.1",
|
|
45
|
-
"typescript-eslint": "^8.59.3",
|
|
46
32
|
"webdav": "^5.10.0"
|
|
47
33
|
},
|
|
48
34
|
"devDependencies": {
|
|
49
|
-
"@alcalzone/release-script": "^5.2.
|
|
35
|
+
"@alcalzone/release-script": "^5.2.1",
|
|
50
36
|
"@alcalzone/release-script-plugin-iobroker": "^5.2.0",
|
|
51
37
|
"@alcalzone/release-script-plugin-license": "^5.2.0",
|
|
52
38
|
"@alcalzone/release-script-plugin-manual-review": "^5.2.0",
|
|
53
39
|
"@iobroker/adapter-dev": "^1.5.0",
|
|
54
40
|
"@iobroker/eslint-config": "^2.3.4",
|
|
55
41
|
"@iobroker/testing": "^5.2.2",
|
|
56
|
-
"@tsconfig/
|
|
42
|
+
"@tsconfig/node22": "^22.0.5",
|
|
57
43
|
"@types/iobroker": "npm:@iobroker/types@^7.1.0",
|
|
58
|
-
"@types/node": "^
|
|
44
|
+
"@types/node": "^22.0.0",
|
|
59
45
|
"@types/ssh2-sftp-client": "^9.0.6",
|
|
60
46
|
"rimraf": "^6.1.3",
|
|
61
47
|
"source-map-support": "^0.5.21",
|