react-i18next 11.8.9 → 11.8.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 11.8.10
2
+
3
+ - typescript: Move type definition files [1276](https://github.com/i18next/react-i18next/pull/1276)
4
+
1
5
  ### 11.8.9
2
6
 
3
7
  - Fix allow to replace i18n in provider with useTranslation hook [1273](https://github.com/i18next/react-i18next/pull/1273)
File without changes
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "react-i18next",
3
- "version": "11.8.9",
3
+ "version": "11.8.10",
4
4
  "description": "Internationalization for react done right. Using the i18next i18n ecosystem.",
5
5
  "main": "dist/commonjs/index.js",
6
- "types": "src/index.d.ts",
6
+ "types": "./index.d.ts",
7
7
  "typesVersions": {
8
8
  ">=4.1": {
9
9
  "*": [
10
- "src/ts4.1/index.d.ts"
10
+ "ts4.1/*"
11
11
  ]
12
12
  }
13
13
  },
File without changes