i18next 26.0.2 → 26.0.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":"26.0.2"}
1
+ {"type":"module","version":"26.0.3"}
package/index.d.ts CHANGED
@@ -514,6 +514,7 @@ export interface i18n extends CustomInstanceExtensions {
514
514
  resources: any,
515
515
  deep?: boolean,
516
516
  overwrite?: boolean,
517
+ options?: { silent?: boolean; skipCopy?: boolean },
517
518
  ): i18n;
518
519
 
519
520
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "i18next",
3
- "version": "26.0.2",
3
+ "version": "26.0.3",
4
4
  "description": "i18next internationalization framework",
5
5
  "main": "./dist/cjs/i18next.js",
6
6
  "module": "./dist/esm/i18next.js",