@nomalism-com/types 0.29.22 → 0.29.24

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.
@@ -935,7 +935,6 @@ export interface Task {
935
935
  from: string;
936
936
  to: string | null;
937
937
  task: string;
938
- read: boolean;
939
938
  finished: boolean;
940
939
  archived: boolean;
941
940
  history: unknown | null;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.29.22",
12
+ "version": "0.29.24",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [