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