@depup/i18next 26.0.2-depup.0 → 26.0.3-depup.0

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
@@ -13,8 +13,8 @@ npm install @depup/i18next
13
13
 
14
14
  | Field | Value |
15
15
  |-------|-------|
16
- | Original | [i18next](https://www.npmjs.com/package/i18next) @ 26.0.2 |
17
- | Processed | 2026-03-30 |
16
+ | Original | [i18next](https://www.npmjs.com/package/i18next) @ 26.0.3 |
17
+ | Processed | 2026-03-31 |
18
18
  | Smoke test | passed |
19
19
  | Deps updated | 0 |
20
20
 
package/changes.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "bumped": {},
3
- "timestamp": "2026-03-30T12:27:23.199Z",
3
+ "timestamp": "2026-03-31T08:31:27.213Z",
4
4
  "totalUpdated": 0
5
5
  }
@@ -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": "@depup/i18next",
3
- "version": "26.0.2-depup.0",
3
+ "version": "26.0.3-depup.0",
4
4
  "description": "i18next internationalization framework (with updated dependencies)",
5
5
  "main": "./dist/cjs/i18next.js",
6
6
  "module": "./dist/esm/i18next.js",
@@ -127,8 +127,8 @@
127
127
  "changes": {},
128
128
  "depsUpdated": 0,
129
129
  "originalPackage": "i18next",
130
- "originalVersion": "26.0.2",
131
- "processedAt": "2026-03-30T12:27:46.759Z",
130
+ "originalVersion": "26.0.3",
131
+ "processedAt": "2026-03-31T08:31:47.732Z",
132
132
  "smokeTest": "passed"
133
133
  }
134
134
  }