datatruck 0.28.0 → 0.29.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,12 @@
1
1
  # datatruck
2
2
 
3
+ ## 0.29.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`1c5084d`](https://github.com/swordev/datatruck/commit/1c5084dab2058ab9699f1a908f2581cd03da0468), [`363fc0d`](https://github.com/swordev/datatruck/commit/363fc0d8158aba6ae6a171769ef01dcd0fd2de08), [`5fe3e91`](https://github.com/swordev/datatruck/commit/5fe3e91e994238cf901e570c9b9ef8254d79afa1), [`e47ed46`](https://github.com/swordev/datatruck/commit/e47ed46c47fc93d7d5f3b76935d425c6b42ae9a5), [`0a760a2`](https://github.com/swordev/datatruck/commit/0a760a2038ff77966936b3a9a0a8e865f4dae4c4), [`bd4d42e`](https://github.com/swordev/datatruck/commit/bd4d42e0261f79bdb69dd55abc30ef8bb0bfdcd7)]:
8
+ - @datatruck/cli@0.29.0
9
+
3
10
  ## 0.28.0
4
11
 
5
12
  ### Patch Changes
@@ -1079,6 +1079,9 @@
1079
1079
  }
1080
1080
  }
1081
1081
  }
1082
+ },
1083
+ "prunePolicy": {
1084
+ "$ref": "#/definitions/prune-policy"
1082
1085
  }
1083
1086
  }
1084
1087
  },
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "datatruck",
3
- "version": "0.28.0",
3
+ "version": "0.29.0",
4
4
  "dependencies": {
5
- "@datatruck/cli": "0.28.0"
5
+ "@datatruck/cli": "0.29.0"
6
6
  },
7
7
  "engine": {
8
8
  "node": ">=16.0.0"