i18next-hmr
Advanced tools
Comparing version 1.11.3 to 1.11.4
@@ -7,4 +7,11 @@ ### Changelog | ||
#### [v1.11.4](https://github.com/felixmosh/i18next-hmr/compare/v1.11.3...v1.11.4) | ||
- fix: fix plugin options type [`6fe639b`](https://github.com/felixmosh/i18next-hmr/commit/6fe639b144921d7e7b3e67422e0592b053c9e31a) | ||
#### [v1.11.3](https://github.com/felixmosh/i18next-hmr/compare/v1.11.2...v1.11.3) | ||
> 22 May 2023 | ||
- Release 1.11.3 [`ad67539`](https://github.com/felixmosh/i18next-hmr/commit/ad67539d70abfb0da0dae657c79828a5ceac27fc) | ||
- fix: make localesDirs plugin config an optional [`3de3b0c`](https://github.com/felixmosh/i18next-hmr/commit/3de3b0cacd9a869d7a2b44f20f522cd7c340603d) | ||
@@ -11,0 +18,0 @@ |
{ | ||
"name": "i18next-hmr", | ||
"version": "1.11.3", | ||
"version": "1.11.4", | ||
"description": "I18Next HMR webpack plugin that allows reloading translation resources on the client & the server.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
export class I18NextHMRPlugin { | ||
static addListener(cb: (data: { lang: string; ns: string }) => void): void; | ||
constructor(options: { localesDir: string; localesDirs?: string[] }); | ||
constructor(options: { localesDir: string; } | { localesDirs: string[] }); | ||
} |
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
36330