@monokle/types
Advanced tools
Comparing version 0.2.1 to 0.2.2
# @monokle/types | ||
## 0.2.2 | ||
### Patch Changes | ||
- 393090b: removed unallowed semicolon from types definitions | ||
## 0.2.1 | ||
@@ -4,0 +10,0 @@ |
@@ -52,7 +52,7 @@ /** | ||
justification?: string; | ||
}; | ||
} | ||
export interface ExternalSuppression extends Suppression { | ||
guid: string; | ||
}; | ||
} | ||
@@ -59,0 +59,0 @@ export interface AnnotationsSuppression extends Suppression { |
{ | ||
"name": "@monokle/types", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"types": "./index.d.ts", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
2409