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
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-i18next",
|
|
3
|
-
"version": "11.8.
|
|
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": "
|
|
6
|
+
"types": "./index.d.ts",
|
|
7
7
|
"typesVersions": {
|
|
8
8
|
">=4.1": {
|
|
9
9
|
"*": [
|
|
10
|
-
"
|
|
10
|
+
"ts4.1/*"
|
|
11
11
|
]
|
|
12
12
|
}
|
|
13
13
|
},
|
|
File without changes
|