react-i18next 13.4.0 → 13.4.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 13.4.1
2
+
3
+ - types: use CustomInstanceExtenstions to extend reportNamespaces
4
+
1
5
  ### 13.4.0
2
6
 
3
7
  - fix: separate cjs and mjs typings
@@ -1 +1 @@
1
- {"type":"module","version":"13.4.0"}
1
+ {"type":"module","version":"13.4.1"}
package/index.d.ts CHANGED
@@ -34,7 +34,10 @@ export interface ReportNamespaces {
34
34
  }
35
35
 
36
36
  declare module 'i18next' {
37
- interface i18n {
37
+ // interface i18n {
38
+ // reportNamespaces: ReportNamespaces;
39
+ // }
40
+ interface CustomInstanceExtenstions {
38
41
  reportNamespaces: ReportNamespaces;
39
42
  }
40
43
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-i18next",
3
- "version": "13.4.0",
3
+ "version": "13.4.1",
4
4
  "description": "Internationalization for react done right. Using the i18next i18n ecosystem.",
5
5
  "main": "dist/commonjs/index.js",
6
6
  "types": "./index.d.mts",
@@ -106,7 +106,7 @@
106
106
  "eslint-plugin-react": "^7.32.2",
107
107
  "eslint-plugin-testing-library": "^5.11.0",
108
108
  "husky": "^8.0.3",
109
- "i18next": "^23.7.2",
109
+ "i18next": "^23.7.6",
110
110
  "jest": "^24.8.0",
111
111
  "jest-cli": "^24.8.4",
112
112
  "lint-staged": "^8.1.3",