@lingui/core
Advanced tools
Comparing version 4.8.0 to 4.10.0
@@ -46,3 +46,3 @@ import { CompiledMessage } from '@lingui/message-utils/compileMessage'; | ||
type MissingHandler = string | ((locale: string, id: string) => string); | ||
type setupI18nProps = { | ||
type I18nProps = { | ||
locale?: Locale; | ||
@@ -75,3 +75,3 @@ locales?: Locales; | ||
private _missing?; | ||
constructor(params: setupI18nProps); | ||
constructor(params: I18nProps); | ||
get locale(): string; | ||
@@ -110,3 +110,3 @@ get locales(): Locales | undefined; | ||
} | ||
declare function setupI18n(params?: setupI18nProps): I18n; | ||
declare function setupI18n(params?: I18nProps): I18n; | ||
@@ -113,0 +113,0 @@ declare const defaultLocale = "en"; |
{ | ||
"name": "@lingui/core", | ||
"version": "4.8.0", | ||
"version": "4.10.0", | ||
"sideEffects": false, | ||
@@ -57,3 +57,3 @@ "description": "I18n tools for javascript", | ||
"@babel/runtime": "^7.20.13", | ||
"@lingui/message-utils": "4.8.0", | ||
"@lingui/message-utils": "4.10.0", | ||
"unraw": "^3.0.0" | ||
@@ -65,3 +65,3 @@ }, | ||
}, | ||
"gitHead": "1b3a1209b06e9a6b6820ce54064da87052c21fa5" | ||
"gitHead": "5088feb92de2a669659e85067c2849331122e830" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
49217
+ Added@lingui/message-utils@4.10.0(transitive)
- Removed@lingui/message-utils@4.8.0(transitive)
Updated@lingui/message-utils@4.10.0