i18next-hmr
Advanced tools
Comparing version 1.11.2 to 1.11.3
@@ -7,4 +7,10 @@ ### Changelog | ||
#### [v1.11.3](https://github.com/felixmosh/i18next-hmr/compare/v1.11.2...v1.11.3) | ||
- fix: make localesDirs plugin config an optional [`3de3b0c`](https://github.com/felixmosh/i18next-hmr/commit/3de3b0cacd9a869d7a2b44f20f522cd7c340603d) | ||
#### [v1.11.2](https://github.com/felixmosh/i18next-hmr/compare/v1.11.1...v1.11.2) | ||
> 18 May 2023 | ||
- fix: add defaultNS as an optional ns value [`3a20106`](https://github.com/felixmosh/i18next-hmr/commit/3a2010607a54b2a0bd888a1d52a95101078b1fbc) | ||
@@ -11,0 +17,0 @@ - Bump webpack from 5.73.0 to 5.76.1 in /examples/react-i18next [`290d870`](https://github.com/felixmosh/i18next-hmr/commit/290d870a52d31a59b34aeae4bb6901ecf649b271) |
{ | ||
"name": "i18next-hmr", | ||
"version": "1.11.2", | ||
"version": "1.11.3", | ||
"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
35973