datatruck 0.13.0 → 0.15.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 +21 -0
- package/config.schema.json +4 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# datatruck
|
|
2
2
|
|
|
3
|
+
## 0.15.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`c73ceec`](https://github.com/swordev/datatruck/commit/c73ceec5ccb6a824fe6a6fceee56700705191fba)]:
|
|
8
|
+
- @datatruck/cli@0.15.0
|
|
9
|
+
|
|
10
|
+
## 0.14.0
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [[`91fe442`](https://github.com/swordev/datatruck/commit/91fe44257fa58400d7ce6a4678747e034e94228a)]:
|
|
15
|
+
- @datatruck/cli@0.14.0
|
|
16
|
+
|
|
17
|
+
## 0.13.1
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [[`bfd61c7`](https://github.com/swordev/datatruck/commit/bfd61c7c5cdec7aea4f66193094786797231b1d6), [`a208200`](https://github.com/swordev/datatruck/commit/a20820044fe8dac007bbc70de840b27735c689ef), [`442bd3d`](https://github.com/swordev/datatruck/commit/442bd3d7376e6c546cfcba69a80048e90e11a488)]:
|
|
22
|
+
- @datatruck/cli@0.13.1
|
|
23
|
+
|
|
3
24
|
## 0.13.0
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
package/config.schema.json
CHANGED
|
@@ -475,6 +475,9 @@
|
|
|
475
475
|
"include"
|
|
476
476
|
],
|
|
477
477
|
"properties": {
|
|
478
|
+
"name": {
|
|
479
|
+
"type": "string"
|
|
480
|
+
},
|
|
478
481
|
"include": {
|
|
479
482
|
"$ref": "#/definitions/stringlist-util"
|
|
480
483
|
},
|
|
@@ -683,6 +686,7 @@
|
|
|
683
686
|
"username",
|
|
684
687
|
"database"
|
|
685
688
|
],
|
|
689
|
+
"additionalProperties": false,
|
|
686
690
|
"properties": {
|
|
687
691
|
"password": {
|
|
688
692
|
"anyOf": [
|