datatruck 0.24.0 → 0.26.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.26.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`ff54d83`](https://github.com/swordev/datatruck/commit/ff54d835a4ea5c54c47c75e735549b1f49d66e5e)]:
8
+ - @datatruck/cli@0.26.0
9
+
10
+ ## 0.25.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`7a1adf0`](https://github.com/swordev/datatruck/commit/7a1adf0624d4306f40bfd1943105cbfaa64a566c)]:
15
+ - @datatruck/cli@0.25.0
16
+
3
17
  ## 0.24.0
4
18
 
5
19
  ### Patch Changes
@@ -176,7 +176,7 @@
176
176
  "type": "string"
177
177
  },
178
178
  {
179
- "$ref": "#/definitions/paths-object"
179
+ "$ref": "#/definitions/script-task_step"
180
180
  }
181
181
  ]
182
182
  }
@@ -189,7 +189,7 @@
189
189
  "type": "string"
190
190
  },
191
191
  {
192
- "$ref": "#/definitions/paths-object"
192
+ "$ref": "#/definitions/script-task_step"
193
193
  }
194
194
  ]
195
195
  }
@@ -1036,44 +1036,6 @@
1036
1036
  }
1037
1037
  }
1038
1038
  },
1039
- "paths-object": {
1040
- "type": "object",
1041
- "required": [
1042
- "type"
1043
- ],
1044
- "properties": {
1045
- "type": {
1046
- "type": "string"
1047
- }
1048
- },
1049
- "anyOf": [
1050
- {
1051
- "if": {
1052
- "type": "object",
1053
- "properties": {
1054
- "type": {
1055
- "const": "spawn"
1056
- }
1057
- }
1058
- },
1059
- "then": {
1060
- "type": "object",
1061
- "required": [
1062
- "command"
1063
- ],
1064
- "properties": {
1065
- "command": {
1066
- "type": "string"
1067
- },
1068
- "args": {
1069
- "$ref": "#/definitions/stringlist-util"
1070
- }
1071
- }
1072
- },
1073
- "else": false
1074
- }
1075
- ]
1076
- },
1077
1039
  "compress-util": {
1078
1040
  "type": "object",
1079
1041
  "additionalProperties": false,
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "datatruck",
3
- "version": "0.24.0",
3
+ "version": "0.26.0",
4
4
  "dependencies": {
5
- "@datatruck/cli": "0.24.0"
5
+ "@datatruck/cli": "0.26.0"
6
6
  },
7
7
  "engine": {
8
8
  "node": ">=16.0.0"