i18next 23.2.9 → 23.2.10

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":"23.2.9"}
1
+ {"type":"module","version":"23.2.10"}
package/index.d.ts CHANGED
@@ -1436,7 +1436,7 @@ export interface i18n {
1436
1436
  /**
1437
1437
  * Emit event
1438
1438
  */
1439
- emit(eventName: string): void;
1439
+ emit(eventName: string, ...args: any[]): void;
1440
1440
  }
1441
1441
 
1442
1442
  declare const i18next: i18n;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "i18next",
3
- "version": "23.2.9",
3
+ "version": "23.2.10",
4
4
  "description": "i18next internationalization framework",
5
5
  "main": "./dist/cjs/i18next.js",
6
6
  "module": "./dist/esm/i18next.js",