datatruck 0.40.4 → 0.41.0
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/config.schema.json +6 -3
- package/package.json +2 -2
package/config.schema.json
CHANGED
|
@@ -1113,6 +1113,9 @@
|
|
|
1113
1113
|
"type": "boolean"
|
|
1114
1114
|
}
|
|
1115
1115
|
]
|
|
1116
|
+
},
|
|
1117
|
+
"insecureTls": {
|
|
1118
|
+
"type": "boolean"
|
|
1116
1119
|
}
|
|
1117
1120
|
},
|
|
1118
1121
|
"additionalProperties": false,
|
|
@@ -1249,15 +1252,15 @@
|
|
|
1249
1252
|
"path": {
|
|
1250
1253
|
"type": "string"
|
|
1251
1254
|
},
|
|
1252
|
-
"username": {
|
|
1253
|
-
"type": "string"
|
|
1254
|
-
},
|
|
1255
1255
|
"host": {
|
|
1256
1256
|
"type": "string"
|
|
1257
1257
|
},
|
|
1258
1258
|
"port": {
|
|
1259
1259
|
"type": "number"
|
|
1260
1260
|
},
|
|
1261
|
+
"username": {
|
|
1262
|
+
"type": "string"
|
|
1263
|
+
},
|
|
1261
1264
|
"protocol": {
|
|
1262
1265
|
"enum": [
|
|
1263
1266
|
"http",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "datatruck",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.41.0",
|
|
4
4
|
"description": "Tool for creating and managing backups",
|
|
5
5
|
"homepage": "https://github.com/swordev/datatruck#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"config.schema.json"
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@datatruck/cli": "0.
|
|
29
|
+
"@datatruck/cli": "0.41.0"
|
|
30
30
|
},
|
|
31
31
|
"engine": {
|
|
32
32
|
"node": ">=20.0.0"
|