@lokalise/polyglot-sdk 6.0.0 → 6.0.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.
@@ -62,7 +62,7 @@ export type LqaCategoryResponseEnum = ObjectValues<typeof LqaCategoryResponseEnu
62
62
  export type LqaIssue = {
63
63
  severity: LqaSeverityResponseEnum;
64
64
  category: LqaCategoryResponseEnum;
65
- comment?: string;
65
+ comment: string | null;
66
66
  };
67
67
  export type PolyglotGenerateVariantsResponse = {
68
68
  variants: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lokalise/polyglot-sdk",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "author": {
5
5
  "name": "Lokalise",
6
6
  "url": "https://lokalise.com/"