i18next 23.16.5 → 23.16.6

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/README.md CHANGED
@@ -7,6 +7,7 @@
7
7
  [![cdnjs version](https://img.shields.io/cdnjs/v/i18next.svg?style=flat-square)](https://cdnjs.com/libraries/i18next)
8
8
  [![npm version](https://img.shields.io/npm/v/i18next.svg?style=flat-square)](https://www.npmjs.com/package/i18next)
9
9
  ![npm](https://img.shields.io/npm/dw/i18next)
10
+ [![Gurubase](https://img.shields.io/badge/Gurubase-Ask%20i18next%20Guru-006BFF)](https://gurubase.io/g/i18next)
10
11
 
11
12
  i18next is a very popular internationalization framework for browser or any other javascript environment (eg. Node.js, Deno).
12
13
 
@@ -1 +1 @@
1
- {"type":"module","version":"23.16.5"}
1
+ {"type":"module","version":"23.16.6"}
package/index.d.mts CHANGED
@@ -34,10 +34,10 @@ export type CloneOptions = i18nextMod.CloneOptions;
34
34
  export type * from './typescript/options.js';
35
35
  export type * from './typescript/t.js';
36
36
 
37
- export interface CustomInstanceExtenstions {}
37
+ export interface CustomInstanceExtensions {}
38
38
 
39
39
  // eslint-disable-next-line @typescript-eslint/naming-convention
40
- export interface i18n extends i18nextMod.i18n, CustomInstanceExtenstions {}
40
+ export interface i18n extends i18nextMod.i18n, CustomInstanceExtensions {}
41
41
 
42
42
  declare const i18next: i18n;
43
43
  export default i18next;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "i18next",
3
- "version": "23.16.5",
3
+ "version": "23.16.6",
4
4
  "description": "i18next internationalization framework",
5
5
  "main": "./dist/cjs/i18next.js",
6
6
  "module": "./dist/esm/i18next.js",