react-i18next 13.0.1 → 13.0.2
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 +4 -0
- package/dist/es/package.json +1 -1
- package/package.json +5 -1
package/CHANGELOG.md
CHANGED
package/dist/es/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"type":"module","version":"13.0.
|
|
1
|
+
{"type":"module","version":"13.0.2"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-i18next",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.2",
|
|
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.ts",
|
|
@@ -39,6 +39,10 @@
|
|
|
39
39
|
"import": "./dist/es/initReactI18next.js",
|
|
40
40
|
"require": "./dist/commonjs/initReactI18next.js",
|
|
41
41
|
"default": "./dist/es/initReactI18next.js"
|
|
42
|
+
},
|
|
43
|
+
"./icu.macro": {
|
|
44
|
+
"types": "./icu.macro.d.ts",
|
|
45
|
+
"default": "./icu.macro.js"
|
|
42
46
|
}
|
|
43
47
|
},
|
|
44
48
|
"homepage": "https://github.com/i18next/react-i18next",
|