i18next 21.8.12 → 21.8.13

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":"21.8.12"}
1
+ {"type":"module","version":"21.8.13"}
package/index.d.ts CHANGED
@@ -184,6 +184,11 @@ export interface ReactOptions {
184
184
  * @default undefined
185
185
  */
186
186
  keyPrefix?: string;
187
+ /**
188
+ * Unescape function
189
+ * by default it unescapes some basic html entities
190
+ */
191
+ unescape?(str: string): string;
187
192
  }
188
193
 
189
194
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "i18next",
3
- "version": "21.8.12",
3
+ "version": "21.8.13",
4
4
  "description": "i18next internationalization framework",
5
5
  "main": "./dist/cjs/i18next.js",
6
6
  "module": "./dist/esm/i18next.js",