i18next 25.1.0 → 25.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"type":"module","version":"25.1.0"}
1
+ {"type":"module","version":"25.1.1"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "i18next",
3
- "version": "25.1.0",
3
+ "version": "25.1.1",
4
4
  "description": "i18next internationalization framework",
5
5
  "main": "./dist/cjs/i18next.js",
6
6
  "module": "./dist/esm/i18next.js",
@@ -472,7 +472,7 @@ export interface InitOptions<T = object> extends PluginOptions<T> {
472
472
  * Receives a key that was not found in `t()` and returns a value, that will be returned by `t()`
473
473
  * @default noop
474
474
  */
475
- parseMissingKeyHandler?(key: string, defaultValue?: string, options?: InitOptions): any;
475
+ parseMissingKeyHandler?(key: string, defaultValue?: string, options?: any): any;
476
476
 
477
477
  /**
478
478
  * Appends namespace to missing key