@chevre/factory 10.3.0-alpha.0 → 10.3.0-alpha.1

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.
@@ -101,8 +101,6 @@ export interface ISearchConditions {
101
101
  statuses?: TaskStatus[];
102
102
  runsFrom?: Date;
103
103
  runsThrough?: Date;
104
- lastTriedFrom?: Date;
105
- lastTriedThrough?: Date;
106
104
  dateAborted?: {
107
105
  $gte?: Date;
108
106
  $lte?: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "10.3.0-alpha.0",
3
+ "version": "10.3.0-alpha.1",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "files": [