datatruck 0.18.0 → 0.20.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/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # datatruck
2
2
 
3
+ ## 0.20.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`13f9331`](https://github.com/swordev/datatruck/commit/13f933191f56f93e2eee0467e272998520b36195)]:
8
+ - @datatruck/cli@0.20.0
9
+
10
+ ## 0.19.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`452a878`](https://github.com/swordev/datatruck/commit/452a878b04bf6dcf4632423f1455648e9e196697)]:
15
+ - @datatruck/cli@0.19.0
16
+
3
17
  ## 0.18.0
4
18
 
5
19
  ### Patch Changes
@@ -458,45 +458,31 @@
458
458
  "additionalProperties": false,
459
459
  "properties": {
460
460
  "compress": {
461
- "anyOf": [
462
- {
463
- "type": "boolean"
464
- },
465
- {
466
- "type": "object",
467
- "additionalProperties": false,
468
- "properties": {
469
- "packs": {
470
- "type": "array",
471
- "items": {
472
- "type": "object",
473
- "additionalProperties": false,
474
- "required": [
475
- "include"
476
- ],
477
- "properties": {
478
- "name": {
479
- "type": "string"
480
- },
481
- "include": {
482
- "$ref": "#/definitions/stringlist-util"
483
- },
484
- "exclude": {
485
- "$ref": "#/definitions/stringlist-util"
486
- },
487
- "onePackByResult": {
488
- "type": "boolean"
489
- }
490
- }
491
- }
492
- }
461
+ "type": "boolean"
462
+ },
463
+ "packs": {
464
+ "type": "array",
465
+ "items": {
466
+ "type": "object",
467
+ "additionalProperties": false,
468
+ "required": [
469
+ "include"
470
+ ],
471
+ "properties": {
472
+ "name": {
473
+ "type": "string"
474
+ },
475
+ "include": {
476
+ "$ref": "#/definitions/stringlist-util"
477
+ },
478
+ "exclude": {
479
+ "$ref": "#/definitions/stringlist-util"
480
+ },
481
+ "onePackByResult": {
482
+ "type": "boolean"
493
483
  }
494
484
  }
495
- ]
496
- },
497
- "fileCopyConcurrency": {
498
- "type": "integer",
499
- "minimum": 1
485
+ }
500
486
  }
501
487
  }
502
488
  },
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "datatruck",
3
- "version": "0.18.0",
3
+ "version": "0.20.0",
4
4
  "dependencies": {
5
- "@datatruck/cli": "0.18.0"
5
+ "@datatruck/cli": "0.20.0"
6
6
  },
7
7
  "engine": {
8
8
  "node": ">=16.0.0"