edsger 0.8.2 → 0.8.3

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.
@@ -110,6 +110,7 @@ export interface TestCase {
110
110
  name: string;
111
111
  description: string;
112
112
  is_critical: boolean;
113
+ status?: 'draft' | 'ready' | 'in_progress' | 'done' | 'cancelled';
113
114
  created_at: string;
114
115
  updated_at: string;
115
116
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edsger",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "edsger": "dist/index.js"