datatruck 0.12.1 → 0.13.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 +7 -0
- package/config.schema.json +6 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# datatruck
|
|
2
2
|
|
|
3
|
+
## 0.13.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`aca9634`](https://github.com/swordev/datatruck/commit/aca9634313d562065a3e09efde8adf31b9939f89), [`25f0cbb`](https://github.com/swordev/datatruck/commit/25f0cbb2754ca1b082a51e929c373f88825bc18d), [`64cbb10`](https://github.com/swordev/datatruck/commit/64cbb10ea2526612e9f1183c878f146dbe4cea13), [`297d120`](https://github.com/swordev/datatruck/commit/297d1202c49a3a6b4a5eafc3871359c1af637d52), [`cb0ea35`](https://github.com/swordev/datatruck/commit/cb0ea35161ce8f67c40c6c77d1169d648ac0dfcd), [`357b995`](https://github.com/swordev/datatruck/commit/357b995c041f3167290a5ce9ae4f9a8d122f2a10)]:
|
|
8
|
+
- @datatruck/cli@0.13.0
|
|
9
|
+
|
|
3
10
|
## 0.12.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/config.schema.json
CHANGED
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"type": "object",
|
|
82
82
|
"properties": {
|
|
83
83
|
"type": {
|
|
84
|
-
"const": "
|
|
84
|
+
"const": "datatruck"
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
},
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"type": "object",
|
|
90
90
|
"properties": {
|
|
91
91
|
"config": {
|
|
92
|
-
"$ref": "#/definitions/
|
|
92
|
+
"$ref": "#/definitions/datatruck-repository"
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
95
|
},
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
"type": "object",
|
|
249
249
|
"properties": {
|
|
250
250
|
"type": {
|
|
251
|
-
"const": "
|
|
251
|
+
"const": "datatruck"
|
|
252
252
|
}
|
|
253
253
|
}
|
|
254
254
|
},
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"type": "object",
|
|
257
257
|
"properties": {
|
|
258
258
|
"config": {
|
|
259
|
-
"$ref": "#/definitions/
|
|
259
|
+
"$ref": "#/definitions/datatruck-package-repository"
|
|
260
260
|
}
|
|
261
261
|
}
|
|
262
262
|
},
|
|
@@ -438,7 +438,7 @@
|
|
|
438
438
|
"additionalProperties": false,
|
|
439
439
|
"properties": {}
|
|
440
440
|
},
|
|
441
|
-
"
|
|
441
|
+
"datatruck-repository": {
|
|
442
442
|
"type": "object",
|
|
443
443
|
"required": [
|
|
444
444
|
"outPath"
|
|
@@ -453,7 +453,7 @@
|
|
|
453
453
|
}
|
|
454
454
|
}
|
|
455
455
|
},
|
|
456
|
-
"
|
|
456
|
+
"datatruck-package-repository": {
|
|
457
457
|
"type": "object",
|
|
458
458
|
"additionalProperties": false,
|
|
459
459
|
"properties": {
|