Comparing version 1.0.1 to 1.0.2
@@ -10,3 +10,3 @@ export type IdentInfo = { | ||
context?: string; | ||
occurences: string[]; | ||
occurences?: string[]; | ||
comments?: string[]; | ||
@@ -20,3 +20,3 @@ translations: string[]; | ||
context?: string; | ||
occurences: string[]; | ||
occurences?: string[]; | ||
comments?: string[]; | ||
@@ -23,0 +23,0 @@ translations: string[]; |
{ | ||
"name": "i18n-proto", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Typings & protocol description for i18n interactions", | ||
@@ -14,3 +14,3 @@ "main": "index.ts", | ||
"type": "git", | ||
"url": "https://github.com/ctizen/i18n-proto" | ||
"url": "https://github.com/2gis/i18n-proto" | ||
}, | ||
@@ -17,0 +17,0 @@ "author": "", |