datatruck 0.13.1 → 0.16.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,26 @@
1
1
  # datatruck
2
2
 
3
+ ## 0.16.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`e25867a`](https://github.com/swordev/datatruck/commit/e25867a49217e682c0fee7e1822a12daa583b168), [`dae957b`](https://github.com/swordev/datatruck/commit/dae957b20f519d1bc0f6b046074ae2ad02a071dc), [`7ba3dd3`](https://github.com/swordev/datatruck/commit/7ba3dd3521fc10140adc178810cc2b6153f0f5df), [`1024225`](https://github.com/swordev/datatruck/commit/102422501f629f50164db439e69a456725579cbe), [`b65f080`](https://github.com/swordev/datatruck/commit/b65f080d7eca5588bce533e988067bd432da3c50), [`e603aee`](https://github.com/swordev/datatruck/commit/e603aee22febd7cc23056caeeb9f9304957199d6), [`09db164`](https://github.com/swordev/datatruck/commit/09db164db462077289b66931e82f162a92558720), [`2b9b2bb`](https://github.com/swordev/datatruck/commit/2b9b2bbb407b0b84a4b7fe3cd8773d6326983e8a)]:
8
+ - @datatruck/cli@0.16.0
9
+
10
+ ## 0.15.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`c73ceec`](https://github.com/swordev/datatruck/commit/c73ceec5ccb6a824fe6a6fceee56700705191fba)]:
15
+ - @datatruck/cli@0.15.0
16
+
17
+ ## 0.14.0
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [[`91fe442`](https://github.com/swordev/datatruck/commit/91fe44257fa58400d7ce6a4678747e034e94228a)]:
22
+ - @datatruck/cli@0.14.0
23
+
3
24
  ## 0.13.1
4
25
 
5
26
  ### Patch Changes
@@ -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
  },
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "datatruck",
3
- "version": "0.13.1",
3
+ "version": "0.16.0",
4
4
  "dependencies": {
5
- "@datatruck/cli": "0.13.1"
5
+ "@datatruck/cli": "0.16.0"
6
6
  },
7
7
  "engine": {
8
8
  "node": ">=16.0.0"