motoko 3.5.8 → 3.6.1

Sign up to get free protection for your applications and to get access to all the features.
package/src/index.ts CHANGED
@@ -19,7 +19,7 @@ export type Diagnostic = {
19
19
  start: { line: number; character: number };
20
20
  end: { line: number; character: number };
21
21
  };
22
- severity: string;
22
+ severity: number;
23
23
  code: string;
24
24
  category: string;
25
25
  message: string;