i18next-http-middleware
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -0,1 +1,4 @@ | ||
## [v3.1.2](https://github.com/i18next/i18next-http-middleware/compare/v3.1.1...v3.1.2) | ||
- fix the type of the lookup method [#37](https://github.com/i18next/i18next-http-middleware/pull/37) | ||
## [v3.1.1](https://github.com/i18next/i18next-http-middleware/compare/v3.1.0...v3.1.1) | ||
@@ -2,0 +5,0 @@ - make sure no undefined language is detected |
@@ -126,3 +126,3 @@ import { | ||
options?: LanguageDetectorInterfaceOptions | ||
) => string | string[]; | ||
) => string | string[] | undefined; | ||
@@ -129,0 +129,0 @@ cacheUserLanguage?: ( |
{ | ||
"name": "i18next-http-middleware", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
101652