@depup/electron-store 11.0.2-depup.1 → 11.0.2-depup.4

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
@@ -14,7 +14,7 @@ npm install @depup/electron-store
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [electron-store](https://www.npmjs.com/package/electron-store) @ 11.0.2 |
17
- | Processed | 2026-03-19 |
17
+ | Processed | 2026-07-21 |
18
18
  | Smoke test | failed |
19
19
  | Deps updated | 2 |
20
20
 
@@ -23,7 +23,7 @@ npm install @depup/electron-store
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
25
  | conf | ^15.0.2 | ^15.1.0 |
26
- | type-fest | ^5.0.1 | ^5.5.0 |
26
+ | type-fest | ^5.0.1 | ^5.8.0 |
27
27
 
28
28
  ---
29
29
 
package/changes.json CHANGED
@@ -6,9 +6,9 @@
6
6
  },
7
7
  "type-fest": {
8
8
  "from": "^5.0.1",
9
- "to": "^5.5.0"
9
+ "to": "^5.8.0"
10
10
  }
11
11
  },
12
- "timestamp": "2026-03-19T08:20:04.951Z",
12
+ "timestamp": "2026-07-21T17:22:38.836Z",
13
13
  "totalUpdated": 2
14
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/electron-store",
3
- "version": "11.0.2-depup.1",
3
+ "version": "11.0.2-depup.4",
4
4
  "description": "Simple data persistence for your Electron app or module - Save and load user settings, app state, cache, etc (with updated dependencies)",
5
5
  "license": "MIT",
6
6
  "repository": "sindresorhus/electron-store",
@@ -52,7 +52,7 @@
52
52
  ],
53
53
  "dependencies": {
54
54
  "conf": "^15.1.0",
55
- "type-fest": "^5.5.0"
55
+ "type-fest": "^5.8.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "ava": "^6.4.1",
@@ -85,13 +85,13 @@
85
85
  },
86
86
  "type-fest": {
87
87
  "from": "^5.0.1",
88
- "to": "^5.5.0"
88
+ "to": "^5.8.0"
89
89
  }
90
90
  },
91
91
  "depsUpdated": 2,
92
92
  "originalPackage": "electron-store",
93
93
  "originalVersion": "11.0.2",
94
- "processedAt": "2026-03-19T08:20:10.647Z",
94
+ "processedAt": "2026-07-21T17:22:49.235Z",
95
95
  "smokeTest": "failed"
96
96
  }
97
97
  }