datatruck 0.36.6 → 0.36.8

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.
@@ -686,6 +686,13 @@
686
686
  }
687
687
  ]
688
688
  },
689
+ "keepAliveTimeout": {
690
+ "type": "number"
691
+ },
692
+ "contentLength": {
693
+ "default": true,
694
+ "type": "boolean"
695
+ },
689
696
  "allowlist": {
690
697
  "type": "object",
691
698
  "properties": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datatruck",
3
- "version": "0.36.6",
3
+ "version": "0.36.8",
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.36.6"
29
+ "@datatruck/cli": "0.36.8"
30
30
  },
31
31
  "engine": {
32
32
  "node": ">=20.0.0"