i18next 23.7.2 → 23.7.3

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.
@@ -1 +1 @@
1
- {"type":"module","version":"23.7.2"}
1
+ {"type":"module","version":"23.7.3"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "i18next",
3
- "version": "23.7.2",
3
+ "version": "23.7.3",
4
4
  "description": "i18next internationalization framework",
5
5
  "main": "./dist/cjs/i18next.js",
6
6
  "module": "./dist/esm/i18next.js",
package/typescript/t.d.ts CHANGED
@@ -1,11 +1,11 @@
1
- import type { $OmitArrayKeys, $PreservedValue, $Dictionary, $SpecialObject } from './helpers.d.ts';
1
+ import type { $OmitArrayKeys, $PreservedValue, $Dictionary, $SpecialObject } from './helpers.js';
2
2
  import type {
3
3
  TypeOptions,
4
4
  Namespace,
5
5
  FlatNamespace,
6
6
  DefaultNamespace,
7
7
  TOptions,
8
- } from './options.d.ts';
8
+ } from './options.js';
9
9
 
10
10
  type $IsResourcesDefined = [keyof _Resources] extends [never] ? false : true;
11
11
  type $ValueIfResourcesDefined<Value, Fallback> = $IsResourcesDefined extends true
@@ -1,11 +1,11 @@
1
- import type { $OmitArrayKeys, $PreservedValue, $Dictionary, $SpecialObject } from './helpers.d.ts';
1
+ import type { $OmitArrayKeys, $PreservedValue, $Dictionary, $SpecialObject } from './helpers.js';
2
2
  import type {
3
3
  TypeOptions,
4
4
  Namespace,
5
5
  FlatNamespace,
6
6
  DefaultNamespace,
7
7
  TOptions,
8
- } from './options.d.ts';
8
+ } from './options.js';
9
9
 
10
10
  type $IsResourcesDefined = [keyof _Resources] extends [never] ? false : true;
11
11
  type $ValueIfResourcesDefined<Value, Fallback> = $IsResourcesDefined extends true