@vocab/core
Advanced tools
Comparing version 1.3.1 to 1.4.0
@@ -54,2 +54,3 @@ export type { FormatXMLElementFn } from 'intl-messageformat'; | ||
}; | ||
export type TranslationKeys<Translations extends TranslationFile<any, ParsedFormatFnByKey>> = keyof Awaited<ReturnType<Translations['getMessages']>>; | ||
export interface LanguageTarget { | ||
@@ -56,0 +57,0 @@ name: LanguageName; |
{ | ||
"name": "@vocab/core", | ||
"version": "1.3.1", | ||
"version": "1.4.0", | ||
"main": "dist/vocab-core.cjs.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/vocab-core.esm.js", |
@@ -453,3 +453,3 @@ # Vocab | ||
referenced in the upload. These keys can be deleted from Phrase by providing the | ||
`---delete-unused-keys` flag to `vocab push`. E.g. | ||
`--delete-unused-keys` flag to `vocab push`. E.g. | ||
@@ -456,0 +456,0 @@ ```sh |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
134446
2987