i18next 25.8.10 → 25.8.11
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/dist/esm/package.json +1 -1
- package/index.d.mts +1 -2
- package/jsr.json +1 -1
- package/package.json +1 -1
package/dist/esm/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"type":"module","version":"25.8.
|
|
1
|
+
{"type":"module","version":"25.8.11"}
|
package/index.d.mts
CHANGED
|
@@ -40,8 +40,7 @@ export interface CustomInstanceExtensions {}
|
|
|
40
40
|
export interface i18n extends i18nextMod.i18n, CustomInstanceExtensions {}
|
|
41
41
|
|
|
42
42
|
declare const i18next: i18n;
|
|
43
|
-
|
|
44
|
-
export { i18next as default, i18next };
|
|
43
|
+
export default i18next;
|
|
45
44
|
|
|
46
45
|
export const createInstance: i18n['createInstance'];
|
|
47
46
|
|
package/jsr.json
CHANGED